affordablemobiles / eloquent-sqlcommenter
sqlcommenter support for Laravel's Eloquent ORM
Installs: 1 173
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^8.3
- illuminate/database: ~12
- illuminate/support: ~12
- nyholm/psr7: ^1.8
- open-telemetry/sdk: ~1
- symfony/http-client: ^7.2
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-26 11:31:32 UTC
README
Provides support for Google's sqlcommenter
specification:
https://google.github.io/sqlcommenter/
Installation
Pull in the package via composer
:
"require": { "affordablemobiles/eloquent-sqlcommenter": "~11" }