https://github.com/silverstripe/cwp
Common Web Platform (CWP) features module. We strongly recommend using it for all new CWP projects. Future features will be delivered here.
https://github.com/silverstripe/cwp
cwp hacktoberfest silverstripe
Last synced: over 1 year ago
JSON representation
Common Web Platform (CWP) features module. We strongly recommend using it for all new CWP projects. Future features will be delivered here.
- Host: GitHub
- URL: https://github.com/silverstripe/cwp
- Owner: silverstripe
- License: bsd-3-clause
- Created: 2017-12-07T03:35:15.000Z (over 8 years ago)
- Default Branch: 3
- Last Pushed: 2024-09-01T22:01:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T03:12:09.460Z (over 1 year ago)
- Topics: cwp, hacktoberfest, silverstripe
- Language: PHP
- Homepage: https://www.cwp.govt.nz
- Size: 8.2 MB
- Stars: 10
- Watchers: 12
- Forks: 26
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CWP features modules
[](https://github.com/silverstripe/cwp/actions/workflows/ci.yml)
## Installation
```sh
composer require cwp/cwp
```
## Bugtracker
Bugs are tracked on [github.com](https://github.com/silverstripe/cwp/issues). Please read our
[issue reporting guidelines](https://docs.silverstripe.org/en/contributing/issues_and_bugs/).
## Contributing
If you would like to make changes to the Silverstripe core codebase, extra modules or the CWP core codebase, we have
an extensive [guide to contributing code](https://docs.silverstripe.org/en/contributing/code).
### Translations
Translations of the natural language strings are managed through a third party translation interface, transifex.com.
Newly added strings will be periodically uploaded there for translation, and any new translations will be merged
back to the project source code.
Please use https://www.transifex.com/silverstripe/silverstripe-cwp/ to contribute translations, rather than sending
pull requests with YAML files.
See the ["i18n" topic](https://docs.silverstripe.org/en/developer_guides/i18n/) on docs.silverstripe.org for more
details.