Daff
Daff

Reputation: 44205

Simple PHP image gallery with file upload

I am looking for a really simple PHP image gallery system that allows file uploads and provides easy integration into any existing PHP script. I only found full galleries with database backend and templating systems for integration and the too simple ones that just take a folder with (FTP uploaded) images and show it but don't provide the possibilities for file uploads.

I'm quite close on writing my own, cause I didn't find anything yet, but I first wanted to ask if you have any suggestions.

Upvotes: 2

Views: 3719

Answers (1)

Daff
Daff

Reputation: 44205

Ok so I have a very early version of it on Github, it is under development (and not really nice yet, I just needed the admin interface up and running) but contributions and comments are welcome.

Upvotes: 1

Related Questions