This repository was archived by the owner on Apr 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Install.RU
Ivan Dudarev edited this page Oct 7, 2017
·
4 revisions
language: EN RU
- PHP 5.3 or later
- PHP Extention PDO
- PHP Extention PDO SQLite
- Add package to requires:
php composer.phar require ddrv/iptool{ "require": { "ddrv/iptool":"*" } } - Run in console
php composer.phar install - Include autoload file
include('vendor/autoload.php');
- Download Archive
- Unzip archive to /path/to/libraries/
- Include files
/* If need converter */ require_once('/path/to/libraries/iptool/src/Converter.php'); /* If need finder */ require_once('/path/to/libraries/iptool/src/Iptool.php');