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.
Package info
github.com/tienvx/mbt-api-bundle
Type:symfony-bundle
pkg:composer/tienvx/mbt-api-bundle
v1.17.0
2020-05-31 09:45 UTC
Requires
- php: ^7.3
- ext-json: *
- api-platform/api-pack: ~1.2.1
- beberlei/doctrineextensions: ~1.2.4
- symfony-bundles/json-request-bundle: ^3.0
- symfony/process: ^4.4|^5.0
- symfony/security-bundle: ^4.4|^5.0
- symfony/twig-bundle: ^4.4|^5.0
- tienvx/mbt-bundle: ^1.17.0
Requires (Dev)
- ext-sqlite3: *
- doctrine/doctrine-fixtures-bundle: ~3.3.0
- justinrainbow/json-schema: ^5.2
- league/flysystem-bundle: ~1.4.0
- phpunit/phpunit: ~8.5.4
- symfony/browser-kit: ^4.4|^5.0
- symfony/http-client: ^4.4|^5.0
- symfony/yaml: ^4.4|^5.0
Conflicts
- dev-master / 1.17.x-dev
- v1.17.0
- v1.17.0-rc.2
- v1.17.0-rc.1
- v1.16.0
- v1.15.7
- v1.15.6
- v1.15.5
- v1.15.4
- v1.15.3
- v1.15.2
- v1.15.1
- v1.15.0
- v1.14.0
- v1.13.2
- v1.13.1
- v1.13.0
- v1.12.0
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.0
- v1.9.0-beta.3
- v1.9.0-beta.2
- v1.9.0-beta.1
- v1.9.0-alpha.3
- v1.9.0-alpha.2
- v1.9.0-alpha.1
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.1
- v1.7.0
- v1.7.0-beta.1
- v1.7.0-alpha.6
- v1.7.0-alpha.5
- v1.7.0-alpha.4
- v1.7.0-alpha.3
- v1.7.0-alpha.2
- v1.7.0-alpha.1
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.0
- v1.4.0-alpha.3
- v1.4.0-alpha.2
- v1.4.0-alpha.1
- v1.3.1
- v1.3.0
- v1.2.0
- v1.2.0-beta.1
- v1.2.0-alpha.5
- v1.2.0-alpha.4
- v1.2.0-alpha.3
- v1.2.0-alpha.2
- v1.2.0-alpha.1
- v1.1.3
- v1.1.2
- v1.0.0
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta.1
- v1.0.0-alpha.6
- v1.0.0-alpha.5
This package is auto-updated.
Last update: 2021-07-31 04:05:17 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
requiresection 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.