`master` is now the only permanent branch. Features and fixes should be merged into `master` when stable. Pull requests should be forked from `master`. `develop` branch disappear entirely in favor of temporary features/fixes branches.
15 lines
449 B
Markdown
15 lines
449 B
Markdown
---
|
|
name: How to Use PHPWord
|
|
about: Find out how to use PHPWord
|
|
labels: WontFix
|
|
|
|
---
|
|
|
|
***Please do not use the issue tracker to ask how to use PHPWord.***
|
|
|
|
Documentation is available on [Read the Docs](https://phpword.readthedocs.io/en/latest/).
|
|
|
|
Sample code is in the [`/samples/` directory](https://github.com/PHPOffice/PHPWord/tree/master/samples).
|
|
|
|
Usage questions belong on [Stack Overflow](https://stackoverflow.com/questions/tagged/phpword).
|