Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored Sep 23, 2017
1 parent e74f37a commit 3feb782
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# xml
# XML Reader

```php
$reader = \Bavix\XMLReader\XMLReader::sharedInstance();
$data = $reader->asArray('c.xml');
var_dump($reader->asXML($data));
```

0 comments on commit 3feb782

Please sign in to comment.