Internal Communication Bus
- Source Code: https://github.com/mindpowered/maglev-php
- Documentation: https://mindpowered.github.io/maglev-php
- php >= 7
- php
mbstring
extension - php
xml
extension
Third-party dependencies may have additional requirements.
You can get maglev using Composer. Composer manages dependencies for packages from Packagist and you can get it here: https://getcomposer.org/ .
Create a composer.json file in the top-most directory of your project and add mindpowered/maglev
to the requirements:
{
"require": {
"mindpowered/maglev" : "*"
}
}
Now you can run the command to update composer: composer update
. In order for composer to install the package dependencies you will need an archive manager such as zip installed. Composer requires use of the commands zip
and unzip
.
We are here to support using this package. If it doesn't do what you're looking for, isn't working, or you just need help, please Contact us.
There is also a public Issue Tracker available for this package.
This package is released under the MIT License.