Libraries tagged by method
nng/nnhelpers
212938 Downloads
A collection of extremely simplified tools and methods to significantly speed up the development and update of Typo3 extensions.
neild3r/php-docblock-checker
165915 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
nealio82/avro-php
82006 Downloads
Implementation of Apache's Avro PHP library with Composer support, PSR-4 autoloading, namespaces, and type hinted method parameters
naoray/eloquent-model-analyzer
435274 Downloads
Helpful methods to gain more information about eloquent model classes.
multisafepay/magento2-hyva-checkout
92130 Downloads
Integrate MultiSafepay payment methods into your Hyvä Checkout
mouf/utils.common.sortable-interface
263779 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
263786 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
547712 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
161008 Downloads
Show the line number where the dump method was called
michael-rubel/laravel-enhanced-pipeline
22542 Downloads
Laravel Pipeline with DB transaction support, events and additional methods.
marcocesarato/sqlparser
46206 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
magros/laravel-model-encryption
54423 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
2656 Downloads
An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods.
leanadmin/livewire-access
35697 Downloads
Control frontend access to properties/methods in Livewire using PHP 8 attributes.
laragear/refine
12514 Downloads
Filter a database query using the request query keys and matching methods.