Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A small, flexible command bus

License

NotificationsYou must be signed in to change notification settings

thephpleague/tactician

Repository files navigation

Build StatusTotal DownloadsMIT License

A small, flexible command bus.

IMPORTANT: You're looking at the unreleased Tactician 2.0 code. See theoriginal docs for info about 1.x versions.

See thefull docs or the examples directory to get started.

Install

Using Composer:

composer require league/tactician

Plugins

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

  • PHPStan: Add static analysis support to Tactician. Highly recommended.
  • Logger: Adds PSR-3 logging support for receiving, completing or failing commands.
  • Doctrine: Wraps commands in separate Doctrine ORM transactions.
  • and many more

Framework Integration

There are a number of framework integration packages for Tactician,search for Tactician on Packagist for the most up-to-date listings.

Testing

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

$ ./vendor/bin/phpunit

Security

Tactician has no previous security disclosures and due to the nature of the project is unlikely to. However, if you're concerned you've found a security sensitive issue in Tactician or one of its related projects, please email disclosures [at] rosstuck dot com.

Contributing

Please seeCONTRIBUTING for details.


[8]ページ先頭

©2009-2025 Movatter.jp