PHPackages                             mattwohler/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. [API Development](/categories/api)
4. /
5. mattwohler/namecheap

ActiveLibrary[API Development](/categories/api)

mattwohler/namecheap
====================

A PHP wrapper for the Namecheap API

0865PHP

Since Nov 9Pushed 7y agoCompare

[ Source](https://github.com/MattWohler/Namecheap)[ Packagist](https://packagist.org/packages/mattwohler/namecheap)[ RSS](/packages/mattwohler-namecheap/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Overview
========

[](#overview)

This is library for the Namecheap API. It supports all of the latest namecheap API methods and is installable using composer.

Requirements
------------

[](#requirements)

- PHP 5.3.0 or greater

### Installation

[](#installation)

To install Namecheap, use the following composer require statement:

```
    "require": {
        "mattwohler/namecheap": "dev-master"
    }

```

### Basic Example

[](#basic-example)

```
