Download the PHP package ibrahimgunduz34/maria-bundle without Composer

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

MariaBundle

Build Status GitHub release License: MIT

What is MariaBundle

Maria is a simple and flexible business rule engine that you can integrate easily into your Symfony applications through Bundle mechanism. It allows taking an action based on the rules when the input data matched. You can trigger Maria by a trigger event you defined. It checks the input argument which comes through the trigger event by the rules and invokes the action handler when matching occurred. Action handlers might be a class or a reference that points to a service definition in the dependency injection system. So you can communicate with other Symfony components easily through action handlers on Maria scenarios.

Installation

You can install Maria through composer

Add the bundle class to the bundle list by your Symfony version:

For Symfony 3.x users:

AppKernel.php

For Symfony >= 4 users:

config/bundles.php

Configuration Reference

See Also

Example Usage

Define the following configuration into config/packages/maria.yaml

Create a handler class in order to take an action to give free shipment

Trigger Maria where you updated cart in the project.

Working In Asynchronous Way

Maria does not provide a way to invoke action handlers as asynchronous. However, you can make action handlers asynchronous easily by using other third-parties like RabbitMqBundle or built-in Symfony components like Messenger You can make your action handler asynchronous by following the steps below:

Important Notice: We strongly recommend to follow the installation steps from rabbitmq-bundle repository: https://github.com/php-amqplib/RabbitMqBundle

Install RabbitMqBundle

Add the bundle class to bundle the bundle list in the project:

For Symfony 3.x users:

AppKernel.php

For Symfony >= 4 users:

config/bundles.php

Configure the RabbitMq bundle.

And.. say maria, use email_producer as an action handler.

Enjoy!

TODO:

License:

You can access the license documentation here.

Credits:

Bundles structure, extension tests and the documentation partially inspired RabbitMqBundle.


All versions of maria-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6.2|^7.0
symfony/dependency-injection Version ^3.4|^4.0
symfony/framework-bundle Version ^3.4|^4.0
symfony/config Version ^3.4|^4.0
symfony/yaml Version ^3.4|^4.0
symfony/event-dispatcher Version ^3.4|^4.0
symfony/serializer Version ^3.4|^4.0
symfony/property-access Version ^3.4|^4.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 ibrahimgunduz34/maria-bundle contains the following files

Loading the files please wait ....