17 lines
402 B
Markdown
17 lines
402 B
Markdown
# php-tools
|
|
|
|
A web frontend for common PHP encode/decode operations.
|
|
|
|
![php-tools screenshot](http://objects.dreamhost.com/sixohthree/php-tools.1394727296.png)
|
|
|
|
## Prerequisites
|
|
|
|
This tool uses [Composer](http://getcomposer.org) to manage external PHP
|
|
libraries. You'll need to install that.
|
|
|
|
## Install
|
|
|
|
git clone https://github.com/abackstrom/php-tools.git
|
|
cd php-tools
|
|
composer install
|