Libraries tagged by ussd
symplify/symfony-route-usage
3390 Downloads
Detect used and unused Symfony routes
surgiie/blade
1203 Downloads
A extended version of the laravel blade engine so it can be used on any textual.
secrethash/trickster
2669 Downloads
Trickster is a package for laravel that has many useful tricks that can be used for quick and easy website management.
ryanhs/chess.php
7583 Downloads
chess.php is a PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection - basically everything but the AI. NOTE: this is a port of chess.js for php
pod-point/form-components
7858 Downloads
Commonly used form components to make it easier and more flexible to create forms in Blade views
pocketmine/classloader
255835 Downloads
Ad-hoc autoloading components used by PocketMine-MP
phmlabs/smoke
1182 Downloads
Smoke can be used to check if a web platform is basically working.
palmtree/easy-collection
4477 Downloads
Immutable collections which provide commonly used functionality missing from arrays
oliveready7/laravel-ses
4643 Downloads
Track email engagement on any email sent out via SES using Laravel. Tracks opens, clicks, bounces, complaints, deliveries, and rejections. Can be used with transaction, marketing emails and notifications.
npo/message-user
13826 Downloads
a package with globally used commands and event objects for the user bounded context
npo/message-alerting
368 Downloads
a package with globally used commands and event objects for the alerting bounded context.
mindshape/mindshape_cookie_hint
71046 Downloads
Shows a visible hint on the website that cookies are used - according to the European laws. Easy to install, fully customizable and the hint will permanently be hidden after accepting.
migrify/symfony-route-usage
3750 Downloads
Detect used and unused Symfony routes
markenwerk/common-exceptions
18021 Downloads
A PHP library providing common exception classes used by different projects.
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.