Go to file
Matthew Batchelder 4bd058ac40 Add note about Composer prerequisite 2013-07-26 09:29:46 -07:00
tests Using Composer to get dBug. Fixes #2 2013-07-25 17:49:06 -04:00
.gitignore Using Composer to get dBug. Fixes #2 2013-07-25 17:49:06 -04:00
LICENSE Adding MIT license. Fixes #4 2013-07-25 17:58:10 -04:00
Makefile Using Composer to get dBug. Fixes #2 2013-07-25 17:49:06 -04:00
README.md Add note about Composer prerequisite 2013-07-26 09:29:46 -07:00
classes.php Make ActionSerialize more meaningful 2013-07-25 18:08:32 -04:00
composer.json Using Composer to get dBug. Fixes #2 2013-07-25 17:49:06 -04:00
functions.php Remove GPL code from WordPress 3.3.2 2013-07-25 17:55:56 -04:00
index.php Add GitHub fork ribbon 2013-07-25 23:22:59 -04:00
style.css Lock random hashes to the bottom of the page 2013-07-25 23:21:20 -04:00

README.md

php-tools

A web frontend for common PHP encode/decode operations.

php-tools screenshot

Prerequisites

This tool uses Composer 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