Libraries tagged by meteo
myckhel/checkmobi
1070 Downloads
CheckMobi APIs are based on HTTP methods, which make it easy to integrate into your own products.
multisafepay/magento2-hyva-checkout
39641 Downloads
Integrate MultiSafepay payment methods into your Hyvä Checkout
mouf/utils.common.sortable-interface
222711 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
mouf/utils.common.paginable-interface
222719 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!
mondu/magento2-payment
29402 Downloads
Mondu payment method for magento 2
mobilestock/laravel-database-interceptor
4201 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
mistralys/html_quickform2
44682 Downloads
Provides methods to create, validate and render HTML forms in PHP.
mistralys/application-utils-collections
14372 Downloads
Interfaces, traits and classes for handling static item collections, similar to Enums and with useful getter methods.
michaelpetri/phpunit-consecutive-arguments
2159 Downloads
Replacement for the removed InvocationMocker::withConsecutive method.
marcocesarato/security
2654 Downloads
AIO Security Class offer an automatic system of protection for developers's projects and simplify some security operations as the check of CSRF or XSS all in a simple class. Infact you could just call the main method to have better security yet without too much complicated operations.
maggomann/filament-only-icon-display
5365 Downloads
The package provides the `HasOnlyIcon` trait for [Filament Admin Panel v2.x](https://filamentphp.com/docs/2.x/admin/installation). With this trait it is possible to display the table actions buttons only as icon or optionally only as icon including tooltip. The package currently provides the table action buttons (`CreateAction`, `DeleteAction`, `EditAction` and `ViewAction`) that already contain the trait. Own table action buttons can be extended with the `HasOnlyIcon` €trait, so that the methods are then available.
luyadev/yii-helpers
75375 Downloads
Static helper methods in addition to the Yii Framework.
logicbrush/metrics
13815 Downloads
Examines the clover metrics for the project and will update method Docblocks in the provided source file with `@Metric` annotations.
lintaba/orchid-tables
2174 Downloads
An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods.
larapack/command-validation
2240 Downloads
Enable a method for Artisan Commands to validate the output of methods like `ask`.