Libraries tagged by bills
mostok/laravel-billing-qrkot
18 Downloads
Laravel package example
miolae/yii2-billing
35 Downloads
Flexible billing module to manage different accounts and pay systems and make transactions
mfrost503/billow
24 Downloads
Digital Ocean API Wrapper
mediarox/module-billiger-de-tracking-pixel
4219 Downloads
This extension for Magento >=2.4 implements a billiger.de tracking pixel on checkout success page.
mcris112/billable
19 Downloads
Laravel Package for handling Billing, Orders, Subscriptions manager - local
mcashp/billing-api
6 Downloads
WebBilling API for MobileCashPartner
makkmarci13/billingo-api-v3
3 Downloads
magic3w/billing-sdk-php
2 Downloads
PHP SDK to interact with magic3w/billing
lsolesen/billy-php-sdk
7007 Downloads
PHP-SDK to communicate with Billy (http://www.billy.dk)
lotuashvili/laravel-billwerk
4 Downloads
This package provides a convenient way, to handle payments/subscription with billwerk.io
liberusoftware/filament-cashier-billing-provider
123 Downloads
Filament billing provider for Laravel Cashier
leasingmarkt/billomat-client
21 Downloads
PHP library for interacting with the Billomat REST API
laxcorp/billing-partner-bundle
712 Downloads
Billing helper
latiefchan/bniecollection-billing
16 Downloads
Package for manage billing BNI Ecollection
kruegge82/billbee-php-sdk-api
22 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.