php-tools/README.md

17 lines
406 B
Markdown
Raw Permalink Normal View History

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
2018-06-09 02:13:01 +00:00
git clone https://git.abackstrom.com/annika/php-tools.git
2013-07-26 02:42:49 +00:00
cd php-tools
composer install