https://github.com/struzik-vladislav/epp-ext-rgp
Domain Registry Grace Period(RGP) extension for the EPP.
https://github.com/struzik-vladislav/epp-ext-rgp
domains epp extension registry rgp
Last synced: 5 months ago
JSON representation
Domain Registry Grace Period(RGP) extension for the EPP.
- Host: GitHub
- URL: https://github.com/struzik-vladislav/epp-ext-rgp
- Owner: struzik-vladislav
- License: mit
- Created: 2017-09-16T00:14:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T17:08:41.000Z (over 1 year ago)
- Last Synced: 2025-08-20T15:04:54.881Z (10 months ago)
- Topics: domains, epp, extension, registry, rgp
- Language: PHP
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RGP Extension for EPP Client

[](https://packagist.org/packages/struzik-vladislav/epp-ext-rgp)
[](https://packagist.org/packages/struzik-vladislav/epp-ext-rgp/stats)
[](LICENSE)
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
Domain Registry Grace Period(RGP) extension for the EPP (Extensible Provisioning Protocol).
Implemented according to [RFC 3915](https://tools.ietf.org/html/rfc3915) Domain Registry Grace Period Mapping for the Extensible Provisioning Protocol (EPP).
Extension for [struzik-vladislav/epp-client](https://github.com/struzik-vladislav/epp-client) library.
## Usage
```php
pushExtension(new RGPExtension('urn:ietf:params:xml:ns:rgp-1.0', $logger));
// ...
$request = new RGPRequestRestoreRequest($client);
$request->setDomain('example.net');
$response = $client->send($request);
```