Download the PHP package c4tech/nested-set without Composer
On this page you can find all versions of the php package c4tech/nested-set. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download c4tech/nested-set
More information about c4tech/nested-set
Files in c4tech/nested-set
Download c4tech/nested-set
More information about c4tech/nested-set
Files in c4tech/nested-set
Vendor c4tech
Package nested-set
Short Description A nested set implementation for easy extension.
License MIT
Package nested-set
Short Description A nested set implementation for easy extension.
License MIT
Please rate this library. Is it a good library?
Informations about the package nested-set
Laravel Nested Sets
A package for bootstrapping nested set implementations. Made with love by C4 Tech and Design.
Repository
Our nested set repository provides a cacheable interface to the underlying model. This builds on top of the base Repository class from c4tech/support.
The property refering to the underlying model (static $model
) is expected
to be a reference to a config item but can be a hardcoded class name.
Model
Our nested set model bridges the baum/baum implementation with our own base Model class from c4tech/support.
Installation and setup
- Add
"c4tech/nested-set": "2.x"
to your composer requirements and runcomposer update
. - Create your own classes to extend
Model
andRepository
.
All versions of nested-set with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
baum/baum Version ^1.1.0
c4tech/support Version ^3.0.0
illuminate/support Version ^5.0.0
baum/baum Version ^1.1.0
c4tech/support Version ^3.0.0
illuminate/support Version ^5.0.0
The package c4tech/nested-set contains the following files
Loading the files please wait ....