This PHP code creates a presentation slideshow from an input text file.
{- Tested up to PHP 7, should be compatible with PHP 5.3 or above -}
Add these lines to your composer.json:
{
"require": {
"ianlow/php-slideshow": "*"
}
}
or run the following command:
php composer.phar require ianlow/php-slideshow
$obj1 = new Ianlow\PhpSlideshow\PhpSlideshow();
$obj1->main();
Please see CHANGELOG for more information on the recent changes.
Please see CONTRIBUTING for details.
- Ian Low (ianlow27@gmail.com)
The MIT License (MIT). Please see License File for more information.