Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.27 KB

README.md

File metadata and controls

35 lines (25 loc) · 2.27 KB

Tactician

Travis CI Scrutinizer Code Quality Code Coverage Build Status MIT License SensioLabsInsight

A small, pluggable command bus. Still in active development.

See the full docs or the examples directory to get started.

Plugins

The core Tactician package is small but there are several plugin packages that extend the usefulness of Tactician:

  • Logger: Adds PSR-3 logging support for receiving, completing or failing commands.
  • Doctrine: Wraps commands in separate Doctrine ORM transactions.
  • Bernard: Allows queuing your commands in the background, using the Bernard Queuing library.
  • Command Events: Fires events for all major moments in the command life-cycle.
  • Locking: Only allows one command to be executed at a time.

Framework Integration

There is ongoing development for Zend, Symfony2 and Laravel integration packages. Check the github issues to see their status.

Testing

To run all unit tests, use the locally installed PHPUnit:

$ ./vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.