The OpenSnippet project allow to manage snippets in a web application. Search the snippets by category (language) and tags.
Use composer to install dependencies
# Clone this repository
git clone https://github.com/leblanc-simon/OpenSnippet.git
# Create the config and database files
cd OpenSnippet
cp config/config.php{.example,}
cp db/opensnippet.sqlite{.example,}
# Install dependencies
composer install
You can show the application with your browser : http://localhost/OpenSnippet/web/index.php
Simon Leblanc contact@leblanc-simon.eu