Libraries tagged by key code
metrixinfo/eloquent-sortable
6937 Downloads
Sortable Trait for Laravel Eloquent models that supports grouping on multiple keys
redisent/redis
24246 Downloads
A simple, no-nonsense interface to the Redis for modest developers. It is designed to be flexible and tolerant of changes to the Redis protocol
afaanbilal/laravel-has-uuid
769 Downloads
Autogenerate UUIDs for your Models on insert and set the route-model-binding key to uuid.
marquine/eloquent-uuid
11188 Downloads
Uuid primary key for Laravel Eloquent Models
diontech/laravel-vault
628 Downloads
Building vaults and decrypted/encryped secrets. Using specfic keys per vault (or per secret if you want to) is implemented. Vaults can be a standalone or related to your app`s models.
bullhorn/fast-rest-services
2899 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
tcoders/key-value-importer
13 Downloads
Reusable Laravel import functionality
ibra4/api-key
17 Downloads
Provides api key for authenticatable models
diatem-net/nodekey
146 Downloads
Generates a unique key for every node.
stevenmaguire/laravel-uuid-model
45 Downloads
Create non-incrementing Laravel models whose primary key is a UUID
pfrug/composite-key
5 Downloads
Support for composite primary keys in Laravel Eloquent models.
ryancco/laravel-uuid-models
4808 Downloads
Trait for working with Eloquent models with UUID route keys
igaster/laravel-model-options
723 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
cratia/orm-model
1802 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
brokeyourbike/uid-keys
1507 Downloads
A simple drop-in solution for providing UUID and ULID support for the IDs of your Eloquent models.