Download the PHP package slick/module-api without Composer
On this page you can find all versions of the php package slick/module-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download slick/module-api
More information about slick/module-api
Files in slick/module-api
Package module-api
Short Description Interfaces required to develop a Slick module
License MIT
Informations about the package module-api
Slick Module API
Slick
is a modular framework where nearly all features are implemented as modules. Some modules
are enabled by default and cannot be disabled, while others may need to be enabled to set up
their dependencies in the dependency container, console commands, HTTP middlewares, and default
settings. It is always possible to override container services and settings for these modules.
This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.
What’s a module?
A module is typically a package that provides specific functionality. Whether you need to develop a web application or a command line tool, modules enable you to extend the framework’s capabilities by adding command line commands, HTTP middleware handlers, and configuring the dependency container and default settings to work with.
Install
Via Composer
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of module-api with dependencies
vlucas/phpdotenv Version *
psr/http-server-middleware Version ^1.0@dev
symfony/console Version *
slick/di Version >=2.0