Libraries tagged by describer
stocks_exchange/php-client
308 Downloads
STEX (former Stocks.Exchange) provides all the core exchange functionality, and additional merchant tools available via the HTTP API where all returned messages are in JSON. It's much easier to work with the API by using one of the clients provided by StocksExchange (now available only in PHP), so while this page describes the API in case you want or need to build your own client, the examples use the PHP client.
php-extended/php-storage-interface
5078 Downloads
A library that describes an abstract way to store data between different operational storage methods
ohseesoftware/laravel-queue-fake
178 Downloads
Describe your package here.
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.
lilt/lilt-connector-sdk-php
7871 Downloads
This document describes the Plugin API for Lilt's Connector platform. The Plugin API is intented to be used by developers who wish to build integrations into their desired systems. The purpose of this API is to enable content transfer and status monitoring for localization projects. - Read more about the concepts and workflows in the [user guide](/docs/api/v1.0). - Test the API interactively via [Swagger UI](/api/v1.0/ui).
laramore/laramore
1143 Downloads
Describe your table fields in the model and let Laravel the rest
imponeer/extension-info-contracts
398 Downloads
Interfaces that helps to describe extension
hevertonfreitas/base65536
18 Downloads
Implementartion of the base65536 library in PHP, as described by ferno/base65536
fillup/guzzle-services
8295 Downloads
Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
faecie/json-api-error-response
263 Downloads
The Bundle provides en error response as it described in JsonApi specification
degami/sql-schema
281 Downloads
Library for describe of the database schema.
dansup/php-activitystreams
23 Downloads
Activity Streams is a simple specification used to describe social actions around the web. http://activitystrea.ms
danbettles/morf
606 Downloads
Morf is used to filter request-parameters *en masse*. It is configured with an array of definitions that describe each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.
ag/event
1130 Downloads
A package that strives to best possible support the TYPO3 Flow PHP Framework with Domain Events as described in »Implementing Domain-Driven Design« by Vaughn Vernon.
friendsoftypo3/blog-example
182 Downloads
This extension contains code examples used in TYPO3 explained to describe the use of Extbase.