Download the PHP package sunchaser/doctrine-pgsql-ip without Composer
On this page you can find all versions of the php package sunchaser/doctrine-pgsql-ip. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sunchaser/doctrine-pgsql-ip
More information about sunchaser/doctrine-pgsql-ip
Files in sunchaser/doctrine-pgsql-ip
Download sunchaser/doctrine-pgsql-ip
More information about sunchaser/doctrine-pgsql-ip
Files in sunchaser/doctrine-pgsql-ip
Vendor sunchaser
Package doctrine-pgsql-ip
Short Description Doctrine type handlers for PostgreSQL's inet and cidr
License ISC
Package doctrine-pgsql-ip
Short Description Doctrine type handlers for PostgreSQL's inet and cidr
License ISC
Please rate this library. Is it a good library?
Informations about the package doctrine-pgsql-ip
IP Address types for Doctrine
This library adds support for cidr
and inet
types of PostgreSQL in Doctrine using the rlanvin/php-ip library.
Installation
composer require sunchaser/doctrine-pgsql-ip
Usage
-
Register types in Doctrine
- Add type handling for schema operations
inet
accepts and retrieves both \PhpIP\IP
for individual addresses
and \PhpIP\IPBlock
for network masks.
Please check the type when retrieving the data.
cidr
accepts and retrieves only \PhpIP\IPBlock
.
Upgrade
Changes in 3.0:
- Requirements were bumped to PHP 8.1 and Doctrine DBAL 4.0
Changes in 2.0:
leth/ip-address
was replaced withrlanvin/php-ip
- Requirements were bumped to PHP 8.0 and Doctrine DBAL 3.0
All versions of doctrine-pgsql-ip with dependencies
PHP Build Version
Package Version
The package sunchaser/doctrine-pgsql-ip contains the following files
Loading the files please wait ....