rhayun / php-ade
A PHP library for scraping AdultDvdEmpire.
2.0.1
2025-01-13 10:25 UTC
Requires
- php: ^7.1 || ^8.0
- kriswallsmith/buzz: 1.2.0
- nyholm/psr7: 1.4.*
- symfony/console: 5.3.*
- symfony/css-selector: 5.3.*
- symfony/dom-crawler: 5.3.*
This package is auto-updated.
Last update: 2025-05-13 11:13:43 UTC
README
A PHP library for scraping AdultDvdEmpire, strongly inspired by php-imdb.
Installation
Install vendors
wget http://getcomposer.org/composer.phar
php composer.phar install
Update vendors
php composer.phar update
Usage
Get DVD
<?php $i = new ADE\Movie("https://www.adultdvdempire.com/1692533/hands-on-training-hardcore-massage-porn-movies.html"); $i->getTitle();
License
MIT, see LICENSE