2017 © Pedro Peláez
 

library json-api-error

Framework agnostic JSON-API Errors (v1.0) implementation

image

restyphp/json-api-error

Framework agnostic JSON-API Errors (v1.0) implementation

  • Wednesday, April 11, 2018
  • by mostofreddy
  • Repository
  • 0 Watchers
  • 0 Stars
  • 50 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 9 % Grown

The README.md

Deprecated, (*1)

Resty - Json API Error, (*2)

Build Status Scrutinizer Code Quality Latest Stable Version Coverage Status License Total Downloads composer.lock, (*3)

Resty - JSON API Errors, es una librería PHP (agnostica a cualquier Framework) que permite estandarizar y serializar de forma fácil cualquier mensaje de error que pueda devolver una API Restfull, para ello utiliza el estándar JSON-API., (*4)

Para mas detalle ver documentación en wiki, (*5)

Versión estable

1.0.0, (*6)

Requerimientos

  • PHP 7.1+

Instalación

{
    "require": {
        "restyphp/json-api-error": "1.0.*"
    }
}

Documentación

Documentación y API en Wiki, (*7)

Ejemplo de uso básico

use Resty\JsonApiError\Message;

$message = new Message();
$message->add("Page not found", "Request => GET:http://localhost/dummy");

echo json_encode($message);

Respuesta, (*8)

{
  "errors": [
    {
      "title": "Page not found",
      "details": "Request => GET:http://localhost/dummy"
    }
  ]
}

License

The MIT License (MIT). Ver el archivo LICENSE para más información, (*9)

Test unitario

Los test unitarios utilizan la versión 6.1 de PHPUnit, (*10)

php vendor/bin/phpunit

PHPCS

Como estándar de código se emplea PEAR y la versión utilizada de PHPCS es la 3.0, (*11)

cp ruleset.xml.dist ruleset.xml
php vendor/bin/phpcs --standard=ruleset.xml

The Versions

11/04 2018

dev-master

9999999-dev https://github.com/mostofreddy/resty-json-api-error

Framework agnostic JSON-API Errors (v1.0) implementation

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

api framework json rest hal error standard jsonapi hateoas restfull

25/08 2017

1.0.0

1.0.0.0 https://github.com/mostofreddy/resty-json-api-error

Framework agnostic JSON-API Errors (v1.0) implementation

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

api framework json rest hal error standard jsonapi hateoas restfull

25/08 2017

dev-coveralls-test

dev-coveralls-test https://github.com/mostofreddy/resty-json-api-error

Framework agnostic JSON-API Errors (v1.0) implementation

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

api framework json rest hal jsonapi hateoas

25/08 2017

dev-scrutinizer-test

dev-scrutinizer-test https://github.com/mostofreddy/resty-json-api-error

Framework agnostic JSON-API Errors (v1.0) implementation

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

api framework json rest hal jsonapi hateoas

18/05 2017

0.1.1

0.1.1.0 https://github.com/mostofreddy/resty-json-api-error

Framework agnostic JSON-API Errors (v1.0) implementation

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

api framework json rest hal jsonapi hateoas

18/05 2017

0.1.0

0.1.0.0 https://github.com/mostofreddy/resty-json-api-error

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

api framework json rest hal jsonapi hateoas