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.
- Host: GitHub
- URL: https://github.com/halojoy/php-imagegallery
- Owner: halojoy
- License: mit
- Created: 2020-02-04T18:40:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T19:42:26.000Z (almost 6 years ago)
- Last Synced: 2025-02-27T03:18:58.290Z (11 months ago)
- Topics: gallery, gd, images, imagick, php, sqlite
- Language: PHP
- Size: 434 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### PHP-ImageGallery
PHP Gallery with SQLite backend. Images and thumbs are stored in the database. Upload of images.

Here is the backend for administration:

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