Go to file
Adam Backstrom 1909871e55 Update copyright 2014-05-13 14:17:55 -04: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 Update copyright 2014-05-13 14:17:55 -04:00
Makefile Using Composer to get dBug. Fixes #2 2013-07-25 17:49:06 -04:00
README.md Update screenshot 2014-03-13 12:16:51 -04:00
classes.php Add parse_str() action 2014-03-13 12:10:53 -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 parse_str() action 2014-03-13 12:10:53 -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