PHPackages                             bartonlp/slideshow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bartonlp/slideshow

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bartonlp/slideshow
==================

Slide show using a PHP class and a Javascript class

1.0.0(11y ago)029MITJavaScriptPHP &gt;=5.4

Since Apr 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bartonlp/slideshow)[ Packagist](https://packagist.org/packages/bartonlp/slideshow)[ RSS](/packages/bartonlp-slideshow/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Slideshow Class
===============

[](#slideshow-class)

BLP 2022-11-30 - Updated.
-------------------------

[](#blp-2022-11-30---updated)

Removed prototype logic. Works with php 8.1. Added more demos. Removed carousel.html as it ses prototype.js which is no longer supported.

---

The SlideShow PHP class gets a list of images from the local filesystem or from a remote web site.

A JavaScript class displays the images collected by the PHP class.

History
-------

[](#history)

This was originally written in 2008. This version is a rewrite of that code. I have upgraded the code to use more recent inovations.

Disclaimer
----------

[](#disclaimer)

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.

I use Ubuntu Mate. I have not tested this package on any OS that has not evolved from Debian.

Install
-------

[](#install)

There are three ways to install the package:

1. Download the zip file from . Extract the files.
2. Use 'composer' ():
3. Go to  and then click on the green *Code* button. Select the the *Clone* address provided. Then create a directory on a server (or your local computer if you are running Apache) and type *git clone {the selection from above}*. You now have a directory *slideshow* under your webpage name.

If you don't have composer do:

```
curl -sS https://getcomposer.org/installer | php

```

Or if you don't have curl:

```
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.

To install the SlideShow make a project directory as follows:

```
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.

Extra Stuff
-----------

[](#extra-stuff)

The are several additional directories for the project:

- **images**: this has the image files for the demos.
- **kb**: this has a slideshow that I got from **. It is interesting.
- **burnsimages**: this has some images for the *kenburns.html* in the *kb* directory.

Examples
--------

[](#examples)

There are several example files:

- photos-jquery.html
- photos-jquery.php
- photos.php
- photos1.php
- photos2.php
- photos3.php

Configure the Examples
----------------------

[](#configure-the-examples)

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.

Contact me at:

Enjoy

Copyright © 2022 Barton Phillips

Last Modified 2022-11-30

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4077d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4c22dfcf92e22da6667a7141ea63b9e7941759750499514b80a77ef9c5a3ae5?d=identicon)[bartonlp](/maintainers/bartonlp)

---

Top Contributors

[![bartonlp](https://avatars.githubusercontent.com/u/3002761?v=4)](https://github.com/bartonlp "bartonlp (12 commits)")

### Embed Badge

![Health badge](/badges/bartonlp-slideshow/health.svg)

```
[![Health](https://phpackages.com/badges/bartonlp-slideshow/health.svg)](https://phpackages.com/packages/bartonlp-slideshow)
```

###  Alternatives

[plin-code/laravel-istat-geography

Laravel package for importing and managing Italian geography data from ISTAT

106.3k](/packages/plin-code-laravel-istat-geography)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
