phramework / jsonapi
jsonapi for Phramework
Installs: 28 979
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 2
Open Issues: 35
Requires
- php: >=7
- ext-json: *
- phramework/phramework: 1.*
- phramework/util: ^0.0.0
Requires (Dev)
- apigen/apigen: ^4.1
- codacy/coverage: ^1.0
- phpunit/phpunit: 5.*
- satooshi/php-coveralls: ^2.0.0
- squizlabs/php_codesniffer: *
- 4.x-dev
- 3.x-dev
- 2.0.0
- 1.x-dev
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-RC23
- 1.0.0-RC22
- 1.0.0-RC21
- 1.0.0-RC20
- 1.0.0-RC19
- 1.0.0-RC18
- 1.0.0-RC17
- 1.0.0-RC16
- 1.0.0-RC15
- 1.0.0-RC14
- 1.0.0-RC13
- 1.0.0-RC11
- 1.0.0-RC10
- 1.0.0-RC9
- 1.0.0-RC8
- 1.0.0-RC7
- 1.0.0-RC6
- 1.0.0-RC5
- 1.0.0-RC4
- 1.0.0-RC3
- 1.0.0-RC2
- 1.0.0-RC1
- 1.0.0-RC
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1
- 1.0.0-alpha
- 0.x-dev
- 0.0.0-RC10
- 0.0.0-RC9
- 0.0.0-RC8
- 0.0.0-RC7
- 0.0.0-RC6
- 0.0.0-RC5
- 0.0.0-RC4
- 0.0.0-RC3
- 0.0.0-RC2
- 0.0.0-RC
- dev-xs-change-phpunit
- dev-xs-getSort-as-default
- dev-xs-update-coveralls
- dev-4.x-DataSource
- dev-3.x-implement-post
- dev-3.x-WIP-implement-patch
- dev-dev-2.x
This package is auto-updated.
Last update: 2024-10-24 18:16:01 UTC
README
jsonapi for phramework based on specifications from http://jsonapi.org/
Usage
Require package using composer
composer require phramework/jsonapi
Development
Install
composer update
Test and lint code
composer lint
composer test
License
Copyright 2015 - 2016 Xenofon Spafaridis
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.