← all projects

ventura-bug-detective

Bug detective
repo

Ventura - Bug Detective

A minimal PHP error and exception handler designed to capture, group, and store errors using extensible storage providers.

deepimg-1746361786008

Features

Storage Providers

Ventura is designed to work with different storage backends via implementations. StorageProvider

You can create your own provider by implementing the necessary methods (likely initialize, saveError) and configuring Ventura to use your class via the environment variable. VENTURA_STORAGE_PROVIDER_CLASS

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues on the project repository.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.