Download the PHP package zumba/symbiosis without Composer

On this page you can find all versions of the php package zumba/symbiosis. 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 symbiosis

Symbiosis is a drop-in event driven plugin architecture.

The goal is to allow anyone to create a plugin structure for their existing code base using an event oriented system. The secondary benefit of using Symbiosis is that the event structure can be used apart from the plugin structure.

Latest Stable Version Build Status

Requirements

PHP 7.2

Setup

  1. Add as a composer dependency or install directly from composer.
  2. That's it!

Testing

  1. Run composer install --dev.
  2. Run ./vendor/bin/phpunit.

Example Plugin Usage

Plugin

Your application bootstrap

Your application

Output

Individual Event Registries

As of v1.2, event registries have been added to allow for separation of events. This allows for "namespacing" your event registries. The EventManager remains backwards compatible as now the EventManager creates a static instance of an EventRegistry. Since the event structure is loosely coupled in the Plugin architecture, this allows for namespacing your event registries per plugin.

Example Event Registry namespacing

PSR-14 Support

This library is compatible with PSR-14.

One caveat is that the EventRegistry requires registration of events that implement \Zumba\Symbiosis\Framework\EventInterface which includes the \Psr\EventDispatcher\StoppableEventInterface.

EventRegistry implements:

Event implements:

See PSR-14 Event Dispatcher Documentation for more details.


All versions of symbiosis with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
psr/event-dispatcher Version ^1.0
psr/log Version ^1.1
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 zumba/symbiosis contains the following files

Loading the files please wait ....