Libraries tagged by alelo
tamtamchik/namecase
656614 Downloads
This package allows you to convert names into the correct case where possible.
statamic/eloquent-driver
852375 Downloads
Allows you to store Statamic data in a database.
spatie/php-cloneable
1625164 Downloads
A trait that allows you to clone readonly properties in PHP 8.1
shipmonk/coverage-guard
324534 Downloads
Enforce code coverage in your CI. Not by percentage, but target core methods. No more untested Facades, Controllers, or Repositories. Allows you to start enforcing coverage for new code only!
rtconner/laravel-tagging
3203234 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
roots/wp-stage-switcher
492599 Downloads
WordPress plugin that allows you to switch between different environments from the admin bar
prestashop/decimal
9320043 Downloads
Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.
pontedilana/php-weasyprint
1361136 Downloads
PHP library allowing PDF generation from an url or a html page. Wrapper for Kozea/WeasyPrint.
outl1ne/nova-menu-builder
293925 Downloads
This Laravel Nova package allows you to create and manage menus and menu items.
optimistdigital/nova-sortable
2182449 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
olegkoval/magento2-regenerate-url-rewrites
4032425 Downloads
Add into Magento 2 a CLI feature which allow to regenerate a Url Rewrites of products and categories
nunomaduro/mock-final-classes
1059535 Downloads
Allows mocking of final methods and classes in PHP.
mrclay/props-dic
13309994 Downloads
Props is a simple DI container that allows retrieving values via custom property and method names
mattiasgeniar/phpunit-query-count-assertions
972299 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
mateusjunges/laravel-trackable-jobs
256938 Downloads
This package allows you to track your jobs