2017 © Pedro PelĂĄez
 

library laravel-tactician

A flexible and easy to use implementation of the Tactician command bus for Laravel 5.

image

tillkruss/laravel-tactician

A flexible and easy to use implementation of the Tactician command bus for Laravel 5.

  • Friday, April 22, 2016
  • by tillkruss
  • Repository
  • 1 Watchers
  • 5 Stars
  • 544 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

Laravel Tactician

Build Status Latest Stable Version Scrutinizer Code Quality License, (*1)

A flexible and easy to use implementation of the Tactician command bus for Laravel 5., (*2)

Introduction

This package is a stand-alone command bus implementation of the PHP League’s Tactician command bus, it’s not a replacement for Laravel’s command bus or queue., (*3)

Features:, (*4)

  • Easy to use, configure and extend
  • 3 kinds of command handler locators
  • Database transaction middleware

Installation

To get started, add this package to your composer.json file as a dependency:, (*5)

composer require tillkruss/laravel-tactician

Next, open your app configuration file and add the TacticianServiceProvider to your list of providers:, (*6)

TillKruss\LaravelTactician\TacticianServiceProvider,

After that, add the tactician.php configuration file by running:, (*7)

php artisan vendor:publish --provider="TillKruss\LaravelTactician\TacticianServiceProvider"

Configuration

Please see CONFIGURATION.md for more information on how to configure this package., (*8)

Usage

Please see USAGE.md for code samples and more information on how to use this package., (*9)

License

This package is open-sourced software licensed under the MIT license., (*10)

The Versions

22/04 2016

dev-master

9999999-dev

A flexible and easy to use implementation of the Tactician command bus for Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel command command bus service layer tactician

11/04 2016

1.0.0

1.0.0.0

A flexible and easy to use implementation of the Tactician command bus for Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel command command bus service layer tactician