Libraries tagged by developer api
teamicon/apikit
11 Downloads
A simple toolkit to help a team icon's developer to create a native php API
tafoyaventures/php-discogs-api
9 Downloads
The Discogs API makes it easy for developers to communicate with the Discogs platform
schoenef/here-api-connector-bundle
154 Downloads
Allows to use the here geolocation api at https://developer.here.com/documentation#geocoder easily inside of symfony projects.
prhl2375/php-discogs-api
189 Downloads
The Discogs API makes it easy for developers to communicate with the Discogs platform
novaday-co/laravel-api-response
0 Downloads
This Package helps developers to easily make response for API
majorasjack/php-discogs-api
4 Downloads
The Discogs API makes it easy for developers to communicate with the Discogs platform
felipe-silveira-dev/php-discogs-api
4 Downloads
The Discogs API makes it easy for developers to communicate with the Discogs platform
erwinnerwin/laravel-api-generator
18 Downloads
Laravel API Generator is a tool that generates a RESTful API backend for Laravel applications. It helps developers create a complete and functional API in minutes, saving time and streamlining the development process. With features like code generation, customizable templates, and secure authentication, the Laravel API Generator simplifies the creation of robust, scalable, and secure APIs.
davalb/php-openbazaar-api
42 Downloads
The OpenBazaar API makes it easy for developers to communicate with the OpenBazaar marketplace
w3spi5/php-discogs-api
35 Downloads
The forked and updated as of end of 2024, Discogs API, that makes it easy for developers to communicate with the Discogs platform
tulqinmuxtorov/api-starter-kit
0 Downloads
Comprehensive boilerplate designed specifically for backend developers who need to quickly scaffold RESTful APIs.
plutuss/laravel-geonames-api
22 Downloads
The Laravel Geonames API package provides an easy way to integrate the Geonames API into your Laravel application. This package enables developers to effortlessly interact with the Geonames API to retrieve geographic data such as cities, countries, coordinates, time zones, and other location-based information
octavianparalescu/laravel-api-controller-methods
23 Downloads
Laravel Controller methods that allow the developer to quickly build a Resource-based 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.
ashleighsims/companies-house-api-wrapper
12 Downloads
Wrapper for the Companies House API. Covering all endpoints available to developers.