library get-ip
Get user's IP address
jstewmc/get-ip
Get user's IP address
- Thursday, November 24, 2016
- by Jstewmc
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 20 % Grown
get-ip
Get a user's IP address., (*1)
namespace Jstewmc\GetIp;
// instantiate the service
$service = new GetIp();
$service('foo'); // returns null
$service('1.2.3.4'); // returns '1.2.3.4'
This library is very simple. If the request's IP address is valid, this library will return it. If not, this library will return null., (*2)
Author
Jack Clayton, (*3)
License
MIT, (*4)
Version
0.1.0, November 24, 2016
dev-master
9999999-dev
Get user's IP address
Sources
Download
MIT
The Requires
The Development Requires
by
Jack Clayton
php
address
ip
jstewmc
v0.1.0
0.1.0.0
Get user's IP address
Sources
Download
MIT
The Requires
The Development Requires
by
Jack Clayton
php
address
ip
jstewmc