PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Barton Phillips   MySQL Slideshow   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MySQL Slideshow
Present slideshow from images listed in a database
Author: By
Last change: Update of composer.json
Date: 26 days ago
Size: 664 bytes
 

Contents

Class file image Download
{ "name": "bartonlp/mysqlslideshow", "description": "Slide show driven by a mysql database table", "version": "2.0.0", "license": "MIT", "authors": [ { "name": "Barton Phillips", "email": "bartonphillips@gmail.com", "homepage": "http://www.bartonphillips.com" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/bartonlp/mysqlslideshow.git" } ], "require": { "php": ">=8" }, "minimum-stability": "stable", "autoload" : { "files": [ "mysqlslideshow.class.php" ] } }