dev-master
9999999-dev https://github.com/olegkoval/php-user_infoGet information about user which visited page of your website
GPL-3.0
The Requires
- php >=5.0.0
by Oleg Koval
ip os referer visitor info user info reverse dns
Wallogit.com
2017 © Pedro Peláez
Get information about user which visited page of your website
PHP class to get information about the website visitor (IP, reverse DNS, referer, OS, etc...), (*1)
Use Composer to install the library:br/, (*2)
composer require olegkoval/php-user-info
1) Include file with UserInfo class in your project:br/, (*3)
require_once('<path_to_folder_which_contain_this_file>/UserInfo.php')
2) Create UserInfo object:br/, (*4)
$UserInfo = new UserInfo();
3) Call methods to get info about the website visitor:, (*5)
1) Browscapbr/ http://www.php.net/manual/en/misc.configuration.php#ini.browscap, (*6)
2) cURLbr/ http://php.net/manual/en/book.curl.php, (*7)
Oleg Kovalbr/ @olegkoval, (*8)
Get information about user which visited page of your website
GPL-3.0
ip os referer visitor info user info reverse dns