https://github.com/strata/frontend
The front of Headless CMS. Build an efficient front-end website taking content from multiple data sources.
https://github.com/strata/frontend
frontend headless-cms php
Last synced: 6 months ago
JSON representation
The front of Headless CMS. Build an efficient front-end website taking content from multiple data sources.
- Host: GitHub
- URL: https://github.com/strata/frontend
- Owner: strata
- License: mit
- Created: 2019-01-09T22:20:05.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T08:27:38.000Z (almost 2 years ago)
- Last Synced: 2025-10-08T16:22:34.341Z (9 months ago)
- Topics: frontend, headless-cms, php
- Language: PHP
- Homepage:
- Size: 1.44 MB
- Stars: 13
- Watchers: 6
- Forks: 5
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Strata Frontend
Deliver fast, accessible user experiences on the modern web.

[![license][license-badge]][LICENSE]
## Status
Please note this software is in development, usage may change before the 1.0 release.
## Requirements
* PHP 7.4+
* [Composer](https://getcomposer.org/)
## Installation
Install via Composer:
```
composer require strata/frontend:^0.9
```
See [installation](docs/installation.md).
## Documentation
See [docs](docs/README.md) - these are currently being cleaned up and we plan to publish better docs for v0.10.
## Contributing
Strata is an Open Source project. Find out more about [how to contribute](CONTRIBUTING.md) and our
[Code of Conduct](CODE_OF_CONDUCT.md).
## Security Issues
If you discover a security vulnerability within Strata, please follow our [disclosure procedure](SECURITY.md).
## About Us
Strata development is sponsored by [Studio 24](https://www.studio24.net/), led by
[Simon R Jones](https://github.com/simonrjones/).
[CHANGELOG]: ./CHANGELOG.md
[LICENSE]: ./LICENSE
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg