Libraries tagged by dscribe
surrealcristian/simple-snmp
284 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
21834 Downloads
PhpSpec extension to execute the run command after the describe command
php-extended/php-storage-interface
4947 Downloads
A library that describes an abstract way to store data between different operational storage methods
open-orchestra/open-orchestra-model-interface
36486 Downloads
Describe all entity and repository to implement for the whole OpenOrchestra project
ohseesoftware/laravel-queue-fake
173 Downloads
Describe your package here.
nuwber/oponka
41 Downloads
To be described
neamil/protect_fe_login
116 Downloads
this typo3 extension provides brute force protection for frontend login with device cookies as described in OWASP https://owasp.org/www-community/Slow_Down_Online_Guessing_Attacks_with_Device_Cookies
neamil/device_cookies
164 Downloads
a base for a php implementation of device cookies as described in OWASP https://www.owasp.org/index.php/Slow_Down_Online_Guessing_Attacks_with_Device_Cookies
martinmulder/openapi-crowdstrike-falcon-php
31 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
7228 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
1122 Downloads
Describe your table fields in the model and let Laravel the rest
kruegge82/dhl-authentication-oauth-api
6 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
imponeer/extension-info-contracts
342 Downloads
Interfaces that helps to describe extension
hevertonfreitas/base65536
18 Downloads
Implementartion of the base65536 library in PHP, as described by ferno/base65536