tienvx/mbt-api-bundle

This package is abandoned and no longer maintained. The author suggests using the tienvx/mbt-api-bundle package instead.

Provide API for MBT Bundle.

Installs: 219

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.17.0 2020-05-31 09:45 UTC

README

This bundle provide api for MBT Bundle.

Requirements

  • Graphviz
  • PHP 7.3 / 7.4
  • Symfony 4.4 / 5.0 / 5.1
  • See also the require section of composer.json

Installation

Step 1: Create symfony project

Before testing your application, you need to create new symfony project to use this bundle:

$ composer create-project symfony/skeleton my-project

Step 2: Download the Bundle

Install lastest version of this bundle:

$ composer require tienvx/mbt-api-bundle "^1.17"

Testing

You can run the tests with:

$ sudo apt install graphviz
$ composer install -v
$ php tests/app/bin/console cache:clear # Only if you added new code
$ vendor/bin/phpunit

Contributing

Pull requests are welcome, please send pull requests.

If you found any bug, please report issues.

Thanks to everyone who has contributed already.

License

This package is available under the MIT license.