sunaoka/php-postgresql-errors

PostgreSQL Error Codes
35,846 6
Install
composer require sunaoka/php-postgresql-errors
Latest Version:v1.1.8
PHP:>=5.3
License:MIT
Last Updated:Sep 8, 2026
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

Related Packages

vcian/laravel-db-auditor

Database DB Auditor provide leverage to audit your MySql,sqlite, PostgreSQL data...

41,275 287
maikealame/laravel-auto

Laravel helper to make almost everything for your project

4,657 41