ephraitech / ci4-error-logger
Reusable DB-backed error logging for CodeIgniter 4 applications, covering application, framework, and database errors.
v1.0.1
2026-09-16 09:37 UTC
Requires
- php: ^8.1
Requires (Dev)
- codeigniter4/framework: ^4.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Reusable, DB-backed error logging for CodeIgniter 4 applications.
Captures application exceptions, framework errors, and database errors
into a single error_logs table.
Status
🚧 In development — not yet published to Packagist.
Installation (once published)
composer require ephraitech/ci4-error-logger
Installation (private, pre-Packagist)
See "Requiring a private package via VCS" in the docs.