mleczakm/pulpo18bundle

Pulpo18 package

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2017-04-27 20:33 UTC

This package is auto-updated.

Last update: 2024-04-23 08:29:12 UTC


README

SensioLabsInsight Build Status

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"