Download the PHP package louisperre/composer-td3 without Composer
On this page you can find all versions of the php package louisperre/composer-td3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download louisperre/composer-td3
More information about louisperre/composer-td3
Files in louisperre/composer-td3
Download louisperre/composer-td3
More information about louisperre/composer-td3
Files in louisperre/composer-td3
Vendor louisperre
Package composer-td3
Short Description Scrap the TMDB website to get all sort of data
License MIT
Package composer-td3
Short Description Scrap the TMDB website to get all sort of data
License MIT
Please rate this library. Is it a good library?
Informations about the package composer-td3
Information
Easily scrap the TMDB website
Features
- Scrap all the movies categories name
- Scrap all the movies categories slug
- Scrap all the movies related to a category
- Scrap all the data of a movie
Work without any api key
- Installation
- Usage
- How does that work
- Local development
- License
🔥 Installation 🔥
⚙️ Usage ⚙️
✨ How does that work ? ✨
I use the HttpClient from Symfony to get the HTTP Code of TMDB :
After that I use the Crawler to find and loop over the content and get what I want :
The filter
function allow me to navigate inside the HTML CODE and the reduce
one act as a callback function to do some logic to the result and the result I want.
🔧 Local development 🔧
📝 License 📝
Licensed under the terms of the MIT License.
All versions of composer-td3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 8.0
symfony/http-client Version ^5.4 || ^6.3
symfony/dom-crawler Version ^5.4 || ^6.3
symfony/css-selector Version ^5.4 || ^6.3
symfony/http-client Version ^5.4 || ^6.3
symfony/dom-crawler Version ^5.4 || ^6.3
symfony/css-selector Version ^5.4 || ^6.3
The package louisperre/composer-td3 contains the following files
Loading the files please wait ....