ip icon indicating copy to clipboard operation
ip copied to clipboard

Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.

Results 4 ip issues
Sort by recently updated
recently updated
newest added

Hello, I'm facing a problem with querybuilder (Symfony 5.4): I've created a basic entity: ``` /** * @ORM\Entity(repositoryClass=JustipRepository::class) */ class Justip { /** * @ORM\Id * @ORM\GeneratedValue * @ORM\Column(type="integer") */...

Hi guys! Is this package abandoned? Because I have a problem with it when Doctrine ORM is upgraded to 3.0 and DBAL to 4.0. Starting from this: ``` Fatal error:...

I cannot manage to create a working query filtering based on the ip. I figure the problem is in packing and unpacking the binary before saving in the database. Or...

Doctrine DBAL v4 requires PHP 8 and contains some changes that break compatibility with IP column type definition. DBAL 2-3 and ORM v3 works fine. To fix any problems on...