sunaoka/php-postgresql-errors

PostgreSQL Error Codes
31,071 6
Install
composer require sunaoka/php-postgresql-errors
Latest Version:v1.1.8
PHP:^5.3 || ^7.0 || ^8.0
License:MIT
Last Updated:Dec 29, 2025
Links: GitHub  ·  Packagist
Maintainer: sunaoka

PostgreSQL Error Codes for PHP

License PHP Test codecov


Installation

composer require sunaoka/php-postgresql-errors

Usage

<?php

use Sunaoka\PostgresError\PostgresError;

echo PostgresError::UNIQUE_VIOLATION;
// => 23505