Libraries tagged by Hare
topshelfcraft/wordsmith
318753 Downloads
...because you have the best words.
tohidplus/laravel-vue-translation
94605 Downloads
A package to have Laravel translation feature in VueJs
staabm/password_exposed
114682 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
smic/dynamic-routing-pages
79881 Downloads
Generates "limitToPages" configuration for your enhancers on the fly so you don't need to hardcode it.
simplesamlphp/simplesamlphp-module-discopower
5743729 Downloads
Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed
rss-bridge/rss-bridge
511 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
347200 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
157334 Downloads
Description of project goes here
garoevans/php-enum
132117 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
fiunchinho/phpunit-randomizer
737728 Downloads
Execute your test cases in random order, so you can check if they have hidden dependencies
evoweb/recaptcha
492145 Downloads
Easy on Humans, Hard on Bots
digitaldream/laracrud
20127 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
57708 Downloads
TYPO3 CMS extension to have some fun and animate your content elements
barracudanetworks/archivestream-php
175462 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
31988 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.