fvas/tk-installers
Authors:
- Michael Mifsud http://www.tropotek.com/
Requirements
- PHP5.3+ (GD, CURL)
- Apache (modrewrite)
Installation
- Clone the repository and include this project's files into your PHP project/autoloader (PSR0 compatible).
- Add the package "fvas/{package}": "~1.0" to the composer.json file
You should now be able to use the classes.
Basic Usage
<?php
// TODO: Example of using the code
?>