carlonicora / minimalism-service-jsonapi
This package is abandoned and no longer maintained.
No replacement package was suggested.
jsonapi translates {json-api} document to database structures and vice versa
3.1.4-beta2
2020-05-30 00:00 UTC
Requires
- php: >=8.1
- ext-json: *
- carlonicora/jsonapi: ~3.0
- carlonicora/minimalism: ~13.0
README
minimalism-service-jsonapi is a service for minimalism to create {json:api}
Getting Started
To use this library, you need to have an application using minimalism. This library does not work outside this scope.
Prerequisite
You should have read the minimalism documentation and understand the concepts of services in the framework.
Installing
Require this package, with Composer, in the root directory of your project.
$ composer require carlonicora/minimalism-service-jsonapi
or simply add the requirement in composer.json
{ "require": { "carlonicora/minimalism-service-jsonapi": "~1.0" } }
Deployment
This service does not requires any parameter.
Build With
- minimalism - minimal modular PHP MVC framework
Versioning
This project use Semantiv Versioning for its tags.
Authors
- Carlo Nicora - Initial version - GitHub | phlow
- Sergey Kuzminich - maintenance and expansion - GitHub |
License
This project is licensed under the MIT license - see the LICENSE.md file for details