ontic / expressive-skeleton-module
This module provides a quick way of creating new Zend Expressive modules.
dev-master / 1.1.x-dev
2018-09-25 19:39 UTC
Requires
- php: >=7.1.0
- psr/container: ^1.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-26 09:55:39 UTC
README
Introduction
This module provides a quick way of creating new Zend Expressive modules.
Installation
The easiest way to install this library is via the command line, using Composer.
$ composer require ontic/expressive-skeleton-module
Documentation
Documentation is available in the docs directory and can be compiled using mkdocs:
$ mkdocs build