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
@@ -11,3 +14,26 @@ DomHandler uses the [decorator design pattern](https://en.wikipedia.org/wiki/Dec
11
14
12
15
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.
13
16
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.
0 commit comments