anthonykgross / networking
networking
Installs: 208
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/anthonykgross/networking
Requires
- php: >=5.5
Requires (Dev)
- ext-curl: *
- phpunit/phpunit: ^4.0 | ^5.0
This package is not auto-updated.
Last update: 2024-02-23 18:54:41 UTC
README
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.