Download the PHP package edsi-tech/gandi-bundle without Composer
On this page you can find all versions of the php package edsi-tech/gandi-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download edsi-tech/gandi-bundle
More information about edsi-tech/gandi-bundle
Files in edsi-tech/gandi-bundle
Download edsi-tech/gandi-bundle
More information about edsi-tech/gandi-bundle
Files in edsi-tech/gandi-bundle
Vendor edsi-tech
Package gandi-bundle
Short Description Gandi Bundle by EDSI-Tech for the Gandi V3 API
License
Package gandi-bundle
Short Description Gandi Bundle by EDSI-Tech for the Gandi V3 API
License
Please rate this library. Is it a good library?
Informations about the package gandi-bundle
EDSI-Tech Gandi Bundle
Gandi API v3
Installation
- Install the bundle with composer
composer require edsi-tech/gandi-bundle
- Register the Bundle
Add in your AppKernel.php new EdsiTech\GandiBundle\EdsiTechGandiBundle(),
- Add the mandatory configurations options
In your app/config/config.yml :
Note that the test server is https://rpc.ote.gandi.net/xmlrpc/
and the production server is https://rpc.gandi.net/xmlrpc/
Usage examples
Get all domains names and expiration date
Get a domain name
Get available extensions
Check domain availibility
Register a domain name
Transfer a domain name
Enable auto-renew
Disable lock on domain
Create a Symfony2 form for the contact
Disclamer
- The API requires some extras informations for specific tld that are not implemented in this bundle.
- The DNSSEC support is in development and not fully implemented.
- You may need to add a cache layer (like redis for instance) to the domain and extension lists as it take 10-15 seconds to get the results.
Testing
Run bin/phpunit Tests/
All versions of gandi-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4 || ^7.0
symfony/symfony Version ^2.8 || ^3.4 || ^4.0
zendframework/zend-xmlrpc Version ^2.6
ocramius/proxy-manager Version ^2.0
zendframework/zendxml Version ^1.0
symfony/symfony Version ^2.8 || ^3.4 || ^4.0
zendframework/zend-xmlrpc Version ^2.6
ocramius/proxy-manager Version ^2.0
zendframework/zendxml Version ^1.0
The package edsi-tech/gandi-bundle contains the following files
Loading the files please wait ....