PHPackages                             gotcreations/laravel-namecheap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gotcreations/laravel-namecheap

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gotcreations/laravel-namecheap
==============================

Namecheap SDK for Laravel

v1.0.0(5y ago)41267MITPHPPHP ^7.1.3||^8.0

Since Feb 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ander7agar/laravel-namecheap)[ Packagist](https://packagist.org/packages/gotcreations/laravel-namecheap)[ RSS](/packages/gotcreations-laravel-namecheap/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Namecheap Api for Laravel
=========================

[](#namecheap-api-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/b1218fd3da17355624369365fad8e826632f2f3cad0ad16d99af9437bc50d1a1/68747470733a2f2f706f7365722e707567782e6f72672f676f746372656174696f6e732f6c61726176656c2d6e616d6563686561702f76)](//packagist.org/packages/gotcreations/laravel-namecheap)[![Total Downloads](https://camo.githubusercontent.com/b3c05350b23d46020c738602db5ddc775904d644adaa28819991311afecebd7f/68747470733a2f2f706f7365722e707567782e6f72672f676f746372656174696f6e732f6c61726176656c2d6e616d6563686561702f646f776e6c6f616473)](//packagist.org/packages/gotcreations/laravel-namecheap)[![Latest Unstable Version](https://camo.githubusercontent.com/f87fea886e8b43ef974fcc8cf08ce66f98ca52f2e9e67d76555c6cf60943334b/68747470733a2f2f706f7365722e707567782e6f72672f676f746372656174696f6e732f6c61726176656c2d6e616d6563686561702f762f756e737461626c65)](//packagist.org/packages/gotcreations/laravel-namecheap)[![License](https://camo.githubusercontent.com/ece945633c845c050750b8982499f74ee54f1193ec091ee2e16d53c903e42414/68747470733a2f2f706f7365722e707567782e6f72672f676f746372656174696f6e732f6c61726176656c2d6e616d6563686561702f6c6963656e7365)](//packagist.org/packages/gotcreations/laravel-namecheap)

### Installation

[](#installation)

```
composer require gotcreations/laravel-namecheap
```

### The provider

[](#the-provider)

The service provider class is registered automatically in a Laravel project.

### Configuration

[](#configuration)

Get your config file

```
php artisan vendor:publish --provider="GotCreations\Namecheap\NamecheapServiceProvider" --tag="config"
```

File `config/namecheap.php`

```
