Libraries tagged by be_user
tuutti/php-klarna-payments
61438 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
tuutti/php-klarna-checkout
232 Downloads
The checkout API is used to create a checkout with Klarna and update the checkout order during the purchase. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement).\n\nRead more on [Klarna checkout](https://docs.klarna.com/klarna-checkout/).
sitewards/bigpipe
7 Downloads
Implements a BigPipe option to Magento, so a block can be marked as BigPipe an will be rendered after the first flush appeared. Facebook uses that technique to avoid a blocking of the loading process by some slower components.
reactphp-x/limiter
58 Downloads
A generic rate limiter for the web and reactphp. Useful for API clients, web crawling, or other tasks that need to be throttled
mouf/utils.mailer.mail-interface
46960 Downloads
This package contains interfaces and classes describing mails. It also contains the MailerService interface that should be implemented by any service that can send mails. You should use a package implementing this interface (like the SmtpMailer package.
do-while/contao-mpdf-template-bundle
1886 Downloads
With the mpdf-template extension, a saved pdf file can be activated as a layout template for PDF output. Uses the mPDF library.
mindshape/mindshape_cookie_hint
70888 Downloads
Shows a visible hint on the website that cookies are used - according to the European laws. Easy to install, fully customizable and the hint will permanently be hidden after accepting.
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.
wordplate/autoloader
2299 Downloads
Enables standard plugins to be required just like must-use plugins in WordPlate
littlebizzy/autoloader
5 Downloads
Enables standard WordPress plugins contained in a directory to be placed in the mu-plugins directory and loaded prior to others (forked from Bedrock).
it-bens/simple-words-translator
416 Downloads
Translator for simple and widely used words in different languages
zonuexe/phpstan-safe-rule-simple
7 Downloads
A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe
zondor/codeception-json-reporter
13877 Downloads
Json report generator, can be used in parallel run
zetacomponents/reflection
1066 Downloads
The main objective of the Reflection component is to enhance PHP by type information and annotations. It uses source code documentation to determine data types and other pieces of information provided via annotations. Those annotations can be used to realize systems which depend on strong type information or additional details about the source code itself.
zerkxubas/api-response-laravel
9 Downloads
This package can be usefull to structure our api response in laravel api projects, its simple and easy to use.