Skip to content

Commit abfd7a0

Browse files
committed
1 parent 227e9a7 commit abfd7a0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/Readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Auto generated API documentation
2+
3+
The API documentation can be auto generated with [phpDocumentor](https://www.phpdoc.org/).
4+
There is an [online version available](https://chillerlan.github.io/php-message-utils/) via the [gh-pages branch](https://github.com/chillerlan/php-message-utils/tree/gh-pages) that is [automatically deployed](https://github.com/chillerlan/php-message-utils/deployments) on each push to main.
5+
6+
Locally created docs will appear in this directory. If you'd like to create local docs, please follow these steps:
7+
8+
- [download phpDocumentor](https://github.com/phpDocumentor/phpDocumentor/releases) v3+ as .phar archive
9+
- run it in the repository root directory:
10+
- on Windows `c:\path\to\php.exe c:\path\to\phpDocumentor.phar --config=phpdoc.xml`
11+
- on Linux just `php /path/to/phpDocumentor.phar --config=phpdoc.xml`
12+
- open [index.html](./index.html) in a browser
13+
- profit!

0 commit comments

Comments
 (0)