Download the PHP package arokettu/ip-address-doctrine without Composer
On this page you can find all versions of the php package arokettu/ip-address-doctrine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arokettu/ip-address-doctrine
More information about arokettu/ip-address-doctrine
Files in arokettu/ip-address-doctrine
Package ip-address-doctrine
Short Description Doctrine support for arokettu/ip-address
License MIT
Homepage https://sandfox.dev/php/ip-address-doctrine.html
Informations about the package ip-address-doctrine
IP Address for Doctrine
Doctrine support for arokettu/ip-address with support for native types in MariaDB and PostgreSQL.
Installation
Usage
Available types:
- Any version IP Address in text and binary form
- IPv4 Address in text and binary form
- IPv6 Address in text and binary form
- Any version IP Block in text and binary form
- IPv4 Block in text and binary form
- IPv6 Block in text and binary form
- Native PostgreSQL types:
inet
,cidr
- Native MariaDB types:
inet4
,inet6
Example:
Documentation
Read full documentation here: https://sandfox.dev/php/ip-address-doctrine.html
Also on Read the Docs: https://arokettu-ip-address-doctrine.readthedocs.io/
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/ip-address-doctrine/-/issues
Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community
License
The library is available as open source under the terms of the MIT License.
All versions of ip-address-doctrine with dependencies
arokettu/ip-address Version ^2.0
arokettu/is-resource Version ^1.0
doctrine/dbal Version ^4.2
psy/psysh Version *