views:

59

answers:

2

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.

A: 

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.

Daff
A: 

Mm. But if your gallery will have a database backend some day, why not using a full featured gallery like Gallery2 with a nice theme? Gallery supports also an embedded version where you can integrate the gallery direct in your side.

And if you like coding, these open source galleries are also happy to grow by new members like you. Usually they are very helpful, friendly and appreciate all kind of work.

xemle
I looked around and I didn't find what I was looking for, so I created my own feature for a simple gallery script (which was 30 minutes of work, so why should I spend 2 hours on finding one that suits my needs?) that allows to upload (and automatically resize) images in an admin backend. Imo that is how Open Source works, too.
Daff