Libraries tagged by combinations
webidew/lumen-vuetify-kickstart
0 Downloads
VueJS as frontend, Lumen as backend - best combination ever. Almost ready-made with just a little more config to do and you are ready to fly.
toolmao/nearphp
12 Downloads
Simple PHP Functional combination.
the-ar-j/diya-public
2 Downloads
Diya PHP Framework for websites and web applications that can be used in shared hosting. There is no cli required for production build. It's a new PHP framework built with HTML-Tailwind CSS-Js-PHP combination. It's unique ability is simplicity built on core PHP
syntaxscribe/gaming-name-generator
12 Downloads
A PHP package for generating unique and meaningful gaming names using a combination of adjectives and nouns.
stevector/openy-project-on-pantheon
9 Downloads
Experimental combination of https://github.com/ymcatwincities/openy-project and https://github.com/pantheon-systems/example-drops-8-composer
ressourcenmangel/rsmbouncemailprocessor
2 Downloads
A TYPO3 extension that handles bounce mails in combination with cute_mailing.
peakle/symfony3-dumper
118 Downloads
It extends an opportunity to listen a conclusion of a dump function in Symfony 3 and add shortcut for a «dump+die» combination. To run dump-server "php dump-server" . Commands: 1) db - dump var and continue script execution 2) dd - dump var and stop script (via "die" func)
pavlovich-app/yii2-compressor
16 Downloads
Runtime minification and combination of asset files.
owen-jones/color-kit
8 Downloads
A PHP library for manipulating accessible color combinations.
nolin/permutations
4 Downloads
Generate permutations and combinations.
netresearch/oro-hide-unavailable-variants-bundle
3 Downloads
This OroCommerce bundle hides attribute combinations of configurable products in the storefront, if an applicable variant product does not exist.
nelsonkti/componentize
21 Downloads
componentize is a combination of componentization and modularization
michaelking0/phpthumb
1941 Downloads
Fork of PHPThumb that adds a fix for combination of adaptiveResize and resizeUp issues.
legendhasit/secret-weapon
0 Downloads
It's an impressive WordPress setup built with the powerful combination of Bedrock by Roots and the Sage theme by Roots. This exceptional configuration also incorporates MUDev Plugins and ACF, resulting in a development masterpiece crafted by our team of Legends. We affectionately refer to it as our secret weapon.
kruegge82/billbee-php-sdk-api
14 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.