PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Barton Phillips   Slide Show   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Slide Show
Present a slide show of local or remote images
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 631 bytes
 

Contents

Class file image Download
{ "name": "bartonlp/slideshow", "description": "Slide show using a PHP class and a Javascript class", "license": "MIT", "authors": [ { "name": "Barton Phillips", "email": "bartonphillips@gmail.com", "homepage": "http://www.bartonphillips.com" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/bartonlp/slideshow.git" } ], "require": { "php": ">=8.1" }, "minimum-stability": "stable", "autoload" : { "files": [ "SlideShow.class.php" ] } }