PHPackages                             xililo/namesilo - 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. xililo/namesilo

ActiveLibrary[API Development](/categories/api)

xililo/namesilo
===============

A PHP Composer package for the NameSilo API.

v1.0.0(3mo ago)00MITPHPPHP ^8.1

Since Apr 25Pushed 3mo agoCompare

[ Source](https://github.com/xililo/namesilo)[ Packagist](https://packagist.org/packages/xililo/namesilo)[ RSS](/packages/xililo-namesilo/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Xililo NameSilo PHP Client
==========================

[](#xililo-namesilo-php-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0309ba89db668c83780c60e2a2567c5f97f42a04eabdd18a1b12db86357fadff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f78696c696c6f2f6e616d6573696c6f2e737667)](https://packagist.org/packages/xililo/namesilo)[![PHP Version](https://camo.githubusercontent.com/e0cc86bb51f1be19d18f9ee2cf4de9db3b795ee7714d22822c9232f5cf2d50be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f78696c696c6f2f6e616d6573696c6f2e737667)](https://packagist.org/packages/xililo/namesilo)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

A clean and comprehensive Composer package for the [NameSilo API](https://www.namesilo.com/api-reference).

This package provides a simple, object-oriented interface to interact with NameSilo's domain registration and management services, including domain operations, DNS management, transfers, and more.

Full documentation is available in [docs/USAGE.md](docs/USAGE.md).

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Services](#services)
    - [Domains](#domains)
    - [Transfers](#transfers)
    - [Contacts](#contacts)
    - [NameServers](#nameservers)
    - [DNS](#dns)
    - [Account](#account)
- [Responses](#responses)
- [Error Handling](#error-handling)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)

Features
--------

[](#features)

- **Domain Operations**: Check availability, register, renew, transfer domains
- **DNS Management**: Add, update, delete DNS records
- **Contact Management**: Manage contact profiles for domain registration
- **Name Server Operations**: Register and manage custom name servers
- **Transfer Operations**: Handle domain transfers in and out
- **Account Management**: Check balances, view orders, add funds
- **JSON-first Response Parsing**: Consistent API responses
- **Flexible Transport Layer**: Easy to mock for testing
- **Exception-based Error Handling**: Clear error reporting
- **Full API Coverage**: Supports all major NameSilo API endpoints

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

[](#requirements)

- PHP 8.1 or higher
- cURL extension
- JSON extension
- A valid NameSilo API key

Installation
------------

[](#installation)

Install via Composer:

```
composer require xililo/namesilo
```

Quick Start
-----------

[](#quick-start)

```
