|
1 | | -[](https://travis-ci.org/AfriCC/php-epp2) |
2 | | -[](https://scrutinizer-ci.com/g/AfriCC/php-epp2/?branch=master) |
3 | | -[](https://coveralls.io/github/AfriCC/php-epp2?branch=master) |
| 1 | +[](https://github.com/AfriCC/php-epp2/actions/workflows/build-and-publish.yml) |
| 2 | +[](https://scrutinizer-ci.com/g/AfriCC/php-epp2/?branch=main) |
| 3 | +[](https://coveralls.io/github/AfriCC/php-epp2?branch=main) |
4 | 4 | [](https://packagist.org/packages/africc/php-epp2) |
5 | 5 | [](https://packagist.org/packages/africc/php-epp2) |
6 | 6 | [](https://packagist.org/packages/africc/php-epp2) |
@@ -66,8 +66,8 @@ $ composer require africc/php-epp2 |
66 | 66 | Usage |
67 | 67 | ----- |
68 | 68 |
|
69 | | -See the [examples](https://github.com/AfriCC/php-epp2/blob/master/examples) |
70 | | -folder for a more or less complete usage reference. Additionally have a look at |
| 69 | +See the [examples](https://github.com/AfriCC/php-epp2/blob/main/examples) |
| 70 | +folder for a more or less complete usage reference. Additionally have a look at |
71 | 71 | [whmcs-registrars-coza](https://github.com/AfriCC/whmcs-registrars-coza) |
72 | 72 | which is a [WHMCS](https://www.whmcs.com) Registrar Module for the |
73 | 73 | [co.za zone](https://www.registry.net.za) using this library. |
@@ -173,7 +173,7 @@ foreach ($data['chkData']['cd'] as $cd) { |
173 | 173 | ``` |
174 | 174 | ### Custom ObjectSpec |
175 | 175 |
|
176 | | -If registrar you're working with uses custom namespace names (eg NASK) you can |
| 176 | +If registrar you're working with uses custom namespace names (eg NASK) you can |
177 | 177 | use custom ObjectSpec. Clients always use specified ObjectSpec when decoding |
178 | 178 | responses from EPP server. |
179 | 179 |
|
@@ -283,5 +283,5 @@ License |
283 | 283 | ------- |
284 | 284 |
|
285 | 285 | php-epp2 is released under the GPLv3 License. See the bundled |
286 | | -[LICENSE](https://github.com/AfriCC/php-epp2/blob/master/LICENSE) file for |
| 286 | +[LICENSE](https://github.com/AfriCC/php-epp2/blob/main/LICENSE) file for |
287 | 287 | details. |
0 commit comments