sunaoka / php-postgresql-errors
PostgreSQL Error Codes
Installs: 12 298
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^5.3 || ^7.0 || ^8.0
Requires (Dev)
- phpunit/phpunit: ^4.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
This package is auto-updated.
Last update: 2023-09-28 01:46:13 UTC
README
Installation
composer require sunaoka/php-postgresql-errors
Usage
<?php use Sunaoka\PostgresError\PostgresError; echo PostgresError::UNIQUE_VIOLATION; // => 23505