PHPackages                             authanram/generators - 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. authanram/generators

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

authanram/generators
====================

Language independent code generation

1.1.0(4y ago)171MITPHPPHP ^8.0

Since Nov 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/authanram/generators)[ Packagist](https://packagist.org/packages/authanram/generators)[ Docs](https://authanram.com/docs/generators)[ GitHub Sponsors](https://github.com/authanram)[ RSS](/packages/authanram-generators/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (5)Used By (0)

Generators
==========

[](#generators)

This package is about **language independent code generation**, in next to no time.

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

[](#installation)

You can install the package via composer.

```
composer require authanram/generators
```

Basic Usage Example
-------------------

[](#basic-usage-example)

Here's an example of how it can be used in a very basic way:

```
(new Authanram\Generators\Generator())
    ->withTemplate('first {{ second }} third {{ fourth }}')
    ->withInput(['second' => '2nd', 'fourth' => '4th'])
    ->get();
```

This will lead to the following result:

```
first 2nd third 4th
```

Documentation
-------------

[](#documentation)

To learn all about this package, head over to the [documentation](https://authanram.com/f27aec6e-4516-4e70-bf00-c15ab72b2e71).

*(Note: The documentation is currently under construction.)*

Changelog
---------

[](#changelog)

Please see [CHANGELOG](https://github.com/authanram/generators/blob/master/CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see the [contribution guide](https://github.com/authanram/generators/blob/master/.github/CONTRIBUTING.md)for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/authanram/generators/security/policy)on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Daniel Seuffer](https://github.com/authanram)
- [and Contributors](https://github.com/authanram/generators/graphs/contributors) ❤️

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/authanram/generators/blob/master/LICENSE.md)for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

1553d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39ce69cfcaec5f2934c28c9375c96225bdbb810cf436631fcfc486dcceab14a8?d=identicon)[authanram](/maintainers/authanram)

---

Top Contributors

[![authanram](https://avatars.githubusercontent.com/u/1874088?v=4)](https://github.com/authanram "authanram (97 commits)")

---

Tags

code generatorauthanram

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/authanram-generators/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/session

The Illuminate Session package.

9937.4M753](/packages/illuminate-session)

PHPackages © 2026

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