PHPackages                             dpc-sdp/tide\_site - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dpc-sdp/tide\_site

AbandonedArchivedDrupal-module[Utility &amp; Helpers](/categories/utility)

dpc-sdp/tide\_site
==================

Post content to multiple sites and sections.

4.1.2(1y ago)040.7k2[1 issues](https://github.com/dpc-sdp/tide_site/issues)[14 PRs](https://github.com/dpc-sdp/tide_site/pulls)2GPL-2.0-or-laterPHP

Since Oct 2Pushed 1y ago4 watchersCompare

[ Source](https://github.com/dpc-sdp/tide_site)[ Packagist](https://packagist.org/packages/dpc-sdp/tide_site)[ RSS](/packages/dpc-sdp-tide-site/feed)WikiDiscussions develop Synced today

READMEChangelog (10)Dependencies (4)Versions (124)Used By (2)

This repository has been archived and is no longer actively maintained. If you need to create new PRs or Issues, please visit the following repository: [https://github.com/dpc-sdp/tide\_core](https://github.com/dpc-sdp/tide_core).
======================================================================================================================================================================================================================================

[](#this-repository-has-been-archived-and-is-no-longer-actively-maintained-if-you-need-to-create-new-prs-or-issues-please-visit-the-following-repository-httpsgithubcomdpc-sdptide_core)

Tide Site
=========

[](#tide-site)

Multi-site and multi-sections functionality for [Tide](https://github.com/dpc-sdp/tide) distribution for [Drupal 8](https://github.com/dpc-sdp)

Tide is a Drupal 8 distribution focused on delivering an API first, headless Drupal content administration site.

[![CircleCI](https://camo.githubusercontent.com/309bf92f537ef06224ba61b634ede09d9ac87ba04e7d26dd3fdd375c20d8efbb/68747470733a2f2f636972636c6563692e636f6d2f67682f6470632d7364702f746964655f736974652e7376673f7374796c653d736869656c6426636972636c652d746f6b656e3d32613065343931363637323461633139333633366662613562343538303234653030333432646365)](https://circleci.com/gh/dpc-sdp/tide_site)[![Release](https://camo.githubusercontent.com/3dcbc48c1a0293d21eb83351ace934744c885dc221a1bac254d327a42f444704/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6470632d7364702f746964655f736974652e737667)](https://github.com/dpc-sdp/tide_site/releases/latest)[![https://www.drupal.org/8](https://camo.githubusercontent.com/8acc611f845fc3ec90c2e7f9aa44ca0fa51af8abf145af442bddef11fbbdf91f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f44727570616c2d382d626c75652e737667)](https://camo.githubusercontent.com/8acc611f845fc3ec90c2e7f9aa44ca0fa51af8abf145af442bddef11fbbdf91f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f44727570616c2d382d626c75652e737667)[![Licence: GPL 2](https://camo.githubusercontent.com/ac6a544e29d60d39c36c372e52cea8ab5a5e9c7cdc14a1e7bc4d1596ffead538/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e63652d47504c322d626c75652e737667)](https://github.com/dpc-sdp/tide_site/blob/master/LICENSE.txt)[![Pull Requests](https://camo.githubusercontent.com/419e7704fa3278c34fbd52ac91eb15697e5f9a5bfc9a7d5bdb5b6ce90fe8ee95/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6470632d7364702f746964655f706167652e737667)](https://github.com/dpc-sdp/tide_site/pulls)

What is in this package
-----------------------

[](#what-is-in-this-package)

- Fields for `Site` taxonomy vocabulary.
- JSONAPI and Tide API module integration.
- Preview Links support (with Tide API).
- Simple Sitemap integration configuration.

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

[](#installation)

To install this package, add this custom repository to `repositories` section of your `composer.json`:

```
{
  "repositories": {
      "dpc-sdp/tide_site": {
          "type": "vcs",
          "no-api": true,
          "url": "https://github.com/dpc-sdp/tide_site.git"
      }
  }
}
```

Require this package as any other Composer package:

```
composer require dpc/tide_site
```

Support
-------

[](#support)

[Digital Engagement, Department of Premier and Cabinet, Victoria, Australia](https://github.com/dpc-sdp)is a maintainer of this package.

Contribute
----------

[](#contribute)

[Open an issue](https://github.com/dpc-sdp) on GitHub or submit a pull request with suggested changes.

Development and maintenance
---------------------------

[](#development-and-maintenance)

Development is powered by [Dev-Tools](https://github.com/dpc-sdp/dev-tools). Please refer to Dev-Tools' page for [system requirements](https://github.com/dpc-sdp/dev-tools/#prerequisites) and other details.

To start local development stack:

1. Checkout this project
2. Run `./dev-tools.sh`
3. Run `ahoy build`

Related projects
----------------

[](#related-projects)

- [tide](https://github.com/dpc-sdp/tide)
- [tide\_api](https://github.com/dpc-sdp/tide_api)
- [tide\_core](https://github.com/dpc-sdp/tide_core)
- [tide\_event](https://github.com/dpc-sdp/tide_event)
- [tide\_landing\_page](https://github.com/dpc-sdp/tide_landing_page)
- [tide\_media](https://github.com/dpc-sdp/tide_media)
- [tide\_monsido](https://github.com/dpc-sdp/tide_monsido)
- [tide\_news](https://github.com/dpc-sdp/tide_news)
- [tide\_page](https://github.com/dpc-sdp/tide_page)
- [tide\_search](https://github.com/dpc-sdp/tide_search)
- [tide\_test](https://github.com/dpc-sdp/tide_test)
- [tide\_webform](https://github.com/dpc-sdp/tide_webform)

License
-------

[](#license)

This project is licensed under [GPL2](https://github.com/dpc-sdp/tide_site/blob/master/LICENSE.txt)

DRUSH
-----

[](#drush)

The Drush command `tide-site-env-domain-update`, alias `tide-si-domup`, will update one or more taxonomy terms in the Sites vocabulary with new Domains. This command expects an environment variable `FE_DOMAINS` to exist. The var must be in this format:

```
FE_DOMAINS="4|develop.premier.vic.gov.au,174|temp.exmaple.comexample.com,172|dddtemp.exmaple.comdsa.example.com"

```

The var will get split into an array based on commas, each value being an array of tids and domain values. This will then be split into an array based on pipes. The key being the tid and value being a list of domains separated by
, which will be converted into new lines.

This command can be used to ensure the preview and url enhancer features will work on headless sites on non production environments.

Attribution
-----------

[](#attribution)

Single Digital Presence offers government agencies an open and flexible toolkit to build websites quickly and cost-effectively.

[![SDP logo](docs/SDP_Logo_VicGov_RGB.jpg)](https://www.vic.gov.au/what-single-digital-presence-offers)

The Department of Premier and Cabinet partnered with Salsa Digital to deliver Single Digital Presence. As long-term supporters of open government approaches, they were integral to the establishment of SDP as an open source platform.

[![Salsa logo](docs/Salsa.png)](https://salsadigital.com.au/)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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

Recently: every ~82 days

Total

59

Last Release

695d ago

Major Versions

0.8.0 → v1.0.0-alpha22019-01-22

1.4.6 → 2.0.02020-12-08

2.0.5 → 3.0.02021-10-25

3.0.16 → 4.0.02023-11-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/db9df7f3a34b868452362f865fd9ef955870e8bd169d3c068d2fbe0f53ef2822?d=identicon)[dpc-admin](/maintainers/dpc-admin)

---

Top Contributors

[![vincent-gao](https://avatars.githubusercontent.com/u/8788145?v=4)](https://github.com/vincent-gao "vincent-gao (62 commits)")[![gargsuchi](https://avatars.githubusercontent.com/u/120015?v=4)](https://github.com/gargsuchi "gargsuchi (44 commits)")[![MdNadimHossain](https://avatars.githubusercontent.com/u/20810541?v=4)](https://github.com/MdNadimHossain "MdNadimHossain (43 commits)")[![GROwen](https://avatars.githubusercontent.com/u/3916040?v=4)](https://github.com/GROwen "GROwen (23 commits)")[![sonnykt](https://avatars.githubusercontent.com/u/167788?v=4)](https://github.com/sonnykt "sonnykt (16 commits)")[![mayurngondhkar](https://avatars.githubusercontent.com/u/9244829?v=4)](https://github.com/mayurngondhkar "mayurngondhkar (13 commits)")[![enzolutions](https://avatars.githubusercontent.com/u/907914?v=4)](https://github.com/enzolutions "enzolutions (11 commits)")[![AlexSkrypnyk](https://avatars.githubusercontent.com/u/378794?v=4)](https://github.com/AlexSkrypnyk "AlexSkrypnyk (6 commits)")[![yeniatencio](https://avatars.githubusercontent.com/u/47239456?v=4)](https://github.com/yeniatencio "yeniatencio (4 commits)")[![asarfara](https://avatars.githubusercontent.com/u/3692067?v=4)](https://github.com/asarfara "asarfara (4 commits)")[![edyuenyw](https://avatars.githubusercontent.com/u/67810118?v=4)](https://github.com/edyuenyw "edyuenyw (4 commits)")[![kurtfoster](https://avatars.githubusercontent.com/u/13358666?v=4)](https://github.com/kurtfoster "kurtfoster (4 commits)")[![markxtji](https://avatars.githubusercontent.com/u/20789195?v=4)](https://github.com/markxtji "markxtji (3 commits)")[![FleetAdmiralButter](https://avatars.githubusercontent.com/u/37036084?v=4)](https://github.com/FleetAdmiralButter "FleetAdmiralButter (2 commits)")[![christopher-hopper](https://avatars.githubusercontent.com/u/452515?v=4)](https://github.com/christopher-hopper "christopher-hopper (2 commits)")[![steveworley](https://avatars.githubusercontent.com/u/1840912?v=4)](https://github.com/steveworley "steveworley (1 commits)")[![Jeannie-deloitte](https://avatars.githubusercontent.com/u/105895266?v=4)](https://github.com/Jeannie-deloitte "Jeannie-deloitte (1 commits)")[![joshua-salsadigital](https://avatars.githubusercontent.com/u/83997348?v=4)](https://github.com/joshua-salsadigital "joshua-salsadigital (1 commits)")[![sdpdeploy](https://avatars.githubusercontent.com/u/33045904?v=4)](https://github.com/sdpdeploy "sdpdeploy (1 commits)")

---

Tags

composer-packagetide

### Embed Badge

![Health badge](/badges/dpc-sdp-tide-site/health.svg)

```
[![Health](https://phpackages.com/badges/dpc-sdp-tide-site/health.svg)](https://phpackages.com/packages/dpc-sdp-tide-site)
```

PHPackages © 2026

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