dmromanov / cakephp-binaryip
BinaryIp plugin for CakePHP
Package info
github.com/dmromanov/cakephp-binaryip
Type:cakephp-plugin
pkg:composer/dmromanov/cakephp-binaryip
1.0.0
2018-11-18 23:26 UTC
Requires
- cakephp/cakephp: ^3.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^3.0
- phpunit/phpunit: ^5.7.14|^6.0
This package is auto-updated.
Last update: 2026-02-20 13:31:15 UTC
README
Binary IP Data Type for the CakePHP ORM
The plugin will add a data type for storing IPv4 and/or IPv6 addresses in binary form.
Requirements
- CakePHP 3.0+
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require dmromanov/cakephp-binaryip