Libraries tagged by compilation
laradic/symfony-console-autocomplete
6 Downloads
Shell completion for Symfony Console based scripts
lamungu/laravel-sync-broadcaster
26 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
ktorfs/transmission-rpc
63 Downloads
PHP 100% object-oriented Transmission RPC client. This library gives you code-completion for all requests and responses available from the Transmission daemon.
kruegge82/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
kruegge82/billbee-php-sdk-api
24 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
kirkmadera/magento1-xsds
7 Downloads
XSDs for Magento 1 to enable IDE auto-completion and structure validation.
jlem/context
4 Downloads
A very simple library for juggling configuration settings based on a given combination of multiple contexts
jelle-s/arrayintersections
161 Downloads
Tries to find intersections between a combination of arrays.
javidalpe/spherical-geometry
7 Downloads
This library provides classes and functions for the computation of geometric data on the surface of the Earth. Code ported from the Google Maps API.
iceframework/ide
16 Downloads
Ice auto-completion in IDE
huijiewei/yii2-timezone
59 Downloads
This library allows you to detect a user's timezone from within their browser. It is often useful to use JSTZ in combination with a timezone parsing library such as Moment Timezone.
hl56/yii2-ide-helper
3 Downloads
Yii2 IDE Helper, generates correct PHPDocs for all components, to improve auto-completion.
helionogueir/brainiac
754 Downloads
Brainiac - Comparation and manipulation text tool
hanneskod/comphlete
127 Downloads
Dynamic bash completion from PHP
gn36/firstpostedit
84 Downloads
Allows differenciating editing permissions for the first post. Allows bypassing the max edit time setting for the first or all posts on a per-forum basis. If you use other extensions that change users edit permissions, please check thoroughly whether they still work correctly in combination with this extension.