PHPackages                             dreadlabs/typo3-build - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. dreadlabs/typo3-build

AbandonedArchivedLibrary[DevOps &amp; Deployment](/categories/devops)

dreadlabs/typo3-build
=====================

A project for building and deploying TYPO3.CMS project.

04781XSLT

Since May 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/DreadLabs/typo3-build)[ Packagist](https://packagist.org/packages/dreadlabs/typo3-build)[ RSS](/packages/dreadlabs-typo3-build/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

typo3-build
===========

[](#typo3-build)

Encapsulates build targets in order to build a TYPO3.CMS project.

**Note**: these steps are very custom but necessary in order to have a clean composer structure within a TYPO3.CMS project.

But this is another story... For now, this is just a container in order to clean up my projects a bit.

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

[](#installation)

### Composer

[](#composer)

Edit your composer.json and add the following line to your require-dev section:

```
{
  "require-dev": {
    "dreadlabs/typo3-build": "dev-master"
  }
}
```

### Buildfile

[](#buildfile)

Now fire up your favourite text editor and add a build.xml file to your projects root directory and add the following content:

```

```

Please note, the name attribute of the project root element MUST NOT be set to ''build'' as this namespace is allocated by this package already.

### Properties

[](#properties)

In your project directory, you have to create a build.\[stage\].properties file. The **stage** value can be later addressed by specifying the environment property while executing the build targets.

As a minimum, the following properties must be set:

```
distDir=${application.startdir}/www
```

#### Secret properties

[](#secret-properties)

To protect some sensitive data of the public eye a build properties file must be created in the project's root directory: ''build.\[stage\].secret.properties''. This is the template if you want to use the shipped build scripts:

```
ssh.host=
ssh.user=
ssh.port=
remote.path=

database.name=
database.host=
database.password=
database.port=
database.username=

basic_auth.user=
basic_auth.password=
```

Usage
-----

[](#usage)

### Build

[](#build)

```
~ $ cd /vagrant
~ $ php vendor/bin/phing -Denvironment=[dev|prod]
```

### QA

[](#qa)

The QA toolchain contains the following tools:

- PHP Mess Detector
- PHP\_Depend
- PHPLOC
- PHP Copy/Paste Detector
- PHP\_CodeSniffer
- PHPUnit

```
~ $ cd /vagrant
~ $ php vendor/bin/phing qa:run
```

### Hooks

[](#hooks)

Currently, the following hooks are implemented.

#### typo3.copy-extensions.project.preCopyDist

[](#typo3copy-extensionsprojectprecopydist)

This hook is executed right before copying the project extensions form src/ to ${distDir}/typo3conf/ext/.

Use this, to run grunt or other things which should treat your project extension before distribution.

#### Usage example

[](#usage-example)

In your project build.xml you have to define the hook-target mappings as properties and add your custom task:

```

```

License
-------

[](#license)

GPL-2.0

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

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/b9af4c6908a4bd2e1fb8562ca37bb31ba08346e42e5965af0f7662bd8b9f38aa?d=identicon)[dreadwarrior](/maintainers/dreadwarrior)

---

Top Contributors

[![dreadwarrior](https://avatars.githubusercontent.com/u/277988?v=4)](https://github.com/dreadwarrior "dreadwarrior (27 commits)")

### Embed Badge

![Health badge](/badges/dreadlabs-typo3-build/health.svg)

```
[![Health](https://phpackages.com/badges/dreadlabs-typo3-build/health.svg)](https://phpackages.com/packages/dreadlabs-typo3-build)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M206](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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