You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Annika Backstrom cae68b69b2 Update README url 5 years ago
tests Using Composer to get dBug. Fixes #2 10 years ago
.gitignore Checkin composer.lock file 8 years ago
LICENSE Update copyright 9 years ago
Makefile Using Composer to get dBug. Fixes #2 10 years ago
README.md Update README url 5 years ago
TODO Add a live calculator (a la Alfred) 7 years ago
classes.php Change up how Ansi and Textarea work 7 years ago
composer.json Lock composer dependencies to a version, rather than dev-master 7 years ago
composer.lock Lock composer dependencies to a version, rather than dev-master 7 years ago
functions.php Remove GPL code from WordPress 3.3.2 10 years ago
index.php Update index.php 6 years ago
math.min.js Add a live calculator (a la Alfred) 7 years ago
style.css Add a live calculator (a la Alfred) 7 years ago
tools.js Add a live calculator (a la Alfred) 7 years ago

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://git.abackstrom.com/annika/php-tools.git
cd php-tools
composer install