opengov / og
Project template for Drupal Open Government project with composer
Installs: 1 115
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-profile
pkg:composer/opengov/og
Requires
- php: >=8
- ext-json: *
- composer/installers: ^2.0
- cweagans/composer-patches: ^1.7.0
- drupal/admin_toolbar: 3.6.2
- drupal/advanced_email_validation: 2.0.2
- drupal/autologout: 2.0.1
- drupal/bootstrap_layouts: 5.5.0
- drupal/core: 10.5.3
- drupal/core-composer-scaffold: ^10.5
- drupal/csv_serialization: 4.0.1
- drupal/facets: 3.0.1
- drupal/fontawesome: 3.0.0
- drupal/google_analytics: 4.0.3
- drupal/google_tag: 2.0.9
- drupal/honeypot: 2.1.4
- drupal/menu_breadcrumb: 2.0.1
- drupal/metatag: 2.2.0
- drupal/password_policy: 4.0.3
- drupal/pathauto: 1.13.0
- drupal/recaptcha_v3: 2.0.4
- drupal/redirect: 1.12.0
- drupal/redis: 1.10.0
- drupal/search_api: 1.39.0
- drupal/search_api_solr: 4.3.10
- drupal/simple_sitemap: 4.2.2
- drupal/token_filter: 2.2.1
- drupal/views_bootstrap: 5.4.1
- drupal/webform: 6.3.0-beta5
- drush/drush: 12.5.3
- fortawesome/font-awesome: 7.0.1
- oomphinc/composer-installers-extender: ^2.0.0
- opengov/gcweb: dev-drupal/bootstrap/5.0.2
- wikimedia/composer-merge-plugin: ^2.0.0
Requires (Dev)
- drupal/core-dev: ^10.4
Conflicts
This package is auto-updated.
Last update: 2025-10-28 13:43:50 UTC
README
Usage
- Install composer.
Optional - Global composer installation.
If skipping, you may need to replace composer with php composer.phar for your setup.
- Create project
composer create-project opengov/opengov-project:dev-master MYPROJECT --no-interaction
- Install using interactive installer, choose
Open Governmentas your installation profile.
Scope
The installation profile installs Drupal Core, contributed and custom modules and theme.
Contributed Modules
The following contributed modules are installed as part of the profile
- admin_toolbar
- autologout
- bootstrap_layouts
- ckeditor_codemirror
- csv_serialization
- ctools
- facets
- fontawesome
- google_analytics
- honeypot
- redis
- menu_breadcrumb
- metatag
- pathauto
- redirect
- search_api
- search_api_solr
- simple_sitemap
- token
- token_filter
- views_bootstrap
- webform
Theme
The theme GCWeb is installed and enabled by the profile.