Libraries tagged by API access
matatirosoln/filemaker-data-api-bundle
20 Downloads
Symfony bundle to provide access to the FileMaker Data API
jleagle/btn-api-client
18 Downloads
A helper class to access data from the BTN API
jetcamp/laravel-json-api-client
126 Downloads
Laravel client for easy access of data from {json:api} APIs
homeup/homeup-api-php
86 Downloads
Access to the centralized database API.
firewards/convertkit-php-api
66 Downloads
Simple access interface to ConvertKit's web API.
dorvidas/laravel-json-api-client
107 Downloads
Laravel client for easy access of data from {json:api} APIs
amelaraby/magento-2-mageplaza-social-login-api
22 Downloads
An extension for Magento 2 Mageplaza Social Login extension which expose an APIs to login via social media access tokens
a5sys/qowisio-cloud-api-bundle
27 Downloads
Access data from Qowisio Cloud API
suthernfriend/mikrotik-api
58 Downloads
Comfortable Wrapper Around RouterOS Library for accessing MikroTik routers via their API
leuchtdiode/pimcore-rest-api
55 Downloads
Zend Framework 2 module for accessing pimcore via its REST API
leuchtdiode/laminas-pimcore-rest-api
56 Downloads
Laminas module for accessing pimcore via its REST API
denislam/laravel-forge-api-sdk-php
6 Downloads
SDK for PHP for accessing the official Laravel Forge API
leuchtdiode/pimcore-rest-api-zf3
41 Downloads
Zend Framework 3 module for accessing pimcore via its REST API
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.
kairos-project/api-doctrine-mongodb-odm-loader
6 Downloads
The doctrine ODM component of the kairos API. Aim to be used as data access object for mongoDB