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

https://github.com/thecodingmachine/cms-middleware

A http-interop compatible CMS middleware. It only provides the middleware and delegates pages fetching to other packages.
https://github.com/thecodingmachine/cms-middleware

Last synced: 3 months ago
JSON representation

A http-interop compatible CMS middleware. It only provides the middleware and delegates pages fetching to other packages.

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/thecodingmachine/cms-middleware/v/stable)](https://packagist.org/packages/thecodingmachine/cms-middleware)
[![Total Downloads](https://poser.pugx.org/thecodingmachine/cms-middleware/downloads)](https://packagist.org/packages/thecodingmachine/cms-middleware)
[![Latest Unstable Version](https://poser.pugx.org/thecodingmachine/cms-middleware/v/unstable)](https://packagist.org/packages/thecodingmachine/cms-middleware)
[![License](https://poser.pugx.org/thecodingmachine/cms-middleware/license)](https://packagist.org/packages/thecodingmachine/cms-middleware)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecodingmachine/cms-middleware/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thecodingmachine/cms-middleware/?branch=master)
[![Build Status](https://travis-ci.org/thecodingmachine/cms-middleware.svg?branch=master)](https://travis-ci.org/thecodingmachine/cms-middleware)
[![Coverage Status](https://coveralls.io/repos/thecodingmachine/cms-middleware/badge.svg?branch=master&service=github)](https://coveralls.io/github/thecodingmachine/cms-middleware?branch=master)

Http-interop CMS middleware
===========================

This package contains a PSR-15 middleware that provides CMS capabilities to your application.

The package does not provide the CMS as is, but delegates page fetching and creation to other objects that will be provided in other packages.