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

ActiveProject

opengov/opengov-project
=======================

Project template for Open Government project with composer

01.2kPHPCI failing

Since Mar 25Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/open-data/opengov-project)[ Packagist](https://packagist.org/packages/opengov/opengov-project)[ RSS](/packages/opengov-opengov-project/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Composer template for the Open Government project
=================================================

[](#composer-template-for-the-open-government-project)

[![Build Status](https://camo.githubusercontent.com/a8456b39967fda4c9382605c6e572f8aa4e51605acb42b9535e4f6993cbe1731/68747470733a2f2f7472617669732d63692e6f72672f6f70656e2d646174612f6f70656e676f762d70726f6a6563742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/open-data/opengov-project)

Usage
-----

[](#usage)

1. Install [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).

Optional - [Global composer installation](https://getcomposer.org/doc/00-intro.md#globally). If skipping, you may need to replace `composer` with `php composer.phar` for your setup.

2. Create project

```
composer create-project opengov/opengov-project:dev-master MYPROJECT --no-interaction

```

3. Install using interface, choose `Open Government` as your installation profile. As an alternative, you can also use drush for installation

```
drush site:install og

```

What does the template do?
--------------------------

[](#what-does-the-template-do)

The template will setup:

1. Drupal core in `html/core` directory.
2. Profiles in `html/profiles` directory.
3. Contributed modules in `html/modules/contrib` directory.
4. Libraries for WET-BOEW in `html/libraries` directory.
5. Themes in `html/themes` directory and enables GCWeb as default theme.
6. `settings.php` and `services.yml` in `html/sites/default` directory.
7. Drush in `vendor/bin/drush` directory.
8. DrupalConsole in `vendor/bin/drupal` directory.
9. Setup configurations for the Open Government project.

Updating core and/or contributed modules
----------------------------------------

[](#updating-core-andor-contributed-modules)

1. Check for outdated modules

```
composer outdated "drupal/*"

```

2. If updates are required, it is very important to make a backup of both codebase and database befor updating
3. Update modules that are outdated

```
composer update drupal/MODULE --with-dependencies
drush updatedb
drush cr

```

If you want to know all packages that will be updated by the composer update command, use the `--dry-run` option first.

For more detailed information on updating Drupal, check [Drupal Documentation](https://www.drupal.org/docs/8/update).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96% 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/7537a32a8803e0a4b849b98f8ae7873a5c90c5f9a1478f670fb9961ed09d853a?d=identicon)[RabiaSajjad](/maintainers/RabiaSajjad)

---

Top Contributors

[![RabiaSajjad](https://avatars.githubusercontent.com/u/25936398?v=4)](https://github.com/RabiaSajjad "RabiaSajjad (48 commits)")[![maxFredenburgh](https://avatars.githubusercontent.com/u/14981504?v=4)](https://github.com/maxFredenburgh "maxFredenburgh (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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