Libraries tagged by likes relation
kmuenkel/concept-factory
131 Downloads
Auto-generate dummy data with realistic relationships per Model-like config classes
netbuild/apidriver
20 Downloads
An Eloquent model and query builder with support for Restful Api Server using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods. Supports relationships to other models with methods like hasMany, belongsTo, etc.
janakkapadia/filterable
12 Downloads
Enhance your Laravel app with dynamic, customizable filtering for Eloquent models. This package provides an easy setup for multi-parameter filtering, custom logic, and relationship support—perfect for building flexible, data-driven features like admin panels and reports.
ivir3zam/phalcon-model-middleware
45 Downloads
This library is for connecting models in phalcon like UML Class Diagrams. merging two models and create one single model. this is an implementation of polymorphic relationship
bephp/activerecord
2060 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).
lloydzhou/activerecord
98 Downloads
micro activerecord library in PHP(only 400 lines with comments), support chain calls and relations(HAS_ONE, HAS_MANY, BELONGS_TO).
cybercog/laravel-love
234161 Downloads
Make Laravel Eloquent models reactable with any type of emotions in a minutes!
qirolab/laravel-reactions
43104 Downloads
Implement reactions (like, dislike, love, emotion etc) on Laravel Eloquent models.
grandt/relativepath
674639 Downloads
A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.
mpratt/relativetime
92916 Downloads
A library that calculates the time difference between two dates and returns the result in words (Example: 5 minutes ago or 5 Minutes left). The library supports other languages aswell like Spanish and German.
devdojo/laravel-reactions
24282 Downloads
hkp22/laravel-reactions
1466 Downloads
Implement reactions (like, dislike, love, emotion etc) on Laravel Eloquent models.
francescomalatesta/laravel-reactions
135 Downloads
muratbsts/laravel-reactable
111 Downloads
Use reactions for your Laravel model like Facebook, without pain
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.