PHPackages                             solverao/gentools - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. solverao/gentools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

solverao/gentools
=================

Make Repositories, presenterers and others general tools

1.0.2(5y ago)064MITPHP

Since Jan 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/solverao/gentools)[ Packagist](https://packagist.org/packages/solverao/gentools)[ RSS](/packages/solverao-gentools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Gentools
========

[](#gentools)

Gentools is a composer package for to make eloquent repositories.

Installation
------------

[](#installation)

Use the composer to install the package.

```
composer require solverao/gentools
```

Usage
-----

[](#usage)

### Repository

[](#repository)

To create a new repository class run the following command

```
php artisan make:repo "nameRepository"

```

It will default be created in `App/Repositories`

### Presenter

[](#presenter)

To create a new presenter class run the following command

```
php artisan make:presenter "namePresenter"

```

It will default be created in `App/Presenters`

### Config

[](#config)

If you want to publish the config file run the following command `php artisan vendor:publish` and chose gentools-config.

Test
----

[](#test)

To generate coverage report run

```
phpunit --coverage-test

```

or

```
phpunit --coverage-html test/coverage

```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](./LICENSE.md)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

1951d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4dcaaafad07dc9957e31e6bb2f94f181c41d03e51accde59988efbaea484ab5?d=identicon)[solverao](/maintainers/solverao)

---

Top Contributors

[![solverao](https://avatars.githubusercontent.com/u/47095499?v=4)](https://github.com/solverao "solverao (5 commits)")

### Embed Badge

![Health badge](/badges/solverao-gentools/health.svg)

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

###  Alternatives

[spatie/commonmark-highlighter

Highlight your markdown code blocks with league/commonmark

138400.5k19](/packages/spatie-commonmark-highlighter)

PHPackages © 2026

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