From cbf4d7ef180e6308ef181085a0cf5d25176b31c1 Mon Sep 17 00:00:00 2001 From: Adam Backstrom Date: Thu, 25 Jul 2013 22:42:49 -0400 Subject: [PATCH] Adding README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..59b6a72 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# php-tools + +A web frontend for common PHP encode/decode operations. + +![php-tools screenshot](http://objects.dreamhost.com/sixohthree/php-tools.1374806160.png) + +## Install + + git clone https://github.com/abackstrom/php-tools.git + cd php-tools + composer install