Go to file
Annika Backstrom 12d75baeee Change up how Ansi and Textarea work 2016-01-25 04:36:41 +00:00
tests Using Composer to get dBug. Fixes #2 2013-07-25 17:49:06 -04:00
.gitignore Checkin composer.lock file 2015-07-14 12:38:30 -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 Change up how Ansi and Textarea work 2016-01-25 04:36:41 +00:00
composer.json Adding ansi-to-html 2014-05-13 14:17:55 -04:00
composer.lock Checkin composer.lock file 2015-07-14 12:38:30 -04:00
functions.php Remove GPL code from WordPress 3.3.2 2013-07-25 17:55:56 -04:00
index.php Adding strtotime() 2014-09-03 09:09:17 -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