Popular Packages
-
PHP
bentools/webpush-bundle
Send push notifications through Web Push Protocol to your Symfony users.
-
-
-
-
-
jawira/the-lost-functions
Collection of convenience functions.
-
PHP
ryangjchandler/blade-tabler-icons
A package to easily make use of Tabler icons in your Laravel Blade views.
Abandoned! See secondnetwork/blade-tabler-icons
-
-
PHP
paynl/magento2-hyva-checkout
Pay. Payment methods for Magento 2 with Hyva Checkout Compatability
-
-
PHP
mouf/magic-query
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
-
PHP
oittaa/uuid
A small PHP class for generating RFC 9562 universally unique identifiers (UUID) from version 3 to version 8.
-
PHP
langleyfoxall/laravel-nist-password-rules
🔒 Provides Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B.
-
PHP
mouf/utils.common.sortable-interface
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!
-
PHP
mouf/utils.common.paginable-interface
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!