Libraries tagged by ddl
glushkovds/php-clickhouse-schema-builder
685619 Downloads
PHP library for generating DDL statements for ClickHouse
butschster/dbml-parser
18704 Downloads
DBML (database markup language) parser written on PHP8.
aura/sqlschema
241129 Downloads
Provides facilities to read table names and table columns from a database using PDO.
howyi/conv
396215 Downloads
Generate MySQL migration queries from actual DB and DDL
easyswoole/ddl
86967 Downloads
An efficient swoole framework
shibuyakosuke/laravel-ddl-export
10643 Downloads
Export Table definition to spreadsheet by artisan command.
tommyknocker/pdo-database-class
6019 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
milesasylum/schnoop-schema
177421 Downloads
Schnoop Schema is a collection of PHP classes for describing a MySQL database schema.
milesasylum/schnoop
177164 Downloads
Schnoop provides a convenient PHP interface for inspecting a database schema.
atlas/info
60585 Downloads
Uses an Atlas.Pdo connection to discover schema information.
phlib/schema-change
46250 Downloads
Library for performing MySQL DDL operations, using either simple SQL or Percona Tools Online Schema Change
butschster/prometheus-parser
735 Downloads
Prometheus parser written on PHP 8
maniaba/ci4-migration-safety-rector
2963 Downloads
Rector rule for CodeIgniter 4 migrations: replaces silent $this->db->query() with queryOrFail() to surface DDL failures on production deployments.
alysontrizotto/laravel-ddl-crud
989 Downloads
Gerador de CRUD a partir de DDL (SQL) para Laravel 12.
rotexsoft/sqlschema
1299 Downloads
Provides facilities to read table names and table columns from a database using PDO. This package is a fork of https://packagist.org/packages/aura/sqlschema ( https://github.com/auraphp/Aura.SqlSchema ). It adds PHP 8.1+ suport and is also designed to work with Mariadb 10.4+ and above.