Libraries tagged by inheritage
jc-it/yii2-json-behavior
204 Downloads
JSON behavior for Yii2 that adds magic attributes. Ideal for single table inheritance.
itrocks/extend
0 Downloads
Some annotations to simulate more multi-inheritance in PHP
ibrand/laravel-theme
247 Downloads
Laravel 5 Themes: Asset & Views folder per theme. Theme inheritance. Blade integration and more...
honzapospi/nette-composition
116 Downloads
Use composition instead of inheritance.
gzero/eloquent-base-model
360 Downloads
Eloquent Base Model is eloquent ORM model for inheritance.
gleman17/laravel-geographical
51 Downloads
Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances
gameplayjdk/php-mixin
3 Downloads
A library to enable dynamic horizontal inheritance when needed.
fromholdio/silverstripe-heroic
181 Downloads
A SilverStripe module adding full-featured, flexible hero/banner area (flat or carousel) to pages with inheritance of settings & themes, & colour/image/video backgrounds.
fromholdio/silverstripe-featureimage
433 Downloads
Adds feature image to pages and a fallback to SiteConfig, with inheritance/fallbacks
faevatech/mongodm
6 Downloads
MongoDB ORM that includes support for references,embed and multilevel inheritance.
elwinar/minit
46 Downloads
Minimal Inheritance Templating engine for Laravel 5
eisteeee/sectioned-view
30 Downloads
layout inheritance and sections in php's native templates
edevelops/native-tpl-heir
6 Downloads
Tiny plain PHP native template inheritance library
dynamicscreen/laravel-geographical
249 Downloads
Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.