Libraries tagged by 2can
laravel-validation-rules/us-state
150078 Downloads
Validate US States and Canada Provinces
junaidnasir/larainvite
107317 Downloads
Laravel Invitation package, existing users can invite others by email
imanghafoori/php-imports-analyzer
146675 Downloads
A command line tool to scan for extra or wrong use statements in composer based apps.
heyday/silverstripe-responsive-images
82892 Downloads
Configure and send a series of image size options to the client without loading any resources until a media query can be executed.
funiq/geophp
105128 Downloads
Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.
flarum/suspend
350693 Downloads
Suspend users so they can't post.
fiunchinho/phpunit-randomizer
743951 Downloads
Execute your test cases in random order, so you can check if they have hidden dependencies
dwij/laraadmin
68550 Downloads
LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more
druc/laravel-langscanner
37682 Downloads
Scan missing language translations.
dietercoopman/mailspfchecker
4126 Downloads
A package to check if you can send e-mail through a given mailserver in name of a given e-mail address
dave-liddament/test-splitter
285949 Downloads
Splits up PHPUnit tests so they can be ran in parallel (e.g. on github actions)
code4business/freeproduct2
152321 Downloads
Adds a sales rule action to add a product to cart. Can be used to create sales rules to add gifts to cart.
christophlehmann/pagetreefilter
76160 Downloads
It adds a wizard like the new content element wizard that helps finding content elements and records in the page tree. With a few clicks you know where they are used. You can also see what elements are not used.
baldwin/magento2-module-image-cleanup
52030 Downloads
Magento 2 module which can cleanup old image files that are no longer being used
badoo/soft-mocks
34620 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.