Listing
Last updated
Last updated
Launchpad is framework that tries to keep the lowest footprint on your performance and memory. That's why we made the choice to ship only the essential code as the default configuration.
However as every good Framework it is still possible to cover a large amount of usage by installing modules.
For that we created a system of libraries interacting with an installer Library in the framework code that makes the installation from each module you install automatically.
For the moment the all list of developed modules are the following:
Module | Description |
---|---|
Handle asynchronous code or code to execute later
A simple Database library
A PSR-3 compatible logger
Set actions to be done on uninstall
Interact with the filesystem
Create a front-end with Bud.js for your plug-in
Use a renderer for your plug-in
Use options for your plug-in
Use CRQS bus for your plug-in
Extract hooks from your plugin into a yaml file