Download the PHP package apihawk/microcell without Composer
On this page you can find all versions of the php package apihawk/microcell. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package microcell
MicroCell is a toolkit for writing AppCell plugins.
AppCell is an orchestrative software that incorporates a plugin architecture. It allows one software to communicate with multiple other such without coupling, modifying the main software source, or hard-coding plugins. This way the integration of various softwares and the migration of services between such will become faster, more secure and more easily accomplished.
- Built on top of the Laravel components.
- Optional installation of Laravel Eloquent, Laravel Logging and many others.
- Supports interactive menus and desktop notifications on Linux, Windows & MacOS.
- Ships with a Scheduler and a Standalone Compiler.
- Integration with Collision - Beautiful error reporting
Documentation
For full documentation, visit apihawk.com/help.
Instalation
microcell is available on composer. To install it, type:
Via ApiHawk Installer
Make sure to place composer's system-wide vendor bin directory in your $PATH
so the ApiHawk executable can be located by your system. This directory exists in different locations based on your operating system. On macOS and GNU/Linux distributions, it's $HOME/.composer/vendor/bin.
Once installed, the apihawk new-cell
command will create a fresh MicroCell installation in the directory you specify. For instance, apihawk new-cell YourVendorName will create a directory named YourVendorNameCell containing a fresh MircoCell installation with all of MicroCell's dependencies already installed:
Via Composer Create-Project
After installing the skeleton, run "app renaming" command in order to have freshly buit skeleton with all required installation files.
When the renaming is done, you will have new files in the directories: ./appcell
and ./app/Actions
To start building your app, need to create .env file in the format:
Contact ApiHawk for providing you access to the required services. ApiHawk Contact
Generated files:
appcell.json
plugins.json
resources.json
settings.json
All versions of microcell with dependencies
enqueue/amqp-lib Version ^0.10.1
enqueue/enqueue Version ^0.10.1
guzzlehttp/guzzle Version ^6.5
illuminate/log Version ^7.0
laminas/laminas-config Version ^3.3
laminas/laminas-json Version ^3.1
laravel-zero/framework Version ^7.0