Skip to content

Commit cd61950

Browse files
committed
Merge remote-tracking branch 'origin/master'
Conflicts: README.md
2 parents 7438d30 + 3bbf034 commit cd61950

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
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
2412
require_once 'vendor/autoload.php';

0 commit comments

Comments
 (0)