PHPackages                             delboy1978uk/generator - 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. [Framework](/categories/framework)
4. /
5. delboy1978uk/generator

Abandoned → [boneframework/generator](/?search=boneframework%2Fgenerator)Library[Framework](/categories/framework)

delboy1978uk/generator
======================

Generate blank, controller, and db entity package templates for Bone Framework

v1.3.8(2y ago)0506[1 issues](https://github.com/delboy1978uk/generator/issues)MITPHPPHP ^8.1

Since May 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/delboy1978uk/generator)[ Packagist](https://packagist.org/packages/delboy1978uk/generator)[ RSS](/packages/delboy1978uk-generator/feed)WikiDiscussions master Synced yesterday

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

generator
=========

[](#generator)

Abandoned! Please use Generate doctrine entities, services, repositories, and forms.

installation
------------

[](#installation)

Composer etc.

package generation
------------------

[](#package-generation)

```
$ vendor/bin/generator entity
Entity and Service Generator

Enter the base namespace: Del\Animal
Enter the name of the entity: Unicorn

Create a field? (Y/n)
Enter the name of the field: name
What type of data does it hold?
  [0] date
  [1] datetime
  [2] decimal
  [3] double
  [4] float
  [5] int
  [6] varchar
  [7] bool
 > 6
What length is the field? 30
Is the field nullable?  (Y/n)

Create another field? (Y/n)
Enter the name of the field: dob
What type of data does it hold?
  [0] date
  [1] datetime
  [2] decimal
  [3] double
  [4] float
  [5] int
  [6] varchar
  [7] bool
 > 0
Is the field nullable?  (Y/n)

Create another field? (Y/n)
Enter the name of the field: isHungry
What type of data does it hold?
  [0] date
  [1] datetime
  [2] decimal
  [3] double
  [4] float
  [5] int
  [6] varchar
  [7] bool
 > 7
Is the field nullable?  (Y/n)

Create another field? (Y/n)n

Successfully generated in build/5cd362ce88907.

```

### run db migrations

[](#run-db-migrations)

- copy `migrant-cfg.php.dist` removing the `.dist` extension, then edit with your db details.
- create a migrations folder
- move the contents of the build folder into `src` of your project or package
- edit Package class with the entity path, usually `src/Entity` or `vendor/vendorname/package/src/Entity`

```
vendor/bin/migrant diff
vendor/bin/migrant migrate

```

usage
-----

[](#usage)

If you are using `Del\Common`, create a Container and add the package. It will be available under the key `service.YourEntityName`.

If not then create a Doctrine Entity Manager and pass it to the service constructor.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity79

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

Recently: every ~237 days

Total

30

Last Release

1046d ago

PHP version history (2 changes)v1.0.2PHP &gt;7.0

v1.3.8PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![delboy1978uk](https://avatars.githubusercontent.com/u/2684575?v=4)](https://github.com/delboy1978uk "delboy1978uk (58 commits)")

### Embed Badge

![Health badge](/badges/delboy1978uk-generator/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[laravel/octane

Supercharge your Laravel application's performance.

4.0k21.5M159](/packages/laravel-octane)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[nette/di

💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.

92140.6M1.4k](/packages/nette-di)[spiral/framework

Spiral, High-Performance PHP/Go Framework

2.0k1.8M57](/packages/spiral-framework)[nette/nette

👪 Nette Framework - innovative framework for fast and easy development of secured web applications in PHP (metapackage)

1.6k2.8M335](/packages/nette-nette)

PHPackages © 2026

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