mleczakm / pulpo18bundle
Pulpo18 package
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6
- mleczakm/platform-based: ~0.2
- symfony/console: ^2.3 || ^3.0
- symfony/dependency-injection: ~2.3|~3.0
- symfony/framework-bundle: ~2.3|~3.0
Requires (Dev)
- phpunit/phpunit: ^5.4
This package is auto-updated.
Last update: 2024-10-23 09:46:01 UTC
README
Pulpo18Bundle
Symfony Bundle to create nice schema images using free Pulpo 18 Library.
Installation
1) Download
composer require --dev mleczakm/pulpo18bundle
2) Enable Bundle
// app/AppKernel.php
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
// ...
$bundles[] = new mleczakm\Pulpo18Bundle();
}
Usage
Generate Schema Image
Run command
php bin/console pulpo -import-project src/AppBundle -orm Doctrine2 -export-image output.png
to generate schema from AppBundle using Doctrine2 (Propel and Doctrine also available) to output.png in main directory of your app.
Known limitations
- works only on Linux x64 machines
- requires Qt platform plugin "xcb"