igorw / trashbin

simple pastebin written in PHP

Home Page:http://trashb.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trashbin

simple pastebin written in PHP

setup

set up dependencies:

curl -s https://getcomposer.org/installer | php
php composer.phar install

install and start redis:

brew install redis
redis-server

contribute

fork, branch, hack, pull request. thanks!

run tests

phpunit is required for the tests.

composer install --dev
phpunit

using

  • silex
  • redis
  • twig
  • shjs

license

see LICENSE.

About

simple pastebin written in PHP

http://trashb.info

License:MIT License


Languages

Language:PHP 80.4%Language:CSS 19.6%