Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)