Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 459e09f

Browse files
committed
Updated docs
1 parent 659fcc0 commit 459e09f

File tree

113 files changed

+226
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+226
-226
lines changed

doc/release-2.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Additionally, when using the PHP ReportingCloud Wrapper 1.x in an application no
2222

2323
For these two reasons, the PHP ReportingCloud Wrapper 2.0 no longer depends upon ZF. The required validation functionality is provided by [Assert](https://github.com/webmozart/assert), which has no further dependencies and, in comparison to ZF, is extremely lightweight.
2424

25-
### Added Support for Zend Framework
25+
### Added Support for Laminas (formerly [Zend Framework 3](https://github.com/TextControl/txtextcontrol-reportingcloud-php-laminas-module/blob/master/doc/zend-framework.md))
2626

27-
Since the PHP ReportingCloud Wrapper is popular in the Zend Framework community, we do not want to alienate this group of developers. Therefore, if you are maintaining or planning a ZF3 based application, take a look at the official [ReportingCloud Zend Framework 3 Module](https://github.com/TextControl/txtextcontrol-reportingcloud-php-zf-module). This ZF3 module tightly integrates ReportingCloud into the ZF3 [View](https://github.com/zendframework/zend-view) (as a View Helper) and [Mvc](https://github.com/zendframework/zend-mvc) (as a Controller Plugin) components. Furthermore, the ReportingCloud service can be accessed during dependency injection in the [ServiceManager](https://github.com/zendframework/zend-servicemanager).
27+
Since the PHP ReportingCloud Wrapper is popular in the Laminas community, we do not want to alienate this group of developers. Therefore, if you are maintaining or planning a Laminas based application, take a look at the official [ReportingCloud Laminas Module](https://github.com/TextControl/txtextcontrol-reportingcloud-php-laminas-module). This Laminas module tightly integrates ReportingCloud into the Laminas [View](https://github.com/laminas/laminas-view) (as a View Helper) and [Mvc](https://github.com/laminas/laminas-mvc) (as a Controller Plugin) components. Furthermore, the ReportingCloud service can be accessed during dependency injection in the [ServiceManager](https://github.com/laminas/laminas-servicemanager).
2828

2929
### Increased Minimum PHP Version
3030

src/AbstractReportingCloud.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/AbstractAssert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/Assert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/AssertApiKeyTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/AssertArrayTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/AssertBase64DataTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/AssertBaseUriTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/AssertBooleanTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

src/Assert/AssertCultureTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* PHP SDK for ReportingCloud Web API. Authored and supported by Text Control GmbH.
88
*
99
* @link https://www.reporting.cloud to learn more about ReportingCloud
10-
* @link https://github.com/TextControl/txtextcontrol-reportingcloud-php for the canonical source repository
11-
* @license https://github.com/TextControl/txtextcontrol-reportingcloud-php/blob/master/LICENSE.md
10+
* @link https://git.io/Jejj2 for the canonical source repository
11+
* @license https://git.io/Jejjr
1212
* @copyright © 2020 Text Control GmbH
1313
*/
1414

0 commit comments

Comments
 (0)