dev-master
9999999-devSlide show using a PHP class and a Javascript class
MIT
The Requires
- php >=5.4
1.0.0
1.0.0.0Slide show using a PHP class and a Javascript class
MIT
The Requires
- php >=5.4
Slide show using a PHP class and a Javascript class
Removed prototype logic. Works with php 8.1. Added more demos. Removed carousel.html as it ses prototype.js which is no longer supported., (*1)
The SlideShow PHP class gets a list of images from the local filesystem or from a remote web site., (*2)
A JavaScript class displays the images collected by the PHP class., (*3)
This was originally written in 2008. This version is a rewrite of that code. I have upgraded the code to use more recent inovations., (*4)
I have not tried any of this with IE on any version of Windows. I don't use MS-Windows, I don't like MS-Window, and I don't have MS-Windows. I have always hated that OS for what I think are very good reasons., (*5)
I use Ubuntu Mate. I have not tested this package on any OS that has not evolved from Debian., (*6)
There are three ways to install the package:, (*7)
If you don't have composer do:, (*8)
curl -sS https://getcomposer.org/installer | php
Or if you don't have curl:, (*9)
php -r "readfile('https://getcomposer.org/installer');" | php
After composer is downloaded move the 'composer.phar' to '/usr/local/bin/composer' and make sure it is executable., (*10)
To install the SlideShow make a project directory as follows:, (*11)
mkdir myproject cd myproject composer require bartonlp/slideshow:dev-master
The package is under the 'vendor/bartonlp/slideshow' directory. You can run the examples from there or copy them to your project root., (*12)
The are several additional directories for the project:, (*13)
There are several example files:, (*14)
You may need to configure the demo files for your filesystem. At the beginning of the files there are several statements. The files are pretty well documented., (*15)
Contact me at: bartonphillips@gmail.com, (*16)
Enjoy, (*17)
Copyright © 2022 Barton Phillips
http://www.bartonphillips.com
Last Modified 2022-11-30, (*18)
Slide show using a PHP class and a Javascript class
MIT
Slide show using a PHP class and a Javascript class
MIT