An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Strata Frontend

Deliver fast, accessible user experiences on the modern web.

![Build Status](https://github.com/strata/frontend/workflows/PHP%20tests/badge.svg)
[![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