Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leblanc-simon/opensnippet
Snippet manager
https://github.com/leblanc-simon/opensnippet
Last synced: 4 days ago
JSON representation
Snippet manager
- Host: GitHub
- URL: https://github.com/leblanc-simon/opensnippet
- Owner: leblanc-simon
- License: mit
- Created: 2013-09-21T16:20:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T23:29:35.000Z (over 10 years ago)
- Last Synced: 2023-03-12T00:22:55.199Z (over 1 year ago)
- Language: PHP
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenSnippet
===========The OpenSnippet project allow to manage snippets in a web application. Search the snippets by category (language) and tags.
Installation
------------Use [composer](http://getcomposer.org/) to install dependencies
```bash
# 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
Thanks
------- [Silex](http://silex.sensiolabs.org/)
- [Twig](http://twig.sensiolabs.org/)
- [Doctrine](http://www.doctrine-project.org/)
- [GeSHi](http://qbnz.com/highlighter/)
- [Tag-Handler](http://ioncache.github.io/Tag-Handler/)
- [Tag-Handler patched version](https://github.com/wshafer/Tag-Handler)Author
------Simon Leblanc
License
-------[MIT](http://opensource.org/licenses/MIT)