sunaoka/php-postgresql-errors

PostgreSQL Error Codes

Maintainers

Package info

github.com/sunaoka/php-postgresql-errors

pkg:composer/sunaoka/php-postgresql-errors

Statistics

Installs: 30 432

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-16 02:36:58 UTC


README

License PHP Test codecov

Installation

composer require sunaoka/php-postgresql-errors

Usage

<?php

use Sunaoka\PostgresError\PostgresError;

echo PostgresError::UNIQUE_VIOLATION;
// => 23505