Libraries tagged by CreatedBy
rich-davis1/phpw2v
1163 Downloads
A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek & Peter Sojka with the Gensim Python library.
quarks/laravel-auditors
17304 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
nijidigital/phpstan-rules
1041 Downloads
custom phpstan rules created by dsf-niji
nenad/yii2-widgets-base
93493 Downloads
Base classes and widgets for Yii2 application templates created by Nenad Z.
nenad/yii2-password-strength
93125 Downloads
Password strength validation utilities for Yii2 application templates created by Nenad Z.
myanmyanpay/mmpay-php-sdk
408 Downloads
PHP One Time MMQR generation and Payment integration software developement kit created by MyanMyanPay Team
kerattila/laravel-track-author
2280 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
hostcreators/managesieve
1259 Downloads
Managesieve is a library to manage and modify sieve (RFC5228) scripts. Originally created by zambodaniel/managesieve
drands/laravel-utils
204 Downloads
A collection of Laravel utilities created by De Ramos & Serch.
laravel-enso/trackwho
15743 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
jeffersongoncalves/laravel-created-by
167 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
hyperlink/laravel-created-by
154 Downloads
Annoyed by writing the created by foreign user id for every model? Use our blueprint function instead
rulr/laravel-authored
1923 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
jlorente/laravel-identitystamps
6119 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models