sunaoka/php-postgresql-errors

PostgreSQL Error Codes
34,528 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

Related Packages

forrest79/phpgsql

PostgreSQL library for PHP with fluent interface for SQL query writing.

9,425 15
maikealame/laravel-auto

Laravel helper to make almost everything for your project

4,657 41
vcian/laravel-db-auditor

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

39,551 286