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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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.


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.

APPCELL 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

PHP Build Version
Package Version
Requires php Version ^7.2.5
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package apihawk/microcell contains the following files

Loading the files please wait ....