Skip to content
/ php-ade Public

A PHP 5.3 library for scraping AdultDvdEmpire

License

Notifications You must be signed in to change notification settings

rhayun/php-ade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP ADE

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

About

A PHP 5.3 library for scraping AdultDvdEmpire

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages