Libraries tagged by follower
overtrue/laravel-follow
334996 Downloads
User follow unfollow system for Laravel.
pgrimaud/instagram-user-feed
590093 Downloads
This is a scraper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
pact-foundation/pact-php
1039595 Downloads
Enables consumer driven contract testing, following the PACT foundation principles.
rtconner/laravel-likeable
331168 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
christiankuri/laravel-favorite
399327 Downloads
Allows Laravel Eloquent models to implement a 'favorite' or 'remember' or 'follow' feature.
langleyfoxall/laravel-nist-password-rules
506640 Downloads
🔒 Provides Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B.
editorconfig-checker/editorconfig-checker
434752 Downloads
A tool to verify that your files follow the rules of your .editorconfig
dominicsayers/isemail
106607 Downloads
Checks an email address against the following RFCs: 3696, 1123, 4291, 5321, 5322
fof/follow-tags
59075 Downloads
Follow tags and be notified of new discussions and replies
typicms/nestablecollection
282543 Downloads
A Laravel Package that extends Collection to handle unlimited nested items following adjacency list model.
professional-wiki/edtf
279876 Downloads
PHP library to parse, represent and work with dates that follow the Extended Date/Time Format specification.
friendsofcake/crud-json-api
376904 Downloads
Listener for building CakePHP Crud APIs following the JSON API specification.
flarum/subscriptions
292935 Downloads
Allow users to follow discussions and receive notifications for new posts.
damianopetrungaro/php-commitizen
74339 Downloads
Help writing Git commit following conventional commit specs
byjg/jwt-session
70578 Downloads
JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.