← all projects

phphotos

Mostly ChatGPT generated PHP photo gallery
repo gallery php

PHPhotos

This is a mostly ChatGPT generated PHP photo gallery application. Demo at https://photos.vandragt.com/

Table of Contents

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/svandragt/phphotos.git
cd phphotos
php -S localhost:5000 -t src   

Put PNG or JPG files in src/photos/. Thumbs will be cached in src/cache/, so that needs to be writable by the PHP user.

It requires PHP 8.1 and the GD extension.