An open API service indexing awesome lists of open source software.

https://github.com/halojoy/php-imagegallery

PHP Gallery with SQLite backend. Images and thumbs are stored in the database. Upload of images.
https://github.com/halojoy/php-imagegallery

gallery gd images imagick php sqlite

Last synced: 2 months ago
JSON representation

PHP Gallery with SQLite backend. Images and thumbs are stored in the database. Upload of images.

Awesome Lists containing this project

README

          

### PHP-ImageGallery
PHP Gallery with SQLite backend. Images and thumbs are stored in the database. Upload of images.

![](images/gallery1.jpg)

Here is the backend for administration:

![](images/gallery2.jpg)

#### Instructions
1. Upload everything to your server.
2. Put your images into the /images/ directory.
3. Load index.php and follow instructions.
4. Log in.
5. Run the 'Setup Images'.

Imagick is used, but GD is also supported.

Images and thumbs are all stored as WEBP images.

It is possible to add description to each image.

PHP Image Gallery is tested to work

with Firefox, Chrome and Internet Explorer browsers.