PHPackages                             izzle/model - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. izzle/model

ActiveLibrary[Database &amp; ORM](/categories/database)

izzle/model
===========

Simple model lib

1.0.1(1y ago)011.9k↓45.8%4LGPL-3.0-or-laterPHPPHP ^7.4|^8.0CI failing

Since Jan 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/izzle-org/model-lib)[ Packagist](https://packagist.org/packages/izzle/model)[ RSS](/packages/izzle-model/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (34)Used By (4)

Izzle Model Library

1. Installing

---

### Use Composer (*recommended*)

[](#use-composer-recommended)

As IO Izzle uses [Composer](http://getcomposer.org/) to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php

```

Then, use the `install` command to generate a new ICS application:

```
php composer.phar install

```

Composer will install Izzle IO and all its dependencies under the specified directory.

### Usage

[](#usage)

Entity Class extending:

```
class Book extends Model {}

```

Adding property informations to your new entity class

```
/**
 * @return PropertyCollection
 */
protected function loadProperties(): PropertyCollection
{
    return new PropertyCollection([
        new PropertyInfo('id', 'int', 0),
        new PropertyInfo('name', 'string'),
        new PropertyInfo('i18ns', BookI18n::class, [], true, true),
        new PropertyInfo('invisibilities', 'int', [], false, true)
    ]);
}

```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~67 days

Recently: every ~204 days

Total

32

Last Release

641d ago

Major Versions

0.11.1 → 1.0.02024-01-18

0.11.2 → 1.0.12024-09-30

PHP version history (3 changes)0.0.1PHP &gt;=7.1

0.10.0PHP &gt;=7.4

1.0.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8366df1d677bf0046c77cbfb70dd34246633b34823e9468a3ff30768ec7334fc?d=identicon)[sicbb](/maintainers/sicbb)

---

Top Contributors

[![sicbb](https://avatars.githubusercontent.com/u/7226232?v=4)](https://github.com/sicbb "sicbb (61 commits)")

---

Tags

modellib

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/izzle-model/health.svg)

```
[![Health](https://phpackages.com/badges/izzle-model/health.svg)](https://phpackages.com/packages/izzle-model)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M95](/packages/mongodb-laravel-mongodb)[prettus/l5-repository

Laravel 8|9|10|11|12|13 - Repositories to the database layer

4.3k11.3M157](/packages/prettus-l5-repository)[spatie/laravel-translatable

A trait to make an Eloquent model hold translations

2.5k26.4M524](/packages/spatie-laravel-translatable)[spatie/eloquent-sortable

Sortable behaviour for eloquent models

1.5k25.7M320](/packages/spatie-eloquent-sortable)[venturecraft/revisionable

Keep a revision history for your models without thinking, created as a package for use with Laravel

2.6k7.0M53](/packages/venturecraft-revisionable)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k5.1M34](/packages/tucker-eric-eloquentfilter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
