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.
Table of contents
Download antheta/falcon
More information about antheta/falcon
Files in antheta/falcon
Download antheta/falcon
More information about antheta/falcon
Files in antheta/falcon
Vendor antheta
Package falcon
Short Description A PHP Website Scraper & Parser. Scrape a single or multiple websites for email addresses or ip addresses / proxies.
License MIT
Package falcon
Short Description A PHP Website Scraper & Parser. Scrape a single or multiple websites for email addresses or ip addresses / proxies.
License MIT
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
The package antheta/falcon contains the following files
Loading the files please wait ....