Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/scraper-colissimo
PHP library to use the Colissimo API with https://github.com/rem42/scraper
https://github.com/rem42/scraper-colissimo
Last synced: 3 days ago
JSON representation
PHP library to use the Colissimo API with https://github.com/rem42/scraper
- Host: GitHub
- URL: https://github.com/rem42/scraper-colissimo
- Owner: rem42
- License: mit
- Created: 2018-08-23T14:08:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T02:43:13.000Z (29 days ago)
- Last Synced: 2024-12-11T03:27:32.996Z (29 days ago)
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scraper Colissimo
=================![Packagist version](https://flat.badgen.net/packagist/v/rem42/scraper-colissimo)
![Packagist download](https://flat.badgen.net/packagist/dt/rem42/scraper-colissimo)
![Packagist name](https://flat.badgen.net/packagist/name/rem42/scraper-colissimo)
![Packagist php version](https://flat.badgen.net/packagist/php/rem42/scraper-colissimo)
![Github licence](https://flat.badgen.net/github/license/rem42/scraper-colissimo)
![Depenabot](https://flat.badgen.net/github/dependabot/rem42/scraper-colissimo)
![Codeclimate lines of code](https://flat.badgen.net/codeclimate/loc/rem42/scraper-colissimo)
![Codeclimate maintainability](https://flat.badgen.net/codeclimate/maintainability/rem42/scraper-colissimo)Scraper can handle multiple request type and transform them into object in order to create some API.
Installation
------------````bash
composer require rem42/scraper-colissimo
````Requirement
------------ PHP >= 8.1
Usage
-----TODO