Laravel 12
PHP 8.3+
Low commit activity in last 18 months
No release in over a year
sqlcommenter support for Laravel's Eloquent ORM
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

open-telemetry/sdk
~1
symfony/http-client
^7.2
nyholm/psr7
^1.8
 Project Readme

sqlcommenter for Laravel's Eloquent

Provides support for Google's sqlcommenter specification:

https://google.github.io/sqlcommenter/

Latest Stable Version Monthly Downloads Total Downloads Latest Unstable Version License

Installation

Pull in the package via composer:

"require": {
    "affordablemobiles/eloquent-sqlcommenter": "~11"
}