sirolad / 9jamoji
A RestFul API using Slim Framework For Emoji Service
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 1
Type:api
Requires
- firebase/php-jwt: ^3.0
- guzzlehttp/guzzle: ^6.1
- illuminate/database: ~5.1
- slim/slim: ^2.6
- slim/views: 0.1.*
- twig/twig: 1.18.*
- vlucas/phpdotenv: ^2.0
Requires (Dev)
- phpunit/phpunit: 4.8.0
This package is not auto-updated.
Last update: 2024-10-30 19:22:00 UTC
README
A RestFul API using Slim for EmojiService. 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.