2017 © Pedro Peláez
 

library vertabelo-propel

Converts Vertabelo xml file into Propel schema.xml file

image

vertabelo/vertabelo-propel

Converts Vertabelo xml file into Propel schema.xml file

  • Tuesday, January 5, 2016
  • by akozubek-epoint
  • Repository
  • 4 Watchers
  • 6 Stars
  • 146 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

VertabeloPropel

Converts Vertabelo XML file to Propel's schema.xml file., (*1)

Installation

VertabeloPropel uses [Composer] (https://getcomposer.org/) to manage project dependencies., (*2)

  1. Create a file composer.json:, (*3)

    {
       "require": {
          "vertabelo/vertabelo-propel": "*@dev"
       }
    }
    
  2. Run Composer., (*4)

    composer install
    

This will download VertabeloPropel into the vendor directory in your project directory., (*5)

Usage

  1. Create a database model using Vertabelo.
  2. Download the model as an XML file.
  3. Run the vertabelo-propel.php script., (*6)

    • If you installed VertabeloPropel via Composer, run, (*7)

      vendor/bin/vertabelo-propel.php -i model.xml -o schema.xml --database-name my_db --default-id-method native
      
  • If you cloned the GitHub repository, run, (*8)

    ```bash

    ./bin/vertabelo-propel.php -i model.xml -o schema.xml --database-name my_db --default-id-method native ```, (*9)

  1. Your Propel's schema.xml file is generated. Proceed with Propel as usual.

Getting help

Run the script without any arguments, to see the list of available options., (*10)

vendor/bin/vertabelo-propel.php 

The Versions

05/01 2016

dev-master

9999999-dev http://github.com/Vertabelo/VertabeloPropel

Converts Vertabelo xml file into Propel schema.xml file

  Sources   Download

Apache-2.0

The Requires

 

orm database propel vertabelo

27/11 2014

v0.5.0

0.5.0.0 http://github.com/Vertabelo/VertabeloPropel

Converts Vertabelo xml file into Propel schema.xml file

  Sources   Download

Apache-2.0

The Requires

 

orm database propel vertabelo

26/11 2014

v0.5.0-alpha

0.5.0.0-alpha http://github.com/Vertabelo/VertabeloPropel

Converts Vertabelo xml file into Propel schema.xml file

  Sources   Download

Apache-2.0

The Requires

 

orm database propel vertabelo