9jamoji
, (*1)
A RestFul API using Slim for EmojiService. This API is built with Eloquent ORM and JWT for
token based authentication., (*2)
DIRECTORY STRUCTURE
app/ core package code
|base controllers and models
|routes samples class to test the model class
|views custom exception classes
tests/ tests of the routes used
public/ public directory to access the api
Installation
PHP 5.3+ and Composer are required., (*3)
Via Composer, (*4)
``` bash
$ composer require sirolad/9jamoji, (*5)
or
``` composer.json
"require": {
"sirolad/9jamoji": "dev-master"
}
Usage
The documentation of this API is available at the official website. Please refer to it for more information., (*6)
Change log
Please check out CHANGELOG file for information on what has changed recently., (*7)
Testing
``` bash
$ vendor/bin/phpunit test, (*8)
``` composer
$ composer test
Contributing
Please check out CONTRIBUTING file for detailed contribution guidelines., (*9)
Credits
9jamoji is developed and maintained by Surajudeen Akande
., (*10)
License
9jamoji is released under the MIT Licence. See the bundled LICENSE file for details., (*11)
Supported Databases
bash
All databases supported by Eloquent ORM.
, (*12)