2017 © Pedro Peláez
 

library doctrine-xml

Define database structure via XML using Doctrine data types

image

concrete5/doctrine-xml

Define database structure via XML using Doctrine data types

  • Wednesday, June 22, 2016
  • by aembler
  • Repository
  • 8 Watchers
  • 8 Stars
  • 54,191 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 10 % Grown

The README.md

Doctrine XML

An XML representation for Doctrine database schemas., (*1)

Online normalization and validation tool

https://concretecms.github.io/doctrine-xml/, (*2)

Complete example

Here's an example with all the features offered by Doctrine XML. Please remark that the header lines xmlns:xsi="..." and xsi:schemaLocation="..." are not mandatory but may be useful if your XML editor supports autocompletion., (*3)


<schema xmlns="http://www.concrete5.org/doctrine-xml/0.5"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.concrete5.org/doctrine-xml/0.5
    https://concretecms.github.io/doctrine-xml/doctrine-xml-0.5.xsd"
>



FirstName IdentificationCode
</schema>

The Versions

22/06 2016

dev-master

9999999-dev https://github.com/concrete5/doctrine-xml

Define database structure via XML using Doctrine data types

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

database schema xml structure doctrine

22/06 2016

1.0.1

1.0.1.0 https://github.com/concrete5/doctrine-xml

Define database structure via XML using Doctrine data types

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

database schema xml structure doctrine

30/04 2015

1.0.0

1.0.0.0 https://github.com/concrete5/doctrine-xml

Define database structure via XML using Doctrine data types

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

database schema xml structure doctrine