Libraries tagged by dscribe
wdalmut/php-deb-describe
15997 Downloads
A simple debian packager wrapper for PHP applications
rougin/describe
8348 Downloads
Inspect database tables in PHP.
wwwision/dcb-example
5 Downloads
Simple example for the Dynamic Consistency Boundary pattern described by Sara Pellegrini
thingston/psr7
8 Downloads
Implementation of PSR-7 standard for representing HTTP messages as described in RFC 7230 and RFC 7231, and URIs for use with HTTP messages as described in RFC 3986.
syrtis/php-semantic-schema-web
76 Downloads
List of JSON schema used to describe basc web elements
surrealcristian/simple-snmp
858 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.
rmiller/phpspec-run-extension
21883 Downloads
PhpSpec extension to execute the run command after the describe command
php-extended/php-storage-interface
5339 Downloads
A library that describes an abstract way to store data between different operational storage methods
php-etl/satellite-contracts
9926 Downloads
This library describes contracts for defining satellite formats
php-etl/configurator-contracts
13860 Downloads
This library describes contracts for defining configuration formats and building optimized code from it
ohseesoftware/laravel-queue-fake
182 Downloads
Describe your package here.
martinmulder/openapi-crowdstrike-falcon-php
155 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
1158 Downloads
Describe your table fields in the model and let Laravel the rest
jasny/http-digest
333 Downloads
PSR-7 client and server middleware for HTTP Digest header creation and validation as described in RFC 3230