PHPWord/docs/setup.rst

15 lines
280 B
ReStructuredText
Raw Normal View History

2014-03-15 10:00:09 +01:00
.. _setup:
Installation
============
It is recommended that you install the PhpWord library through composer. To do so, add the following lines to your composer.json.
2014-03-15 10:00:09 +01:00
.. code-block:: json
{
"require": {
"phpoffice/phpword": "dev-master"
}
}