PHPackages                             xenomedia/zeus-project - 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. xenomedia/zeus-project

ActiveProject[Framework](/categories/framework)

xenomedia/zeus-project
======================

Project template for Drupal 8 sites built with the Zues distribution.

8.2.0(9y ago)0411GPL-2.0+PHP

Since Jun 8Pushed 4y ago2 watchersCompare

[ Source](https://github.com/xenomedia/zeus-project)[ Packagist](https://packagist.org/packages/xenomedia/zeus-project)[ RSS](/packages/xenomedia-zeus-project/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (11)Versions (8)Used By (0)

This is a Composer-based installer for the [Zues](https://github.com/xenomedia/zeus) Drupal distribution.

Get Started
-----------

[](#get-started)

You will need the following installed:

- [Composer](https://getcomposer.org), obviously
- [Node](https://nodejs.org), which includes the NPM package manager

When you have those, run this command:

```
$ composer create-project xenomedia/zeus-project:^8.3.0 MY_PROJECT --no-interaction --stability rc

```

Maintenance
-----------

[](#maintenance)

`drush make`, `drush pm-download`, `drush pm-update` and their ilk are the old-school way of maintaining your code base. Forget them. You're in Composer land now!

Let this handy table be your guide:

TaskDrushComposerInstalling a contrib project (latest version)`drush pm-download PROJECT``composer require drupal/PROJECT:8.*`Installing a contrib project (specific version)`drush pm-download PROJECT-8.x-1.0-beta3``composer require drupal/PROJECT:8.1.0-beta3`Updating all contrib projects and Drupal core`drush pm-update``composer update`Updating a single contrib project`drush pm-update PROJECT``composer update drupal/PROJECT`Updating Drupal core`drush pm-update drupal``composer update drupal/core`Not too tricky, eh?

The magic is that Composer, unlike Drush, is a *dependency manager*. If module `foo-8.x-1.0` depends on `baz-8.x-3.2`, Composer will not let you update baz to `8.x-3.3` (or downgrade it to `8.x-3.1`, for that matter). Drush has no concept of dependency management. If you've ever accidentally hosed a site because of dependency issues like this, you've probably already realized how valuable Composer can be.

But to be clear: **you still need Drush**. Tasks such as database updates (`drush updatedb`) are still firmly in Drush's province, and it's awesome at that stuff. This installer will install a copy of Drush (local to the project) in the `bin` directory.

**Composer is only responsible for maintaining the code base**.

Source Control
--------------

[](#source-control)

If you peek at the `.gitignore` we provide, you'll see that certain directories, including all directories containing contributed projects, are excluded from source control. This might be a bit disconcerting if you're newly arrived from Planet Drush, but in a Composer-based project like this one, **you SHOULD NOT commit your installed dependencies to source control**.

When you set up the project, Composer will create a file called `composer.lock`, which is a list of which dependencies were installed, and in which versions. **Commit `composer.lock` to source control!** Then, when your colleagues want to spin up their own copies of the project, all they'll have to do is run `composer install`, which will install the correct versions of everything in `composer.lock`.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~42 days

Recently: every ~59 days

Total

7

Last Release

3421d ago

Major Versions

v1.2.1 → 8.1.022016-07-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10727786?v=4)[Xeno Media, Inc.](/maintainers/xenomedia)[@xenomedia](https://github.com/xenomedia)

---

Top Contributors

[![albertski](https://avatars.githubusercontent.com/u/759451?v=4)](https://github.com/albertski "albertski (3 commits)")[![xenosenem](https://avatars.githubusercontent.com/u/1752735?v=4)](https://github.com/xenosenem "xenosenem (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xenomedia-zeus-project/health.svg)

```
[![Health](https://phpackages.com/badges/xenomedia-zeus-project/health.svg)](https://phpackages.com/packages/xenomedia-zeus-project)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7223.7M2.7k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)[october/rain

October Rain Library

1581.7M73](/packages/october-rain)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1492.8M1](/packages/drupal-recommended-project)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k16.2k49](/packages/elgg-elgg)

PHPackages © 2026

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