mjspier / superbly_photos

single file php photo gallery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

superbly_photos

description

  • single file php photo gallery
  • organize your photos in the folder
  • no database etc needed

demo

http://www.superbly.ch/examples/photos/

installation

create a folder "albums" and subfolders to store images in it. place index.php in root folder.

example:

root
|-- index.php
|-- albums
    |-- album1
    |   |-- image1.jpg
    |   |-- image2.jpg
    |   |-- ...
    |
    |-- album2
        |--image1.jpg
        |--image2.jpg
        |--...

if you want to change the root album folder name change the variable albumdir in the index.php file.

About

single file php photo gallery


Languages

Language:PHP 100.0%