Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 793 Bytes

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