baum
Tree data structure
An implementation of the Nested Set pattern for efficient querying of ordered tree structures in Eloquent ORM
Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
2k stars
87 watching
460 forks
Language: PHP
last commit: 5 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lazychaser/laravel-nestedset | An Laravel package for efficiently storing hierarchical data in relational databases using a nested set model. | 3,662 |
alexeymezenin/laravel-best-practices | A collection of guidelines and best practices for building maintainable, efficient, and scalable Laravel applications. | 11,400 |
cviebrock/eloquent-sluggable | Provides a way to easily generate unique slugs for Eloquent models in Laravel applications | 3,900 |
delatbabel/elocryptfive | Encrypts and decrypts data stored in Eloquent model attributes in Laravel applications | 87 |
sbarre/eloquent-versioned | Adds transparent versioning support to Eloquent ORM in Laravel 5.2 and later versions. | 30 |
dwightwatson/rememberable | A caching trait for Eloquent models in Laravel that stores query results for a specified time period. | 1,119 |
illuminate/database | A toolkit for interacting with databases in PHP, providing an expressive query builder and database operations. | 2,689 |
laravel/laravel | A comprehensive web application framework that simplifies common tasks and provides tools for large, robust applications. | 78,834 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,568 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,407 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,951 |
spatie/laravel-translatable | A package that makes Eloquent models store translations as JSON attributes | 2,250 |
laravel/framework | A comprehensive web application framework with expressive syntax and robust tools for large applications. | 32,550 |
stefankroes/ancestry | A gem that organizes Rails ActiveRecord models into hierarchical structures using the materialized path pattern | 3,742 |
mongodb/laravel-mongodb | Provides an ORM interface to MongoDB | 7,018 |