Show code quality and test code coverage badge on README
This commit is contained in:
parent
b3229c6a7b
commit
2432a853bf
|
|
@ -31,6 +31,7 @@ This release changed PHPWord license from LGPL 2.1 to LGPL 3.
|
||||||
- Docs: Create gh-pages branch for API documentation - @Progi1984 GH-154
|
- Docs: Create gh-pages branch for API documentation - @Progi1984 GH-154
|
||||||
- QA: Add `.scrutinizer.yml` and include `composer.lock` for preparation to Scrutinizer - @ivanlanin GH-186
|
- QA: Add `.scrutinizer.yml` and include `composer.lock` for preparation to Scrutinizer - @ivanlanin GH-186
|
||||||
- Word2007 Writer: Refactor writer parts using composite pattern - @ivanlanin
|
- Word2007 Writer: Refactor writer parts using composite pattern - @ivanlanin
|
||||||
|
- Docs: Show code quality and test code coverage badge on README
|
||||||
|
|
||||||
## 0.10.0 - 4 May 2014
|
## 0.10.0 - 4 May 2014
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,9 @@
|
||||||
# 
|
# 
|
||||||
|
|
||||||
[](https://travis-ci.org/PHPOffice/PHPWord)
|
[](https://travis-ci.org/PHPOffice/PHPWord)
|
||||||
[](https://packagist.org/packages/phpoffice/phpword)
|
[](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/)
|
||||||
|
[](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/)
|
||||||
[](https://packagist.org/packages/phpoffice/phpword)
|
[](https://packagist.org/packages/phpoffice/phpword)
|
||||||
[](https://packagist.org/packages/phpoffice/phpword)
|
|
||||||
[](https://packagist.org/packages/phpoffice/phpword)
|
|
||||||
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue