|
1 | 1 | # 
|
2 | 2 |
|
3 |
| -Master: |
4 | 3 | [](https://packagist.org/packages/phpoffice/phpword)
|
5 | 4 | [](https://travis-ci.org/PHPOffice/PHPWord)
|
6 | 5 | [](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/)
|
|
9 | 8 | [](https://packagist.org/packages/phpoffice/phpword)
|
10 | 9 | [](https://gitter.im/PHPOffice/PHPWord)
|
11 | 10 |
|
12 |
| -Develop: |
13 |
| -[](https://packagist.org/packages/phpoffice/phpword#dev-develop) |
14 |
| -[](https://travis-ci.org/PHPOffice/PHPWord/branches) |
15 |
| -[](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/?branch=develop) |
16 |
| -[](https://coveralls.io/github/PHPOffice/PHPWord?branch=develop) |
17 |
| - |
18 | 11 | PHPWord is a library written in pure PHP that provides a set of classes to write to and read from different document file formats. The current version of PHPWord supports Microsoft [Office Open XML](http://en.wikipedia.org/wiki/Office_Open_XML) (OOXML or OpenXML), OASIS [Open Document Format for Office Applications](http://en.wikipedia.org/wiki/OpenDocument) (OpenDocument or ODF), [Rich Text Format](http://en.wikipedia.org/wiki/Rich_Text_Format) (RTF), HTML, and PDF.
|
19 | 12 |
|
20 |
| -PHPWord is an open source project licensed under the terms of [LGPL version 3](COPYING.LESSER). PHPWord is aimed to be a high quality software product by incorporating [continuous integration](https://travis-ci.org/PHPOffice/PHPWord) and [unit testing](http://phpoffice.github.io/PHPWord/coverage/develop/). You can learn more about PHPWord by reading the [Developers' Documentation](http://phpword.readthedocs.org/). |
| 13 | +PHPWord is an open source project licensed under the terms of [LGPL version 3](COPYING.LESSER). PHPWord is aimed to be a high quality software product by incorporating [continuous integration](https://github.com/PHPOffice/PHPWord/actions) and unit testing. You can learn more about PHPWord by reading the [Developers' Documentation](http://phpword.readthedocs.org/). |
21 | 14 |
|
22 | 15 | If you have any questions, please ask on [StackOverFlow](https://stackoverflow.com/questions/tagged/phpword)
|
23 | 16 |
|
@@ -78,9 +71,9 @@ Run the following to use the latest stable version
|
78 | 71 | ```sh
|
79 | 72 | composer require phpoffice/phpword
|
80 | 73 | ```
|
81 |
| -or if you want the latest develop version |
| 74 | +or if you want the latest unreleased version |
82 | 75 | ```sh
|
83 |
| -composer require phpoffice/phpword:dev-develop |
| 76 | +composer require phpoffice/phpword:dev-master |
84 | 77 | ```
|
85 | 78 |
|
86 | 79 | ## Getting started
|
@@ -165,6 +158,6 @@ You can also read the [Developers' Documentation](http://phpword.readthedocs.org
|
165 | 158 | We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute.
|
166 | 159 |
|
167 | 160 | - Read [our contributing guide](CONTRIBUTING.md).
|
168 |
| -- [Fork us](https://github.com/PHPOffice/PHPWord/fork) and [request a pull](https://github.com/PHPOffice/PHPWord/pulls) to the [develop](https://github.com/PHPOffice/PHPWord/tree/develop) branch. |
| 161 | +- [Fork us](https://github.com/PHPOffice/PHPWord/fork) and [request a pull](https://github.com/PHPOffice/PHPWord/pulls) to the [master](https://github.com/PHPOffice/PHPWord/tree/master) branch. |
169 | 162 | - Submit [bug reports or feature requests](https://github.com/PHPOffice/PHPWord/issues) to GitHub.
|
170 | 163 | - Follow [@PHPWord](https://twitter.com/PHPWord) and [@PHPOffice](https://twitter.com/PHPOffice) on Twitter.
|
0 commit comments