Libraries tagged by Data Base Api
masterskill/afa-api-laravel
32 Downloads
A package for the AFA Code API Integration, that needs to interacts with it's database and existing database
justoverclock/imdb-api
24 Downloads
Integrate Flarum with Imdb api to get movie information inside the posts
justoverclock/igdb-api
15 Downloads
Igdb Api for Videogames
jagdish-j-p/cpanel-api
166 Downloads
PHP Implementation of CPANEL APIS i.e. UAPI, API2 to manage functions of CPANEL via PHP i.e. managing database, managing database users.
hlack/php-vanilla-registration-api
0 Downloads
Backend Api Using Request For Auth Operations.
greenpeace/gpnl-database-interface
207 Downloads
This repository contains the Interface for the GPNL Planet4 project to connect to our APIs
girolando/api-implementation
98 Downloads
Laravel Api Implementation
diegonella/laravel-api-model-driver
0 Downloads
API driver for Laravel Eloquent models
denners777/api-phalcon
1 Downloads
APP for application management in Phalcon PHP. Database: Oracle. Integrated with Whoops.
coagus/php-api-builder
63 Downloads
PHP API Builder is a library designed to simplify the construction of APIs in PHP, ensuring clean, well-structured code, and providing out-of-the-box support for connecting a MySQL database as a resource.
andersonef/api-implementation
221 Downloads
Laravel Api Implementation
aelfannir/doctrine-api-paginator
13 Downloads
Simple, powerful package for search, sort, filter & paginate database
xabbuh/xapi-storage-api
657 Downloads
abstract definition of an xAPI storage interface
php-extended/php-useragent-aruljohn-api
1026 Downloads
A php api wrapper around the aruljohn user agent string database
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.