Libraries tagged by dscribe
open-orchestra/open-orchestra-model-interface
36495 Downloads
Describe all entity and repository to implement for the whole OpenOrchestra project
nowakowskir/date-wildcards
13 Downloads
Describe your occurrences dates with the wildcards.
nipun/abnvalidation
3 Downloads
This will validate AUS ABN as described at https://abr.business.gov.au/Help/AbnFormat
neamil/protect_fe_login
130 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
179 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
milantex/mysql-tso
21 Downloads
Creates a PHP object which describes the MySQL table structure for a specified table in the database.
metaclass-nl/fit-shelf
7 Downloads
reimplementation in PHP5 of the functionality of Fit Library as described in the book 'Fit for developing Software' of Rick Mugridge and Ward Cunningham
matthiasmullie/types
118 Downloads
Some convenient classes to describe/cast types of values
marsapp/structure
4 Downloads
After the structure is described using the array data, the constructor is used to generate the code.
looqey/speca
85 Downloads
Describe your specs through expressive data classes
laravel-orm/laravel-orm
15 Downloads
Describe your table fields in the model and let Laravel manage your migration for you
laramore/migrations
236 Downloads
Describe your table fields in the model and let Laravel manage your migration for you
lajosbencz/here-php
36 Downloads
This document describes the Geocoding and Search API.
kruegge82/dhl-authentication-oauth-api
20 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
john-peterson-g17/oauth-token-management
5 Downloads
A framework agnostic abstraction for managing tokens/grants in the OAuth 2.0 flow as described in RFC 6749. This package would be a module inside of your Authorization Server used to manage tokens