Libraries tagged by combinations
toolmao/nearphp
13 Downloads
Simple PHP Functional combination.
theunwindfront/tailwindcss-contrast-checker
0 Downloads
A build-time CLI tool to catch accessibility (a11y) violations by checking Tailwind CSS text and background color combinations for WCAG contrast ratios.
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
65 Downloads
A PHP package for generating unique and meaningful gaming names using a combination of adjectives and nouns.
sobhanmohammadi/geometry
0 Downloads
An immutable, precision-safe, extensible Geometry calculation library for PHP 7.4+, built entirely on top of the Sobhanmohammadi\CAS algebra engine. Includes 10 new shape-solving factories for Triangle, Rhombus, Parallelogram, and Trapezoid with support for ambiguous cases and multiple input combinations.
ressourcenmangel/rsmbouncemailprocessor
2 Downloads
A TYPO3 extension that handles bounce mails in combination with cute_mailing.
promatur/sc-analytics
665 Downloads
A combination of clientside and serverside analytics for PHP-based websites.
peakle/symfony3-dumper
120 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
39 Downloads
Runtime minification and combination of asset files.
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
23 Downloads
componentize is a combination of componentization and modularization
michaelking0/phpthumb
1942 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.
labrodev/laravel-mcp-espectro
1 Downloads
Connect your Laravel app to the Espectro MCP server (Sanzo Wada color combinations).
kruegge82/dhl-retoure-php-rest-sdk
6 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".