PHPackages                             shockmediabv/myshock-php-client - 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. shockmediabv/myshock-php-client

ActiveLibrary[API Development](/categories/api)

shockmediabv/myshock-php-client
===============================

PHP client library for interacting with the My Shock Media API

26.2.2(2mo ago)232Apache-2.0PHPPHP &gt;=8.1

Since Sep 6Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/shockmediabv/myshock-php-client)[ Packagist](https://packagist.org/packages/shockmediabv/myshock-php-client)[ Docs](https://github.com/shockmediabv/myshock-php-client)[ RSS](/packages/shockmediabv-myshock-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (39)Used By (0)

My Shock Media PHP API Client (BETA)
====================================

[](#my-shock-media-php-api-client-beta)

Welcome to the **My Shock Media PHP API Client**! This project provides a PHP client library for interacting with the My Shock Media API. It's generated from the OpenRPC specification and allows you to perform requests on behalf of users to manage domains, retrieve server information, and more.

**Note:** This project is currently in BETA. We do not guarantee compatibility with future versions, and breaking changes may occur.

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

[](#installation)

To install this library, it is recommended to use [Composer](https://getcomposer.org/). You can include the package in your `composer.json` file as follows:

```
{
  "require": {
    "shockmediabv/myshock-php-client": "~26.2.2"
  }
}
```

Then, run the following command to install the package:

```
composer install
```

Alternatively, you can install the package directly using the command:

```
composer require shockmediabv/myshock-php-client
```

Basic usage
-----------

[](#basic-usage)

Here's a simple example to get you started with using the My Shock Media PHP API Client:

```
