PHPackages                             waitman/x2engine-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. waitman/x2engine-client

ActiveLibrary[API Development](/categories/api)

waitman/x2engine-client
=======================

x2engine Client

191PHP

Since Jan 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/waitman/x2engine-client)[ Packagist](https://packagist.org/packages/waitman/x2engine-client)[ RSS](/packages/waitman-x2engine-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

x2engineClient / PHP

This program provides a PHP class client to connect to x2engine

LICENSE

Copyright (c) 2016 Waitman Gobble . All rights reserved.

Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by Waitman Gobble. The name of Waitman Gobble may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

INSTALLING IT WITH composer
===========================

[](#installing-it-with-composer)

edit composer.json in your project directory:

```
{
        "minimum-stability": "dev",
        "require": {
                "waitman/x2engine-client": "dev-master"
        }
}

```

```
# composer update

```

Examples

```
