anthonykgross/networking

This package is abandoned and no longer maintained. No replacement package was suggested.

networking

dev-master 2017-07-25 02:16 UTC

This package is not auto-updated.

Last update: 2024-02-23 18:54:41 UTC


README

Build Status

Installing anthonykgross/networking

The recommended way to install anthonykgross/networking is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of networking:

php composer.phar require anthonykgross/networking "dev-master"

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

You can then later update networking using composer:

composer.phar update

Creator

Anthony K GROSS

Copyright and license

Code and documentation copyright 2017. Code released under the MIT license.