Download the PHP package betapeak/laravel-godaddy without Composer
On this page you can find all versions of the php package betapeak/laravel-godaddy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download betapeak/laravel-godaddy
More information about betapeak/laravel-godaddy
Files in betapeak/laravel-godaddy
Package laravel-godaddy
Short Description An easy way to search for and purchase domains from GoDaddy.com
License MIT
Homepage https://github.com/betapeak/laravel-godaddy
Informations about the package laravel-godaddy
Laravel GoDaddy
Easy and simple GoDaddy API service for your Laravel project
Installation
This package requires that you are using Laravel 5.3 or above.
You can install it with composer like so:
If you are using Laravel 5.3 or 5.4, you will need to add the service provider and facade to your /config/app.php:
Finally, you need to publish the config file:
and you must enter your key and secret which can be generated from GoDaddy's website. The config file is located at /config/laravel-godaddy.php.
NOTE: If you are planning to use the package to purchase domains in production, make sure you change your company details inside the config file as well. You need to generate production API keys from the reseller website.
Example usage
Checking if a domain is available for purchase
Purchasing a domain
Purchasing a domain for two years
Purchasing a domain with automatic renewal (defaults to false)
Purchasing a domain as a reseller
Full docs
A list of all available methods and models can be found here.
All versions of laravel-godaddy with dependencies
illuminate/support Version ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0|~7.0.0
gellu/godaddy-api-client Version ^1.1