lum/lum-opensrs

Lum OpenSRS API Library

v2.0.1 2021-12-17 22:45 UTC

This package is auto-updated.

Last update: 2024-04-18 03:44:59 UTC


README

Summary

OpenSRS API client libraries.

This is extremely limited at the moment. It currently only supports looking up domain availability, getting the DNS Zones, and setting the DNS Zones after making modifications. No other API calls are currently implemented.

Classes

Class Description
Lum\OpenSRS\Client The base client class.
Lum\OpenSRS\SRSCurl An extension of Lum\Curl for OpenSRS usage.
Lum\OpenSRS\RequestXML Represents OpenSRS Request XML documents.
Lum\OpenSRS\ResponseXML Represents OpenSRS Response XML documents.
Lum\OpenSRS\ZoneRecords Represents a set of zone records.

There's a few more classes, such as exceptions, and some private classes within ZoneRecords. Look at the source if you want a full list.

The only library that is used directly is the Client.

Official URLs

This library can be found in two places:

Author

Timothy Totten

License

MIT