https://github.com/dpc-sdp/tide_core
Core functionality of Tide distribution
https://github.com/dpc-sdp/tide_core
composer-package tide
Last synced: 3 months ago
JSON representation
Core functionality of Tide distribution
- Host: GitHub
- URL: https://github.com/dpc-sdp/tide_core
- Owner: dpc-sdp
- License: gpl-2.0
- Created: 2017-10-20T05:40:25.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2026-03-04T05:07:05.000Z (3 months ago)
- Last Synced: 2026-03-04T06:34:43.128Z (3 months ago)
- Topics: composer-package, tide
- Language: PHP
- Homepage: https://www.drupal.org/project/tide_core
- Size: 23.2 MB
- Stars: 0
- Watchers: 10
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tide Core
Core functionality of [Tide](https://github.com/dpc-sdp/tide) distribution for [Drupal 10](https://github.com/dpc-sdp)
Tide is a Drupal 10 distribution focused on delivering an API first, headless Drupal content administration site.
[](https://circleci.com/gh/dpc-sdp/tide_core)
[](https://github.com/dpc-sdp/tide_core/releases/latest)

[](https://github.com/dpc-sdp/tide_core/blob/master/LICENSE.txt)
[](https://github.com/dpc-sdp/tide_core/pulls)
## What is in this package
- Roles
- Permissions for site administration
- Theme components discovery mechanism (if required)
- Text formats
- WYSIWYG configurations
- Common fields shared across content types
- `Topic` Taxonomy Vocabulary
- `Tags` Taxonomy Vocabulary
- `Locations` Taxonomy Vocabulary
- `Departments` Taxonomy Vocabulary
## Installation
To install this package, add this custom repository to `repositories` section of
your `composer.json`:
```json
{
"repositories": {
"dpc-sdp/tide_core": {
"type": "vcs",
"no-api": true,
"url": "https://github.com/dpc-sdp/tide_core.git"
}
}
}
```
Require this package as any other Composer package:
```bash
composer require dpc/tide_core
```
## Support
[Digital Engagement, Department of Premier and Cabinet, Victoria, Australia](https://github.com/dpc-sdp)
is a maintainer of this package.
## Contribute
[Open an issue](https://github.com/dpc-sdp) on GitHub or submit a pull request with suggested changes.
## 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
- [tide](https://github.com/dpc-sdp/tide)
- [tide_api](https://github.com/dpc-sdp/tide_api)
- [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_site](https://github.com/dpc-sdp/tide_site)
- [tide_test](https://github.com/dpc-sdp/tide_test)
- [tide_webform](https://github.com/dpc-sdp/tide_webform)
## License
This project is licensed under [GPL2](https://github.com/dpc-sdp/tide_core/blob/master/LICENSE.txt)
## Attribution
Single Digital Presence offers government agencies an open and flexible toolkit to build websites quickly and cost-effectively.
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.

