Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/scraper
PHP library to Scrape website into entity easily
https://github.com/rem42/scraper
php scraper
Last synced: 3 days ago
JSON representation
PHP library to Scrape website into entity easily
- Host: GitHub
- URL: https://github.com/rem42/scraper
- Owner: rem42
- License: mit
- Created: 2018-08-23T13:43:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T08:34:44.000Z (7 months ago)
- Last Synced: 2024-12-08T22:09:06.821Z (about 1 month ago)
- Topics: php, scraper
- Language: PHP
- Size: 128 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scraper
=======![Packagist version](https://flat.badgen.net/packagist/v/rem42/scraper)
![Packagist download](https://flat.badgen.net/packagist/dt/rem42/scraper)
![Packagist name](https://flat.badgen.net/packagist/name/rem42/scraper)
![Packagist php version](https://flat.badgen.net/packagist/php/rem42/scraper)
![Github licence](https://flat.badgen.net/github/license/rem42/scraper)
![Depenabot](https://flat.badgen.net/github/dependabot/rem42/scraper)
![Codeclimate lines of code](https://flat.badgen.net/codeclimate/loc/rem42/scraper)
![Codeclimate maintainability](https://flat.badgen.net/codeclimate/maintainability/rem42/scraper)Scraper can handle multiple request type and transform them into object in order to create some API.
Installation
------------````bash
composer require rem42/scraper "^3.0"
````Requirement
------------ PHP: >= 8.1
List of supported Scraper
-------------------------- [rem42/scraper-allocine](https://github.com/rem42/scraper-allocine)
- [rem42/scraper-colissimo](https://github.com/rem42/scraper-colissimo)
- [rem42/scraper-deezer](https://github.com/rem42/scraper-deezer)
- [rem42/scraper-giantbomb](https://github.com/rem42/scraper-giantbomb)
- [rem42/scraper-jeuxvideo](https://github.com/rem42/scraper-jeuxvideo)
- [rem42/scraper-prestashop](https://github.com/rem42/scraper-prestashop)
- [rem42/scraper-shopify](https://github.com/rem42/scraper-shopify)
- [rem42/scraper-tmdb](https://github.com/rem42/scraper-tmdb)
- [rem42/scraper-tnt](https://github.com/rem42/scraper-tnt)