Skip to content

Cloudxtreme/trashbin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

simple pastebin written in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.8%
  • CSS 17.0%
  • HTML 13.2%