Download the PHP package pinga/desec-php without Composer
On this page you can find all versions of the php package pinga/desec-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pinga/desec-php
More information about pinga/desec-php
Files in pinga/desec-php
Download pinga/desec-php
More information about pinga/desec-php
Files in pinga/desec-php
Vendor pinga
Package desec-php
Short Description A PHP library to interact with the DeSec API
License MIT
Package desec-php
Short Description A PHP library to interact with the DeSec API
License MIT
Please rate this library. Is it a good library?
Informations about the package desec-php
desec-php
This is a PHP library for interacting with the deSEC API. deSEC is a free DNS anycast hosting service designed with security in mind. With this library, you can easily manage your domains, DNS records, and more.
Installation
Use Composer to install the deSEC PHP library.
Usage
Available Methods
Here are some of the available methods in this library:
- getDomain($name)
- createDomain($name)
- deleteDomain($name)
- exportZonefile($name)
- createRRset($name, $subname, $type, $ttl, $records)
- getRRsets($name)
- getRRset($name, $subname, $type)
- modifyRRset($name, $subname, $type, $ttl, $records)
- deleteRRset($name, $subname, $type)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License - see the LICENSE file for details.
All versions of desec-php with dependencies
PHP Build Version
Package Version
The package pinga/desec-php contains the following files
Loading the files please wait ....