Libraries tagged by load more
stesi/yii2-relation-trait
88 Downloads
Yii 2 Models load with relation, & transaction save with relation
inquid/yii2-relation-traits
633 Downloads
Yii 2 Models load with relation, & transaction save with relation for MongoDB
deadmantfa/yii2-relation-trait
103 Downloads
Yii 2 Models load with relation & transaction save with relation (plus optional soft-delete/restore).
basanta/lazyloader
69 Downloads
Lazy load Laravel Models with or without relationship.
apiverve/loanpaymentcalculator
0 Downloads
Loan Payment Calculator is a simple tool for calculating loan payments. It returns the monthly payment, total interest, and more.
morrislaptop/phpdotenv-safe
80446 Downloads
Load environment variables from .env and ensure they're all present
morgan_politano/loadable_objects
9 Downloads
PHP trait that add methods to load objects instead of creating them.
moe/google-analytics
641 Downloads
Very basic module which was designed to load Google Analytics in a standard manner on all websites.
zeydkazanci03/laragetmodel
11 Downloads
Laravel helper to load models via GetModel::run('ModelName')->method()
aciddose/laravel-request-relationships
4047 Downloads
A model Trait for Laravel that let's you automatically load model's relationships by defining then in request parameters
ehteshamali/loader
1 Downloads
Loads Custom model in Laravel project
drupal-eca-recipe/eca_lib_0045
0 Downloads
Separates two questions that are routinely conflated: whether a field changed, and what its previous value was. The condition Entity: field value changed answers the first on its own, with no original entity, no token and no loop. Only the message text needs the old title, so the model additionally loads the unchanged article and reads it back as [original_article:title]. There is no token for a previous field value, and [user:unchanged:field_user_networks] and its variants do not exist.
cruxinator/jitloading
0 Downloads
Detect and dynamically repair Laravel model lazy-loads just-in-time
webrek/tokenizers
0 Downloads
Native byte-level BPE (tiktoken-compatible: cl100k_base/o200k_base) plus WordPiece and Unigram tokenizers for PHP 8.3+, with a process-shared vocab cache. Loads HuggingFace tokenizer.json models and counts Claude/Gemini tokens via their APIs.
rvkolosov/laravel-withtrait
4 Downloads
WithTrait for dynamic load relations in Laravel Model.