Skip to content

Commit e5c313c

Browse files
committed
:octocat:
1 parent 6270181 commit e5c313c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![Scrunitizer][scrutinizer-badge]][scrutinizer]
1010
[![Packagist downloads][downloads-badge]][downloads]<br/>
1111
[![CI][gh-action-badge]][gh-action]
12+
[![phpDocs][gh-docs-badge]][gh-docs]
1213

1314
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-prototype-dom?logo=php&color=8892BF
1415
[php]: https://www.php.net/supported-versions.php
@@ -26,9 +27,13 @@
2627
[downloads]: https://packagist.org/packages/chillerlan/php-prototype-dom/stats
2728
[gh-action-badge]: https://github.com/chillerlan/php-prototype-dom/workflows/CI/badge.svg
2829
[gh-action]: https://github.com/chillerlan/php-prototype-dom/actions?query=workflow%3A%22CI%22
30+
[gh-docs-badge]: https://github.com/chillerlan/php-prototype-dom/workflows/Docs/badge.svg
31+
[gh-docs]: https://github.com/chillerlan/php-prototype-dom/actions?query=workflow%3ADocs
2932

3033
# Documentation
3134

35+
An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can be found at https://chillerlan.github.io/php-prototype-dom/ (WIP).
36+
3237
- for the extended `DOMNode` (prototypejs) methods see: [`Element.Methods`](http://api.prototypejs.org/dom/Element/Methods/)
3338
- for the extended `DOMNodeList` methods see [`Enumerable`](http://api.prototypejs.org/language/Enumerable/)
3439
- for the CSS selector capabilities of the several selction methods see the [`Symfony CssSelector Component`](https://symfony.com/doc/current/components/css_selector.html) documentation

0 commit comments

Comments
 (0)