https://github.com/kdevelopement/ip-tools
https://github.com/kdevelopement/ip-tools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdevelopement/ip-tools
- Owner: KDevelopement
- License: mit
- Created: 2022-09-29T13:17:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T13:23:19.000Z (over 3 years ago)
- Last Synced: 2024-12-29T11:51:42.675Z (over 1 year ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# PHP IP Tools
[](https://travis-ci.org/k7brasil/php-ip-tools)
[](https://packagist.org/packages/kseven/ip-tools)
[](https://packagist.org/packages/kseven/ip-tools)
[](https://packagist.org/packages/kseven/ip-tools)
[](https://github.com/k7brasil/ip-tools/LICENSE.md)
Universal IP Tools for manipulation on IPv4 and IPv6.
## Require this package with Composer
Install this package through [Composer](https://getcomposer.org/).
Edit your project's `composer.json` file to require
`kseven/ip-tools`.
Create *composer.json* file:
```js
{
"name": "yourproject/yourproject",
"type": "project",
"require": {
"kseven/ip-tools": "~1.1.0"
}
}
```
And run composer update
**Or** run a command in your command line:
```
composer require kseven/ip-tools
```
## Usage
```php