2013-07-26 02:42:49 +00:00
|
|
|
# php-tools
|
|
|
|
|
|
|
|
A web frontend for common PHP encode/decode operations.
|
|
|
|
|
2014-03-13 16:16:51 +00:00
|
|
|
![php-tools screenshot](http://objects.dreamhost.com/sixohthree/php-tools.1394727296.png)
|
2013-07-26 02:42:49 +00:00
|
|
|
|
2013-07-26 16:29:46 +00:00
|
|
|
## Prerequisites
|
|
|
|
|
|
|
|
This tool uses [Composer](http://getcomposer.org) to manage external PHP
|
|
|
|
libraries. You'll need to install that.
|
|
|
|
|
2013-07-26 02:42:49 +00:00
|
|
|
## Install
|
|
|
|
|
|
|
|
git clone https://github.com/abackstrom/php-tools.git
|
|
|
|
cd php-tools
|
|
|
|
composer install
|