Skip to content

sirolad/9jamoji

Repository files navigation

9jamoji

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.

About

A RestFul API using Slim Framework For Emoji Service​

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published