Pramnos Framework v1.1¶
A significant expansion of the framework, centred on PostgreSQL support, a pluggable cache layer, and security hardening.
Highlights¶
- Full PostgreSQL compatibility — schema-qualified table names and correct NULL comparisons, plus JSON and PostGIS geometry field support.
- Pluggable cache adapters — File, Memcache, Memcached, and Redis backends.
- CSRF protection rewritten with session fingerprinting, so tokens stay stable across page loads.
- Content-Security-Policy headers with automatic nonce injection for inline scripts and styles.
- Centralized validation via
Pramnos\Validation\Validator. - Route-level permissions management with wildcard support.
- Interactive
initcommand for project scaffolding, including Docker Compose generation. - A comprehensive PHPUnit test suite shipped with the framework.