Libraries tagged by apib
apiboxsym/health-check-bundle
2 Downloads
Health check bundle for ABS API host application.
apiboard/php
220 Downloads
A package to easily integrate APIboard into a PHP application.
wellcommerce/api-bundle
1139 Downloads
WellCommerce ApiBundle
thecodingcompany/backupify
10 Downloads
PHP Library to use with api.backupify.io
requestum/api-crud-generator
0 Downloads
Symfony ApiBundle CRUD generator
requestum-test/api-bundle
13 Downloads
Symfony ApiBundle
ops-talent/securitybundle
1032 Downloads
REST API security bundle compatible with opstalent/apibundle
kruegge82/billbee-php-sdk-api
26 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.
jasonrobel/api-bible-client-php
0 Downloads
REST Client for the API.Bible API
google/apiclient
217642210 Downloads
Client library for Google APIs
swagger-api/swagger-ui
52870499 Downloads
Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
league/oauth2-server
157331205 Downloads
A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.
symfony/string
821944583 Downloads
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
google/apiclient-services
206702306 Downloads
Client library for Google APIs
zircote/swagger-php
153875979 Downloads
Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations