You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
tests | 9 years ago | |
.gitignore | 9 years ago | |
LICENSE | 9 years ago | |
Makefile | 9 years ago | |
README.md | 9 years ago | |
classes.php | 9 years ago | |
composer.json | 9 years ago | |
functions.php | 9 years ago | |
index.php | 9 years ago | |
style.css | 9 years ago |
README.md
php-tools
A web frontend for common PHP encode/decode operations.
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