PHPackages                             ricci69/phpprojectgen - 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. ricci69/phpprojectgen

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

ricci69/phpprojectgen
=====================

Set all necessary components to create a skeleton project in PHP (composer) with PHPunit test cases

12PHP

Since Feb 19Pushed 3y agoCompare

[ Source](https://github.com/ricci69/PHPProjectGen)[ Packagist](https://packagist.org/packages/ricci69/phpprojectgen)[ RSS](/packages/ricci69-phpprojectgen/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPProjectGen
=============

[](#phpprojectgen)

Set all necessary components to create a skeleton project in PHP (composer) with PHPunit test cases. Based on the excellent work of \[[Elminson De Oleo Baez](https://www.phpclasses.org/package/3698-PHP-MySQL-database-access-wrapper.html)\]

Usage
-----

[](#usage)

After the download run

```
composer install
```

or if you want to install it via packagist

```
composer create-project ricci69/phpprojectgen
```

Configure your package (config.json)

```
{
  "name": "Company",
  "projectname": "NewProject",
  "description": "Project description",
  "phpunit": true,
  "phpunitversion": "~9",
  "developer": "author",
  "email": "author@email.com",
  "license": "MIT",
  "minimum-stability": "stable",
  "type": "project"
}
```

Execute
-------

[](#execute)

Just type

```
php generate.php
```

or navigate to

```
http://127.0.0.1/PHPProjectGen/generate.php

```

this will generate a zip file (projectname.zip) with this structure and the correct namespace

```
src/NewProject.php
tests/testNewProject.php
composer.json
README.md
```

After unzip the file you have to run

```
composer install
```

and you will have your project up and running in 30 seconds or less.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/168f3008406dac4d4803ea0bc5f2794c2d2b8b0ebab1c760e1c98c2ca87df994?d=identicon)[ricci69](/maintainers/ricci69)

---

Top Contributors

[![elminson](https://avatars.githubusercontent.com/u/2476286?v=4)](https://github.com/elminson "elminson (48 commits)")[![ricci69](https://avatars.githubusercontent.com/u/4765330?v=4)](https://github.com/ricci69 "ricci69 (11 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")

### Embed Badge

![Health badge](/badges/ricci69-phpprojectgen/health.svg)

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

###  Alternatives

[anlutro/l4-settings

Persistent settings in Laravel.

9312.4M19](/packages/anlutro-l4-settings)[godruoyi/php-snowflake

An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).

8582.3M61](/packages/godruoyi-php-snowflake)[tuupola/ksuid

K-Sortable Globally Unique IDs

1081.2M4](/packages/tuupola-ksuid)[mcordingley/linearalgebra

Matrix math for PHP.

85146.3k1](/packages/mcordingley-linearalgebra)[hyva-themes/magento2-wysiwyg-svg

Allow SVGs and all tailwind classes in CMS block and page content.

17130.8k](/packages/hyva-themes-magento2-wysiwyg-svg)[syrian-open-source/laravel-youtube-iframe-generator

Laravel package allows you to generate an iframe tag with a video player depending on a youtube URL.

184.2k](/packages/syrian-open-source-laravel-youtube-iframe-generator)

PHPackages © 2026

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