Libraries tagged by php settings
pop-cms-schema/settings-wp
24 Downloads
Implementation for WordPress of contracts from package "Settings"
parfumix/laravel-settings
4 Downloads
Settings for Laravel
nickdekruijk/settings
675 Downloads
A basic cache enabled Setting model, migration and helper for your Laravel project
moay/php-fints-database
155 Downloads
Provides a database of german banks with fints settings
mkomorowski/php-config
183 Downloads
Simple class supporting different configuration values based on the environment
mepihindeveloper/php-configuration
11 Downloads
Component for working with settings
lysice/hyperf-user-settings
64 Downloads
Simple user settings util for Hyperf.
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.
kdabrow/enum-settings
2 Downloads
Extend your enums by settings provided by attributes
irishdan/js-settings-bundle
33 Downloads
A bundle for injecting data as javascript into a page
geekwisdom/gw-php-tools
7 Downloads
Geek Wisdom Tools for PHP
elbowspaceuk/laravel-settings
2055 Downloads
Settings for Laravel
bonk007/system-settings
62 Downloads
Dynamic settings for application
bleumi/payment-sdk-php
5 Downloads
A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application. ### Getting Started 1. Create an account on [Bleumi](https://account.bleumi.com/signUp/?app=payment) 1. Fill up your [profile](https://account.bleumi.com/account/?app=payment&tab=profile) 1. Complete your KYC by contacting [[email protected]](mailto:[email protected]) 1. Add your preferred payment service providers in the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) 1. Create your API key on the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen ### Authentication Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen. Authenticated API requests should be made with a `X-Api-Key` header. Your API key should be passed as the value. ### Payment Methods Use the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.
alex-yashin/pina-settings
24 Downloads