PHPackages                             aimtoget/aimtoget-agent-lib - 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. aimtoget/aimtoget-agent-lib

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

aimtoget/aimtoget-agent-lib
===========================

PHP Library for Aimtoget Agents

0.1.10(1mo ago)4842[2 PRs](https://github.com/aimtoget/aimtoget-agent-lib/pulls)GPL-3.0-or-laterPHP

Since Nov 20Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/aimtoget/aimtoget-agent-lib)[ Packagist](https://packagist.org/packages/aimtoget/aimtoget-agent-lib)[ RSS](/packages/aimtoget-aimtoget-agent-lib/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (14)Used By (0)

aimtoget-agent-lib
==================

[](#aimtoget-agent-lib)

PHP Wrapper for Aimtoget APIs

### Installation

[](#installation)

Using composer

```
composer install aimtoget/aimtoget-agent-lib

```

Add to your PHP code by including the **autoload.php** file

```
require_once "__DIR__/aimtoget-agent-lib/autoload.php";

```

### **Usage**

[](#usage)

- Configuration: You are required to initalize the configuration with your private key and wallet pin (Remember to always keep your private key **Private!!!**)

```
