From 5beb34ea44f18acb55cd4626a62ccbc93ffecde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=B7=D0=B0=D0=BC=D0=B0=D1=828405?= Date: Thu, 21 Nov 2024 14:33:48 +0300 Subject: [PATCH 1/3] Update composer.json azamat8405/phpword --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9633fe01da..f6fa7918d9 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "phpoffice/phpword", + "name": "azamat8405/phpword", "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)", "keywords": [ "PHP", "PHPOffice", "office", "PHPWord", "word", "template", "template processor", "reader", "writer", From 967b0f6b4aa58811b00a64d5e10fa5bd54d6700d Mon Sep 17 00:00:00 2001 From: OlisaevAG Date: Thu, 23 Jan 2025 19:31:17 +0300 Subject: [PATCH 2/3] fix: package name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56cc5552e3..efebe941e7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "azamat8405/phpword", + "name": "phpoffice/phpword", "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)", "keywords": [ "PHP", "PHPOffice", "office", "PHPWord", "word", "template", "template processor", "reader", "writer", From 1449e47025a6e8ba5ccb1f2cdf6953291f0c2095 Mon Sep 17 00:00:00 2001 From: OlisaevAG Date: Wed, 29 Jan 2025 15:48:55 +0300 Subject: [PATCH 3/3] Documentation : Improved docs/install.md --- docs/install.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/install.md b/docs/install.md index a4d61b104d..4e485bf739 100644 --- a/docs/install.md +++ b/docs/install.md @@ -45,6 +45,26 @@ require_once 'path/to/PHPWord/src/PhpWord/Autoloader.php'; The preferred method is the Composer one. +### Configuration + +In order to configure you can create phpword.ini file and load configuration by calling Settings::loadConfig + +``` php +