Download the PHP package antheta/falcon without Composer

On this page you can find all versions of the php package antheta/falcon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package falcon

Falcon is an open-source (MIT licensed) high-performance PHP web scraper with built-in parsers and extendability. Please notice that this library is not intended to be used to gather emails or any other personal data for spam. ## Documentation [Documentation](http://docs.antheta.com/) ## Features - Many different built-in parsers. - Near-endless extendability - Custom parser support. - Custom regex support. - Custom driver (scraper) support. ## Installation ### Composer ## Usage Running the scraper: The example above scrapes the url and returns an array. ### Use specific parsers If you wish to get specific resources from the results ## Methods Helper methods for returning the results: | Name | | - | | results | | emails | | phonenumbers | | ipaddresses | | forms | | links | | images | | stylesheets | | scripts | | fonts | ## Custom regexes To add your own regexes to parsers you can just use the `addRegexes` helper: ## Custom parsers With custom parsers you are in control of what kind of data will the parser return: ## Custom drivers Drivers are used for scraping the sites and returning the html to falcon. Drivers can also be used to write completely custom logic and saving it to falcon for later use. Start by creating your own driver class that extends the `DriverInterface` interface and implement the driver specific logic within class. ## Scraping dynamic content You could migrate from hQuery to headless JavaScript browser like CapserJS & Phantom to load dynamic content. This way you can also scrape data that is loaded dynamically (after the inital page load). Check out [Falcon Drivers](https://github.com/Antheta/falcon-drivers) for getting started. ## License The MIT License (MIT). Please see [License File](LICENSE) for more information.

All versions of falcon with dependencies

PHP Build Version
Package Version
Requires duzun/hquery Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package antheta/falcon contains the following files

Loading the files please wait ....