PHPackages                             org\_heigl/devstructure - 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. org\_heigl/devstructure

ActiveOrg-heigl-devstructure[Utility &amp; Helpers](/categories/utility)

org\_heigl/devstructure
=======================

021PHP

Since Oct 7Pushed 12y ago1 watchersCompare

[ Source](https://github.com/heiglandreas/devstructure)[ Packagist](https://packagist.org/packages/org_heigl/devstructure)[ RSS](/packages/org-heigl-devstructure/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

\#DevStructure

This package will create a development structure and install all tools necessarry for easy development

During installation this package will create a complete folderstructure so that you can start coding right away.

The structure contains the following:

- **build** - contains all your build artifacts
- **src** - contains the sourcecode of your project
- **doc** - contains the documentation of your project
- **doc/api** - contains the output of phpDocumentor
- **doc/coverage** - contains the code-coverage-report
- **vendor** - contains all the additional libraries that you imported
- **dist** - contains the distribution-files of your project
- **tests** - containing your test-files

\##Installation

### Create your ' soon to be a project'-folder

[](#create-your--soon-to-be-a-project-folder)

```
mkdir MyNewProjectFolder
```

### Move into your newly created project folder

[](#move-into-your-newly-created-project-folder)

```
cd MyNewProjectFolder
```

### Create a `composer.json`-file in your newly created project-folder

[](#create-a-composerjson-file-in-your-newly-created-project-folder)

Either install it by cloning the example-file into your project-folder

```
curl -o composer.json https://raw.github.com/heiglandreas/devstructure/master/example.composer.json
# OR
wget https://raw.github.com/heiglandreas/devstructure/master/example.composer.json > composer.json
```

Or you create the file with your favourite text-editor. Insert at least the following content

```
{
    "require-dev" : {
        "org_heigl/devpackages" : "dev-master"
    },
    "minimum-stability": "dev",
    "config" : {
        "bin-dir" : "bin"
    }
}
```

You can use the file `example.composer.json` as template.

### Install `composer`

[](#install-composer)

```
curl -sS https://getcomposer.org/installer | php
```

### Run composer

[](#run-composer)

```
php composer.phar install
```

### Use your complete development infrastructure

[](#use-your-complete-development-infrastructure)

Including all of the above tools including cool phing tasks that make your live easier

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ae5183aaad2bc7453230704bd6991dc6ccbcd6e775c6a29efdc94350a69f247?d=identicon)[heiglandreas](/maintainers/heiglandreas)

---

Top Contributors

[![heiglandreas](https://avatars.githubusercontent.com/u/91998?v=4)](https://github.com/heiglandreas "heiglandreas (68 commits)")

### Embed Badge

![Health badge](/badges/org-heigl-devstructure/health.svg)

```
[![Health](https://phpackages.com/badges/org-heigl-devstructure/health.svg)](https://phpackages.com/packages/org-heigl-devstructure)
```

###  Alternatives

[mpyw/comphar

Pack all composer dependencies into a single phar file

731.6k](/packages/mpyw-comphar)

PHPackages © 2026

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