Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/scraper-tmdb
https://github.com/rem42/scraper-tmdb
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rem42/scraper-tmdb
- Owner: rem42
- License: mit
- Created: 2022-07-27T08:49:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T05:08:56.000Z (over 1 year ago)
- Last Synced: 2024-11-13T10:53:03.068Z (about 2 months ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scraper TmDB
============![Packagist version](https://flat.badgen.net/packagist/v/rem42/scraper-tmdb)
![Packagist download](https://flat.badgen.net/packagist/dt/rem42/scraper-tmdb)
![Packagist name](https://flat.badgen.net/packagist/name/rem42/scraper-tmdb)
![Packagist php version](https://flat.badgen.net/packagist/php/rem42/scraper-tmdb)
![Github licence](https://flat.badgen.net/github/license/rem42/scraper-tmdb)
![Depenabot](https://flat.badgen.net/github/dependabot/rem42/scraper-tmdb)
![Codeclimate lines of code](https://flat.badgen.net/codeclimate/loc/rem42/scraper-tmdb)
![Codeclimate maintainability](https://flat.badgen.net/codeclimate/maintainability/rem42/scraper-tmdb)Scraper can handle multiple request type and transform them into object in order to create some API.
Installation
------------````bash
composer require rem42/scraper-tmdb
````Requirement
------------ PHP >= 8.1
Usage
-----TODO