Libraries tagged by internal API
cgdsoftware/api
705 Downloads
External API boilerplate for Laravel Enso
brezgalov/yii2-external-api-logger
45 Downloads
logger for api requests
bneumann/mock-api-bundle
2 Downloads
A Symfony bundle to mock external API responses
awsm/lib-api
518 Downloads
A library of API components to interact with external APIs.
aliirfaan/citronel-external-service
16 Downloads
Consume external APIs using a standard interface using Laravel http client. Log requests and responses for API calls in database and log file for auditing/debugging purposes.
kielabokkie/laravel-guzzle-api-service
1622 Downloads
A base class for interacting with external APIs via Guzzle
epse/miep-php-api-client
1 Downloads
Max-immo External Partners API Client
magicbart/external-reference-bundle
17 Downloads
Add external reference between api and entity
benjaminmedia/wp-wa-external-shell
309 Downloads
Pulls in the external shell from whitealbum api
azozzalfiras/deepseek-api
0 Downloads
A lightweight PHP client to interact with the DeepSeek API without any external dependencies.
pramod/php-api-consumer
7 Downloads
Php Api Consumer to consume external Url
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.
smileandlearn/microsoft-api-php
17 Downloads
Library to connect external login to Microsoft Azure
orglinker/external-integration
6 Downloads
This library will be working with orglinker api
kasitaw/api-key
97 Downloads
User defined api key(using custom laravel guard) to enable client communicate with server for external integration in general