Libraries tagged by dscribe
visol/idx-reader
1708 Downloads
Read IDX reader - Internet Data Exchange is a standard to describe properties such as houses, appartment, etc... commonly used in the real estate industry.
surrealcristian/simple-snmp
311 Downloads
Interfaces and classes that describes a SNMP client.
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
5050 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
36 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.
looqey/speca
15 Downloads
Describe your specs through expressive data classes
laramore/laramore
1143 Downloads
Describe your table fields in the model and let Laravel the rest
hevertonfreitas/base65536
18 Downloads
Implementartion of the base65536 library in PHP, as described by ferno/base65536
faecie/json-api-error-response
263 Downloads
The Bundle provides en error response as it described in JsonApi specification
dansup/php-activitystreams
23 Downloads
Activity Streams is a simple specification used to describe social actions around the web. http://activitystrea.ms
danbettles/morf
565 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.
boxuk/describr
27560 Downloads
So, tell me about your file... Given any file, PHP library describr will describe it
bigwhoop/radix64
78 Downloads
An implementation of the Radix-64 encoding as described by OpenPGP (RFC 4880).
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.