micro api php
v0.0.3
Micro API PHP
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
PHP: ^7.1.1
composer: ^2.0.8
To use, just clone the repository and install the dependencies. The steps are detailed below
# clone project
$ git clone https://github.com/eric218110/micro-api-php.git
# Into directory
$ cd micro-api-php
# Install packages
$ composer install
# For dowload or use composer.phar, access docs composer
# Running tests core with PHPUnit
$ composer test:core
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the Apache License - see the LICENSE.md file for details