dmromanov / cakephp-binaryip
BinaryIp plugin for CakePHP
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
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: 2025-02-20 11:07:03 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