ianlow/php-slideshow

This PHP code creates a presentation slideshow from an input text file.

dev-main 2022-10-17 23:42 UTC

This package is auto-updated.

Last update: 2025-06-18 04:09:02 UTC


README

This PHP code creates a presentation slideshow from an input text file.

Compatibility

{- Tested up to PHP 7, should be compatible with PHP 5.3 or above -}

Installation

Composer

Add these lines to your composer.json:

    {
        "require": {
            "ianlow/php-slideshow": "*"
        }
    }

or run the following command:

php composer.phar require ianlow/php-slideshow

Usage Example

$obj1 = new Ianlow\PhpSlideshow\PhpSlideshow();

$obj1->main();

Change Log

Please see CHANGELOG for more information on the recent changes.

Contribute

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.