fvas/tk-installers

Framework composer installer plugins


Keywords
composer, tools, installers
License
MIT

Documentation

fvas/tk-installers

Authors:

Requirements

  • PHP5.3+ (GD, CURL)
  • Apache (modrewrite)

Installation

  1. Clone the repository and include this project's files into your PHP project/autoloader (PSR0 compatible).
  2. 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

?>