Libraries tagged by methods
naoray/eloquent-model-analyzer
437441 Downloads
Helpful methods to gain more information about eloquent model classes.
multisafepay/magento2-hyva-checkout
106567 Downloads
Integrate MultiSafepay payment methods into your Hyvä Checkout
mouf/utils.common.conditioninterface
557167 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
166103 Downloads
Show the line number where the dump method was called
michael-rubel/laravel-enhanced-pipeline
23626 Downloads
Laravel Pipeline with DB transaction support, events and additional methods.
marcocesarato/sqlparser
48717 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
55503 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
2920 Downloads
An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods.
leanadmin/livewire-access
35818 Downloads
Control frontend access to properties/methods in Livewire using PHP 8 attributes.
kunstmaan/utilities-bundle
155981 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
konradmichalik/typo3-routing
3376 Downloads
Attribute Routing - Register frontend endpoints via PHP attributes on controller methods, as an attribute-based alternative to the missing frontend counterpart of AjaxRoutes.php.
kenjis/monkey-patch
32386 Downloads
Monkey patching for exit(), functions, methods, and constants
julien-boudry/condorcet
10693 Downloads
Complete election manager, providing natively many voting methods including: Condorcet / Borda (+ Nauru variant) / Copeland / Dodgson (2 Approximations) / FTPT / Instant-runoff (alternative vote) / Kemeny–Young / Minimax (+ variants) / Ranked Pairs (+ variants) / Schulze (+ variants), Single Transferable Vote (STV) / Comparison of Pairs of Outcomes by the Single Transferable Vote (CPO-STV)
jasny/immutable
64884 Downloads
Helper methods for immutable objects
imsuperlative/larastan-filament-macro
16739 Downloads
PHPStan extension for Filament's Macroable trait — runtime macro method resolution via Larastan.