PHPackages                             velkuns/artifactsmmo-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. velkuns/artifactsmmo-client

ActiveLibrary

velkuns/artifactsmmo-client
===========================

PHP Client for Artifacts MMO Game Code

3.3.0(1y ago)229MITPHPPHP 8.1.\*||8.2.\*||8.3.\*

Since Aug 9Pushed 1y ago2 watchersCompare

[ Source](https://github.com/velkuns/artifactsmmo-client)[ Packagist](https://packagist.org/packages/velkuns/artifactsmmo-client)[ RSS](/packages/velkuns-artifactsmmo-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (18)Versions (9)Used By (0)

artifactsmmo-client
===================

[](#artifactsmmo-client)

[![Current version](https://camo.githubusercontent.com/b1865e54236e92deba5adfbf189f5c73ef3e457d754b13b8a77a7c0f68fa7cd1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76656c6b756e732f6172746966616374736d6d6f2d636c69656e742e7376673f6c6f676f3d636f6d706f736572)](https://packagist.org/packages/velkuns/artifactsmmo-client)[![Supported PHP version](https://camo.githubusercontent.com/0a469d6a847211ed9e076e73802fe9edc6dcce31cf6ce43cfde541b5cd296e1d/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6f676f3d706870266c6162656c3d504850266d6573736167653d382e312532302d253230382e3326636f6c6f723d373737626234)](https://packagist.org/packages/velkuns/artifactsmmo-client)[![CI](https://github.com/velkuns/artifactsmmo-client/workflows/CI/badge.svg)](https://github.com/velkuns/artifactsmmo-client/workflows/CI/badge.svg)[![Quality Gate Status](https://camo.githubusercontent.com/5eeca4a49d6e638a8ce8411fd62187949f20f5f1a973de1cf2ae89a296cd14ad/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d76656c6b756e735f6172746966616374736d6d6f2d636c69656e74266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/dashboard?id=velkuns_artifactsmmo-client)[![Coverage](https://camo.githubusercontent.com/06ae8e51ba91919046b024b407be5d544bdbde251a7b6123b6634e3209937697/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d76656c6b756e735f6172746966616374736d6d6f2d636c69656e74266d65747269633d636f766572616765)](https://sonarcloud.io/dashboard?id=velkuns_artifactsmmo-client)

Why?
----

[](#why)

This SDK / Client is a wrapper to call Artifacts MMO API. Each clients methods call and endpoint and return a Value Object as defined in OpenAPI Spec from Artifacts MMO API.

Artifacts MMO API Doc:

When POST endpoint need a BODY, an Body\* Value Object (VO) is required to call the endpoint. If any query param is available, you can also pass it to the endpoint (PHP doc is set for params with name in this case)

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

[](#installation)

If you wish to install it in your project, require it via composer:

```
composer require velkuns/artifactsmmo-client
```

Usage
-----

[](#usage)

Usage:

```
