You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,19 @@ An extension of PHP's XMLReader to include a simplified interface.
3
3
4
4
## Quick Start
5
5
6
+
XMLReaderReg can be installed using
7
+
8
+
```
9
+
composer require nigelrel3/xml-reader-reg
10
+
```
11
+
6
12
Rather than having to use boiler plate code to fetch particular elements, XMLReaderReg allows you to register an interest in certain elements along with a callback. This effectively changes it from a pull parser to a push parser.
0 commit comments