hazratmilad / db-secure-schema-state
SSL-capable schema dump state replacement for Laravel supporting MySQL, MariaDB, and PostgreSQL with secure connection options.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/hazratmilad/db-secure-schema-state
Requires
- php: ^8.1|^8.2|^8.3
- laravel/framework: ^11|^12
This package is auto-updated.
Last update: 2025-12-10 12:21:39 UTC
README
SSL-enabled, Postgres-enhanced and MySQL-enhanced schema dumps with MariaDB safety
This package overrides Laravel's MySqlSchemaState and PostgresSchemaState to provide full SSL support when dumping
schemas, while protecting MariaDB users from unsupported flags.
✨ Features
- SSL CA / CERT / KEY support
- Optional SSL verification toggles
- Automatically disabled for MariaDB
- Drop-in replacement for Laravel's SchemaState
- No framework modifications required
📦 Installation
composer require hazratmilad/db-secure-schema-state