PHPackages                             debugchannel/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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. debugchannel/php-client

ActiveProject[Debugging &amp; Profiling](/categories/debugging)

debugchannel/php-client
=======================

0.2(12y ago)1181AFFEROPHPPHP &gt;=5.5

Since Oct 15Pushed 12y ago3 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

debugchannel-php-client
=======================

[](#debugchannel-php-client)

php client for DebugChannel.

Install via Composer
--------------------

[](#install-via-composer)

php-client is available on composer via [Packagist](https://packagist.org/). It can be installed as a project dependency using the following command in the project root directory

```
composer require squareproton/debugchannel-php-client

```

Composer will then automagically add debugchannel\\DebugChannel to your autoloader. It is that simple.

Install via Github
------------------

[](#install-via-github)

php-client is hosted on GitHub and can be used just like any other local library.

Download the repository by checking out the code:

```
git clone https://github.com/SquareProtonOrg/debugchannel-php-client

```

or by downloading a zip:

```
wget https://github.com/debugchannel/debugchannel-php-client/archive/master.zip

```

This will create a directory called `debugchannel-php-client`. You only need to include 1 file - located at `debugchannel-php-client/dist/DebugChannel.php` - and you are done.

For example:

```
