PHPackages                             jeyroik/extas-repositories - 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. jeyroik/extas-repositories

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

jeyroik/extas-repositories
==========================

repositories package

0.5.1(5y ago)01.1k20PHPCI failing

Since Jun 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jeyroik/extas-repositories)[ Packagist](https://packagist.org/packages/jeyroik/extas-repositories)[ RSS](/packages/jeyroik-extas-repositories/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (10)Versions (8)Used By (20)

[![tests](https://github.com/jeyroik/extas-repositories/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-repositories/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/525eb7c67f2781fb798bf05eee6680fbf7b34d17e9c8f1d2b617001fb3399e90/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d7265706f7369746f726965732f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/525eb7c67f2781fb798bf05eee6680fbf7b34d17e9c8f1d2b617001fb3399e90/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d7265706f7369746f726965732f636f7665726167652e7376673f6272616e63683d6d6173746572)[![PHPStan Enabled](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![](https://camo.githubusercontent.com/a7a5dd4a36f9493d1855d04c6749234cb5df4e95377388fd593a886582bbe6c9/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f65366361393161313631366633633434343964642f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/jeyroik/extas-repositories/maintainability)[![Extas Installer v3](https://camo.githubusercontent.com/84fa12b6b5945df440cd1eada219bbced80060f2595ae4bcbedb6a8fac03acee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f696e7374616c6c65722d76332d677265656e)](https://github.com/jeyroik/extas-installer/ "Extas Installer v3")[![Latest Stable Version](https://camo.githubusercontent.com/606b8ca905ba0e903915768ff9a55eab2cf40a4c7c90c030ab35b1cc6d44daa0/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d7265706f7369746f726965732f76)](//packagist.org/packages/jeyroik/extas-q-crawlers)[![Total Downloads](https://camo.githubusercontent.com/894d3e8ad44066db49133502797cce110fd7a334cf9393ad0dc254fafd46e611/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d7265706f7369746f726965732f646f776e6c6f616473)](//packagist.org/packages/jeyroik/extas-q-crawlers)[![Dependents](https://camo.githubusercontent.com/d460f4d3c05fd0308021cabb4f783e257f845e6467e3955509bd6ca786cfd59b/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d7265706f7369746f726965732f646570656e64656e7473)](//packagist.org/packages/jeyroik/extas-q-crawlers)

Description
===========

[](#description)

Repositories for extas.

Install
=======

[](#install)

`# vendor/bin/extas init`

`# vendor/bin/extas install`

Using
=====

[](#using)

extas.json

```
{
  "repositories": [
    {
      "name": "",
      "scope": "",
      "pk": "",
      "class": "",
      "aliases": [""]
    }
  ]
}
```

For example:

```
{
  "repositories": [
    {
      "name": "plugins",
      "scope": "extas",
      "pk": "class",
      "class": "extas\\components\\plugins\\Plugin",
      "aliases": ["plugins", "pluginRepository"]
    }
  ]
}
```

Then somewhere in a code:

```
use extas\components\Item;
class My extends Item
{
    // ...
}

$my = new My();
$my->plugins()->all([]);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~13 days

Recently: every ~2 days

Total

6

Last Release

2137d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2aaec5c4bade6ab2b5d1a0f7d97ab4e0ff2ce83937f76499b2888ad16cde5e04?d=identicon)[jeyroik](/maintainers/jeyroik)

---

Top Contributors

[![jeyroik](https://avatars.githubusercontent.com/u/6348124?v=4)](https://github.com/jeyroik "jeyroik (20 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jeyroik-extas-repositories/health.svg)

```
[![Health](https://phpackages.com/badges/jeyroik-extas-repositories/health.svg)](https://phpackages.com/packages/jeyroik-extas-repositories)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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