, (*1)
Installing anthonykgross/networking
The recommended way to install anthonykgross/networking is through
Composer., (*2)
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest stable version of networking:, (*3)
php composer.phar require anthonykgross/networking "dev-master"
After installing, you need to require Composer's autoloader:, (*4)
require 'vendor/autoload.php';
You can then later update networking using composer:, (*5)
bash
composer.phar update, (*6)
Creator
Anthony K GROSS
- http://anthonykgross.fr
- https://twitter.com/anthonykgross
- https://github.com/anthonykgross, (*7)
Copyright and license
Code and documentation copyright 2017. Code released under the MIT license., (*8)