PHPackages                             domainwarden/sdk - 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. domainwarden/sdk

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

domainwarden/sdk
================

PHP SDK for Domainwarden

01PHP

Since Nov 10Pushed 6mo agoCompare

[ Source](https://github.com/lewislarsen/domainwarden-php-sdk)[ Packagist](https://packagist.org/packages/domainwarden/sdk)[ RSS](/packages/domainwarden-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP SDK
=======

[](#php-sdk)

About
-----

[](#about)

Welcome to the PHP SDK of Domainwarden.

This package is designed to easily incorporate aspects of Domainwarden into your project.

Our API docs can be viewed here: .

To install this package please run the following command in your terminal:

```
composer require domainwarden/sdk

```

Use
---

[](#use)

To use the SDK, here are some examples below:

```
# Your .env should contain this!
DOMAINWARDEN_API_TOKEN=123456

```

```
