Skip to content

Commit 4c47873

Browse files
committed
review README
1 parent ddc28ba commit 4c47873

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# WsdlToPhp Dom Handler
1+
# DOM Handler
2+
3+
> DOM Handler provides handful methods to manipulate/browse a DOM Document.
4+
25
[![License](https://poser.pugx.org/wsdltophp/domhandler/license)](https://packagist.org/packages/wsdltophp/domhandler)
36
[![Latest Stable Version](https://poser.pugx.org/wsdltophp/domhandler/version.png)](https://packagist.org/packages/wsdltophp/domhandler)
47
[![Build Status](https://travis-ci.org/WsdlToPhp/DomHandler.svg)](https://travis-ci.org/WsdlToPhp/DomHandler)
@@ -11,3 +14,26 @@ DomHandler uses the [decorator design pattern](https://en.wikipedia.org/wiki/Dec
1114

1215
The source code has been originally created into the [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) project but it felt that it had the possibility to live by itself and to evolve independtly from the PackageGenerator project if necessary.
1316

17+
## Testing
18+
19+
```bash
20+
# composer test
21+
```
22+
23+
## Contributing
24+
25+
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
26+
27+
## Credits
28+
29+
Developers who helped on this project are listed in the [composer.json](composer.json#L8) file as `Contributor` and are:
30+
- [phordijk](https://github.com/phordijk)
31+
32+
## FAQ
33+
34+
Feel free to [create an issue](https://github.com/WsdlToPhp/DomHandler/issues/new).
35+
36+
## License
37+
38+
The MIT License (MIT). Please see [License File](LICENSE) for more information.
39+

0 commit comments

Comments
 (0)