2017 © Pedro Peláez
 

library xml_builder

Simple DSL for building XML

image

hiraku/xml_builder

Simple DSL for building XML

  • Monday, May 13, 2013
  • by hirak
  • Repository
  • 0 Watchers
  • 12 Stars
  • 742 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

XML_Builder

Build Status, (*1)

XMLの生成コードを短く書くためのライブラリです。 http://hirak.github.com/xmlbuilder/, (*2)

以下のコードを実行すると、XMLが吐き出されます。, (*3)

<?php
require_once 'XML/Builder.php';

xml_builder(array('doctype'=>XML_Builder::$XHTML11))
->html(array('xmlns'=>XML_Builder::NS_XHTML))
    ->head
        ->meta_(array('http-equiv'=>'Content-Type','content'=>'text/html; charset=UTF-8'))
        ->title_('サンプルHTML')
    ->_
    ->body
        ->div(array('id'=>'wrapper'))
            ->h1_('サンプルHTML')
            ->p_('サンプル')
        ->_
    ->_
->_

->_echo();

特徴

  • 選べるバックエンド ・・・DOMかXMLWriterを選べます。
  • 独自のDSL ・・・XMLを文字列で書くより短く書けます。
  • 安心 ・・・DOMやXMLWriterのWrapperに徹しており、これらをきちんと使うことで安全なXMLを生成できます。
  • 配列とDOMの相互変換機能

詳細はドキュメントを参照 http://hirak.github.com/xmlbuilder/, (*4)

LISENCE

MIT Lisense., (*5)

The Versions

13/05 2013

dev-master

9999999-dev http://hirak.github.com/xmlbuilder/

Simple DSL for building XML

  Sources   Download

MIT

The Requires

  • php >=5.2.10
  • ext-xmlreader *

 

by Hiraku NAKANO

json xml array dom

13/05 2013

1.0.12

1.0.12.0 http://hirak.github.com/xmlbuilder/

Simple DSL for building XML

  Sources   Download

MIT

The Requires

  • php >=5.2.10
  • ext-xmlreader *

 

by Hiraku NAKANO

json xml array dom

11/05 2013

1.0.11

1.0.11.0 http://hirak.github.com/xmlbuilder/

Simple DSL for building XML

  Sources   Download

MIT

The Requires

  • php >=5.2.10
  • ext-xmlreader *

 

by Hiraku NAKANO

json xml array dom

06/04 2013

1.0.10

1.0.10.0 http://hirak.github.com/xmlbuilder/

Simple DSL for building XML

  Sources   Download

MIT

The Requires

  • php >=5.2.10
  • ext-xmlreader *

 

by Hiraku NAKANO

json xml array dom

02/04 2013

1.0.9

1.0.9.0 http://hirak.github.com/xmlbuilder/

Simple DSL for building XML

  Sources   Download

MIT

The Requires

  • php >=5.2.10
  • ext-xmlreader *

 

by Hiraku NAKANO

json xml array dom