sirolad/9jamoji

A RestFul API using Slim Framework For Emoji Service​

dev-master 2015-12-03 12:05 UTC

This package is not auto-updated.

Last update: 2024-04-17 16:42:59 UTC


README

License Build Status

A RestFul API using S​lim​ for Emoji​Service. This API is built with Eloquent ORM and JWT for token based authentication.

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.

Via Composer

$ composer require sirolad/9jamoji

or

"require": {
        "sirolad/9jamoji": "dev-master"
    }

Usage

The documentation of this API is available at the official website. Please refer to it for more information.

Change log

Please check out CHANGELOG file for information on what has changed recently.

Testing

$ vendor/bin/phpunit test
$ composer test

Contributing

Please check out CONTRIBUTING file for detailed contribution guidelines.

Credits

9jamoji is developed and maintained by Surajudeen Akande.

License

9jamoji is released under the MIT Licence. See the bundled LICENSE file for details.

Supported Databases

All databases supported by Eloquent ORM.