PHPackages                             bca/architect - 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. bca/architect

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

bca/architect
=============

Robo build configuration for internal use in BCA projects.

1.2.6(10y ago)237711GPL-3.0+PHP

Since Apr 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/brodkinca/BCA-PHP-Architect)[ Packagist](https://packagist.org/packages/bca/architect)[ RSS](/packages/bca-architect/feed)WikiDiscussions develop Synced 3d ago

READMEChangelogDependencies (6)Versions (22)Used By (1)

Architect
=========

[](#architect)

**Important Notice:** *This repository, while open source, is not generally well-suited for use in the projects of other agencies or individuals without significant modification. That being said we encourage you to fork and use it in part or in whole as you see fit.*

What is it?
-----------

[](#what-is-it)

Designed for internal use in BCA projects, Architect is the [Phing](http://phing.info/) build template on top of which we create our project build files. It's not a copy and paste job either! We require this package via Composer and import it directly into the project build file, which can then modify the tasks and add its own without having to reinvent the wheel.

System Requirements
-------------------

[](#system-requirements)

- PHP 5.4+
- [Composer](http://getcomposer.org)
- [Phing](http://phing.info/)

Getting Started
---------------

[](#getting-started)

1. Run the following commands in the CLI:

    ```
      composer require --dev bca/architect:~1.2
      phing -f vendor/bca/architect/build.default.xml buildfile
    ```
2. **Optional** Run `phing init` to create a good starting point. This command will:

- Copy the default build.properties file to the root of your project.
- Set the name of the project based upon the name of your directory.
- Symlink your Git pre-commit hook to the `phing scm` task.

From now on you can run `phing` to run the default tasks or you can run tasks individually by name. (i.e. `phing phpcs` or `phing phpunit`)

If you have a CI server you can have it execute `phing default-ci` to run CI-specific versions of each task that generate extra log files, which can then be used by the system to track your project. Logs are written to `build/logs` by default.

License
-------

[](#license)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .

Copyright 2015 [Brodkin CyberArts](http://brodkinca.com/)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

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

Recently: every ~14 days

Total

19

Last Release

4014d ago

### Community

Maintainers

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

---

Top Contributors

[![brodkin](https://avatars.githubusercontent.com/u/236564?v=4)](https://github.com/brodkin "brodkin (86 commits)")

### Embed Badge

![Health badge](/badges/bca-architect/health.svg)

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

###  Alternatives

[h4cc/phpqatools

A meta composer package for PHP QA Tools.

6418.6k1](/packages/h4cc-phpqatools)

PHPackages © 2026

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