phpibe / sqlc-php
A PHP code generator inspired by sqlc
2.22.4
2026-09-09 14:50 UTC
Requires
- php: >=8.4
- doctrine/inflector: ^2.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- symfony/yaml: ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- phpunit/phpunit: ^9.0 || ^13.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- 2.22.4
- 2.22.3
- 2.21.5
- 2.21.4
- 2.21.3
- 2.21.2
- 2.21.1
- 2.20.1
- 2.20.0
- 2.19.30
- 2.19.29
- 2.19.28
- 2.19.27
- 2.19.26
- 2.19.25
- 2.19.24
- 2.19.23
- 2.19.22
- 2.19.20
- 2.19.19
- 2.19.18
- 2.19.17
- 2.19.16
- 2.19.14
- 2.19.13
- 2.19.12
- 2.19.9
- 2.19.8
- 2.19.7
- 2.19.6
- 2.19.4
- 2.19.3
- 2.19.0
- 2.17.5
- 2.17.3
- 2.17.1
- 2.17.0
- 2.16.0
- 2.15.4
- 2.15.3
- 2.15.2
- 2.15.1
- 2.14.1
- 2.13.1
- 2.12.4
- 2.12.3
- 2.12.2
- 2.12.1
- 2.12.0
- 2.11.2
- 2.11.1
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.9
- 2.9.8
- 2.9.7
- 2.9.6
- 2.9.5
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.3
- 2.8.1
- 2.8.0
- 2.7.7
- 2.7.6
- 2.7.5
- 2.7.1
- 2.7.0
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.0
This package is not auto-updated.
Last update: 2026-09-09 14:51:22 UTC
README
Type-safe PHP code generated from SQL. Write annotated SQL queries — sqlc-php reads your schema and generates fully-typed Repository classes, DTOs, Models, Enums, Interfaces, and Criteria. No ORM, no reflection, no surprises.
composer require phpibe/sqlc-php
📖 Full documentation: https://phpibe.github.io/sqlc-php/