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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/cms-middleware
- Owner: thecodingmachine
- Created: 2017-09-21T15:57:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T13:39:44.000Z (over 7 years ago)
- Last Synced: 2025-02-16T12:30:25.804Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/thecodingmachine/cms-middleware)
[](https://packagist.org/packages/thecodingmachine/cms-middleware)
[](https://packagist.org/packages/thecodingmachine/cms-middleware)
[](https://packagist.org/packages/thecodingmachine/cms-middleware)
[](https://scrutinizer-ci.com/g/thecodingmachine/cms-middleware/?branch=master)
[](https://travis-ci.org/thecodingmachine/cms-middleware)
[](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.