Libraries tagged by hash code
mr-punyapal/laravel-extended-relationships
1805 Downloads
Package provides additional, more efficient relationship methods for Laravel Eloquent models.
privatebin/privatebin
68 Downloads
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).
cashier-provider/cash
4613 Downloads
Driver for managing cash payments (see cashbox/core)
payter/has-column-many
8910 Downloads
This package will provide functionality to add coma separated ID relations for Laravel Eloquent models
openbuildings/jam
181053 Downloads
Small but feature rich ORM, has extensible models and builders, baked in upload functionality, supporting multiple backends (rackspace, ftp), polymorphic associations, form builders, nested forms, validators
brokeyourbike/has-source-model
2591 Downloads
Interface for interacting with source models
pharaonic/laravel-has-images
213 Downloads
Laravel-Has-Images provides a quick and easy way to link images with a model.
lakasir/has-crud-action
276 Downloads
Has-CRUD-Action is a Laravel package that simplifies adding CRUD (Create, Read, Update, Delete) operations to your models.
brainstud/has-identifier
3139 Downloads
Add a HasIdentifier to the model to take care of generating the identifier
mreduar/laravel-balance
669 Downloads
Maintains a history of balance movements in the eloquent models. This simple package will keep track of the balance of your models. You can increase, decrease, reset and set the balance. It is also possible to check if a model has a positive balance or no balance.
cyberwolfstudio/laravel-balance
112 Downloads
Maintains a history of balance movements in the eloquent models. This simple package will keep track of the balance of your models. You can increase, decrease, reset and set the balance. It is also possible to check if a model has a positive balance or no balance.
roddy/firestore-eloquent
161 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding "Model"/"Class" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
nekman/laravel-model-logger
905 Downloads
Create a log entry every time a model has been inserted, updated or deleted
cashbox/cash
0 Downloads
Driver for managing cash payments (see cashbox/core)
owowagency/laravel-has-users-with-roles
8598 Downloads
A trait for Laravel models which have many users with roles.