Libraries tagged by dscribe
php-etl/satellite-contracts
9391 Downloads
This library describes contracts for defining satellite formats
php-etl/pipeline-contracts
19451 Downloads
This library describes contracts for the Extract-Transform-Load pattern.
php-etl/bucket-contracts
19155 Downloads
This library describes contracts for the data-interchange buckets.
php-etl/action-contracts
7285 Downloads
This library describes contracts for the Action pattern.
ohseesoftware/laravel-queue-fake
179 Downloads
Describe your package here.
mbilbille/parsexml
490 Downloads
Need to parse a big huge XML file? Describe it and parse it!
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.
laramore/laramore
1156 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
653 Downloads
Morf was designed to filter request-parameters *en masse* but it is also useful in many other situations. A Morf *Filter* is created from an array of definitions that describes 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
27562 Downloads
So, tell me about your file... Given any file, PHP library describr will describe it
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.