Download the PHP package jelix/gandi-v5 without Composer
On this page you can find all versions of the php package jelix/gandi-v5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jelix/gandi-v5
More information about jelix/gandi-v5
Files in jelix/gandi-v5
Download jelix/gandi-v5
More information about jelix/gandi-v5
Files in jelix/gandi-v5
Vendor jelix
Package gandi-v5
Short Description Library and cli script to use the Gandi API V5
License MIT
Package gandi-v5
Short Description Library and cli script to use the Gandi API V5
License MIT
Please rate this library. Is it a good library?
Informations about the package gandi-v5
Library and command line to use the Gandi V5 API.
This library is not developed or maintained by Gandi.
Using CLI commands
Requirements
Minimum version of PHP is 7.2.5.
Api key
To use the Gandi API, you should retrieve an API key from your account, in the security section.
You can store it into several place:
- in a file
.gandi-apikey
in the same directory of thegandi
script - in a file
.gandi-apikey
in your home directory - in any file, if you set the environment variable
GANDI_APIKEY_FILE
with the full path to the file.
Usage
Use the gandi
script to execute command.
Using the library in your code
You should first create a Jelix\GandiApi\Configuration
object, with the API key:
Then give this object to all classes that use the Gandi API v5.
Example:
Supported API
- get Gandi Status (no api key is needed)
- list of organizations
- retrieve an organization by name
- LiveDNS: domains list
- LiveDNS: records list
- LiveDNS: create/update/delete a record into a zone
Feel free to help us to implement other API ;-)
All versions of gandi-v5 with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5 || ^8.0
symfony/console Version ^4.4.0 || ^5.2.8 || ^6.3.8
guzzlehttp/guzzle Version ^7.8.0
symfony/console Version ^4.4.0 || ^5.2.8 || ^6.3.8
guzzlehttp/guzzle Version ^7.8.0
The package jelix/gandi-v5 contains the following files
Loading the files please wait ....