PHPackages                             einnar82/other-classes - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. einnar82/other-classes

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

einnar82/other-classes
======================

Create your contracts, services and repositories via artisan console.

1.2(6y ago)2291MITPHPCI failing

Since Nov 3Pushed 6y agoCompare

[ Source](https://github.com/einnar82/other-classes)[ Packagist](https://packagist.org/packages/einnar82/other-classes)[ Docs](https://github.com/einnar82/other-classes)[ RSS](/packages/einnar82-other-classes/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Other Classes
=============

[](#other-classes)

Create your contracts, services and repositories via artisan console.

**Installation:**

Run on your terminal

```
$ composer require einnar82/other-classes

```

Then register the service provider at *config/app.php*.

```
RannieOllit\OtherClasses\OtherClassesServiceProvider::class,

```

Finally publish the vendor files, so that you can customized the namespace of your classes at *config/other-classes.php*.

```
$ php artisan vendor:publish --provider="RannieOllit\OtherClasses\OtherClassesServiceProvider" --tag="config"

```

Then you added the four artisan commands.

CommandNamespacemake:traitApp\\YourTraitsmake:contractApp\\MyContractsmake:serviceApp\\OtherServicesmake:repositoryApp\\SomeRepositoriesThis will generate a fresh file from your distinct commands.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

3

Last Release

2367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/128d6bea30ee15fa11d9882ccc62ab1c003c4b3c12a6ea25fa0681fd8f5cb7ab?d=identicon)[einnar82](/maintainers/einnar82)

---

Tags

artisan-commandcontractslaravelrepositoriesservicestraitscontractslaravelrepositoriesservices

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/einnar82-other-classes/health.svg)

```
[![Health](https://phpackages.com/badges/einnar82-other-classes/health.svg)](https://phpackages.com/packages/einnar82-other-classes)
```

PHPackages © 2026

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