IP Address for Doctrine
#######################

|Packagist| |GitLab| |GitHub| |Codeberg| |Gitea|

Doctrine support for `arokettu/ip-address`_ with support for native types in MariaDB and PostgreSQL.

.. _arokettu/ip-address: https://sandfox.dev/php/ip-address.html

Installation
============

.. code-block:: bash

   composer require 'arokettu/ip-address-doctrine'

Documentation
=============

.. toctree::
   :maxdepth: 2

   config
   db_agnostic
   postgresql
   mariadb

License
=======

The library is available as open source under the terms of the `MIT License`_.

.. _MIT License: https://opensource.org/licenses/MIT

.. |Packagist|  image:: https://img.shields.io/packagist/v/arokettu/ip-address-doctrine.svg?style=flat-square
   :target:     https://packagist.org/packages/arokettu/ip-address-doctrine
.. |GitHub|     image:: https://img.shields.io/badge/get%20on-GitHub-informational.svg?style=flat-square&logo=github
   :target:     https://github.com/arokettu/ip-address-doctrine
.. |GitLab|     image:: https://img.shields.io/badge/get%20on-GitLab-informational.svg?style=flat-square&logo=gitlab
   :target:     https://gitlab.com/sandfox/ip-address-doctrine
.. |Codeberg|   image:: https://img.shields.io/badge/get%20on-Codeberg-informational.svg?style=flat-square&logo=codeberg
   :target:     https://codeberg.org/sandfox/ip-address-doctrine
.. |Gitea|      image:: https://img.shields.io/badge/get%20on-Gitea-informational.svg?style=flat-square&logo=gitea
   :target:     https://sandfox.org/sandfox/ip-address-doctrine
