Libraries tagged by api-specification
wunderwerkio/jsonapi-error
2567 Downloads
Simple class to conveniently create a JSON error that complies with the JSON:API specification.
slick/json-api
1015 Downloads
JSON:API specification library, providing content negotiation, error handling and pagination, as well as fetching, creation, updating and deleting resources
schematicon/doc-generator
3828 Downloads
Schematicon Doc Generator is generator for schematicon API specification.
rocketman/json-api-server
72 Downloads
Abstract server-side php implementation of the json api specification (jsonapi.org)
rocketman/json-api-common
77 Downloads
Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
myparcelcom/carrier-specification
21203 Downloads
MyParcel.com carrier API specification.
enm/json-api-server
12922 Downloads
Abstract server-side php implementation of the json api specification (jsonapi.org)
creads/api2symfony-bundle
570 Downloads
A Symfony2 bundle to automatically generate controllers from standard API specifications (RAML, Blueprint, Swagger...)
protung/open-api-generator
19719 Downloads
Open Api specification / schema generator.
phantomwatson/cakephp-json-api
518 Downloads
json-api specification plugin for CakePHP - http://jsonapi.org/
michaeldrennen/jsonapi
4036 Downloads
A framework agnostic PHP library that implements some of the json:api specification.
martinmulder/openapi-crowdstrike-falcon-php
42 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
josbeir/cakephp-json-api
1399 Downloads
json-api specification plugin for CakePHP - http://jsonapi.org/
jf/json-api
447 Downloads
Classes to implement APIs according to JSON API specification.
creads/api2symfony
757 Downloads
PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)