File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 1- # lib16/xml-builder-php
1+ #XML Builder for PHP 7
2+ A library for creating XML documents written in PHP 7.
23
3- lib16 XML Builder is a PHP 7 library for creating XML documents.
4+ ##Installation with Composer
5+ This package is available on [ packagist] ( https://packagist.org/packages/lib16/xml ) ,
6+ so you can use [ Composer] ( https://getcomposer.org ) to install it:
7+ ``` composer require lib16/xml ```
48
5- ## Installation with Composer
6-
7- Add the following to your project's ` composer.json ` file:
8- ``` json
9- "require" : {
10- "lib16/xml" : " ^1.2"
11- }
12- ```
13-
14- Run ` composer update `
15-
16- Include Composer's ` autoload.php ` :
17- ``` php
18- require_once 'vendor/autoload.php';
19- ```
209## Basic Usage
21-
2210``` php
2311<?php
2412require_once 'vendor/autoload.php';
You can’t perform that action at this time.
0 commit comments