Libraries tagged by Hare
topshelfcraft/wordsmith
324505 Downloads
...because you have the best words.
tohidplus/laravel-vue-translation
98472 Downloads
A package to have Laravel translation feature in VueJs
smic/dynamic-routing-pages
85928 Downloads
Generates "limitToPages" configuration for your enhancers on the fly so you don't need to hardcode it.
simplesamlphp/simplesamlphp-module-discopower
5843231 Downloads
Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed
rss-bridge/rss-bridge
518 Downloads
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
pearl/lumen-request-validate
354189 Downloads
Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class
mezzio/mezzio-authorization-rbac
170656 Downloads
Description of project goes here
infinitypaul/laravel-database-filter
33366 Downloads
Need to filter database results with a query string? Here's a beautiful, easy to extend laravel package to keep your code super tidy.
garoevans/php-enum
135915 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
fiunchinho/phpunit-randomizer
740181 Downloads
Execute your test cases in random order, so you can check if they have hidden dependencies
evoweb/recaptcha
511232 Downloads
Easy on Humans, Hard on Bots
digitaldream/laracrud
20411 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
baschte/content-animations
62709 Downloads
TYPO3 CMS extension to have some fun and animate your content elements
barracudanetworks/archivestream-php
178527 Downloads
A library for dynamically streaming dynamic tar or zip files without the need to have the complete file stored on the server.
badoo/soft-mocks
33168 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.