Libraries tagged by api-specification
elife/api
27937 Downloads
eLife Sciences API specification
xpertselect/json-api
4475 Downloads
XpertSelect package providing utilities for creating a REST api conforming to the JSON:API specification.
stefna/open-api-bundler
2855 Downloads
Cli tool to help inline/bundle open api specifications
slick/json-api
1070 Downloads
JSON:API specification library, providing content negotiation, error handling and pagination, as well as fetching, creation, updating and deleting resources
protung/open-api-generator
19758 Downloads
Open Api specification / schema generator.
michaeldrennen/jsonapi
4117 Downloads
A framework agnostic PHP library that implements some of the json:api specification.
enm/json-api-server
12960 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...)
webcoder01/json-api
4 Downloads
A framework agnostic that helps you generate responses based on the JSON:API specification.
rocketman/json-api-server
103 Downloads
Abstract server-side php implementation of the json api specification (jsonapi.org)
rocketman/json-api-common
110 Downloads
Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
phantomwatson/cakephp-json-api
527 Downloads
json-api specification plugin for CakePHP - http://jsonapi.org/
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
1400 Downloads
json-api specification plugin for CakePHP - http://jsonapi.org/
jf/json-api
453 Downloads
Classes to implement APIs according to JSON API specification.