Libraries tagged by methods
nng/nnhelpers
217086 Downloads
A collection of extremely simplified tools and methods to significantly speed up the development and update of Typo3 extensions.
neild3r/php-docblock-checker
170770 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
nealio82/avro-php
82425 Downloads
Implementation of Apache's Avro PHP library with Composer support, PSR-4 autoloading, namespaces, and type hinted method parameters
naoray/eloquent-model-analyzer
435914 Downloads
Helpful methods to gain more information about eloquent model classes.
multisafepay/magento2-hyva-checkout
95378 Downloads
Integrate MultiSafepay payment methods into your Hyvä Checkout
mouf/utils.common.sortable-interface
266258 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
266265 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!
mouf/utils.common.conditioninterface
550279 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.
morrislaptop/var-dumper-with-context
162069 Downloads
Show the line number where the dump method was called
michael-rubel/laravel-enhanced-pipeline
22718 Downloads
Laravel Pipeline with DB transaction support, events and additional methods.
magros/laravel-model-encryption
54675 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
lintaba/orchid-tables
2731 Downloads
An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods.
leanadmin/livewire-access
35725 Downloads
Control frontend access to properties/methods in Livewire using PHP 8 attributes.
laragear/refine
12745 Downloads
Filter a database query using the request query keys and matching methods.
kunstmaan/utilities-bundle
153168 Downloads
The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher