Skip to content

igorw/trashbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e6e9b9 · Oct 17, 2013
Jul 21, 2012
Oct 17, 2013
Apr 3, 2013
Jan 6, 2013
Oct 17, 2013
Dec 16, 2011
Sep 15, 2010
Jan 6, 2013
Jan 6, 2013
Feb 5, 2013
Jan 6, 2013

Repository files navigation

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.