sunaoka/php-postgresql-errors

PostgreSQL Error Codes

v1.1.8 2024-09-25 02:32 UTC

This package is auto-updated.

Last update: 2025-02-16 00:42:28 UTC


README

License PHP Test codecov

Installation

composer require sunaoka/php-postgresql-errors

Usage

<?php

use Sunaoka\PostgresError\PostgresError;

echo PostgresError::UNIQUE_VIOLATION;
// => 23505