2017 © Pedro Peláez
 

api 9jamoji

A RestFul API using Slim Framework For Emoji Service​

image

sirolad/9jamoji

A RestFul API using Slim Framework For Emoji Service​

  • Thursday, December 3, 2015
  • by sirolad
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

9jamoji

License Build Status, (*1)

A RestFul API using S​lim​ for Emoji​Service. 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)

The Versions

03/12 2015

dev-master

9999999-dev https://github.com/andela-sakande/9jamoji

A RestFul API using Slim Framework For Emoji Service​

  Sources   Download

MIT

The Requires

 

The Development Requires

by Surajudeen Akande

api service php slim emoji