Tags: Divergence/framework
Tags
Complexity Refactor (#29) * Refactor SQL create table generator to lower complexity * Getters converted to Classes Getter classes are registered with the Factory and become methods you can run on the Factory. The existing Getters trait for ActiveRecord models scans Factory for Getters and attached them to itself as well providing $className::$methodName() as static calls while using a Factory backend. * Broke up Records controller and Media controller into individual classes for each Endpoint * Lower complexity and update the readme. * Type hints and null hints support instead of notnull attribute * PHPDoc pass
PostgreSQL and Upgrade PHPUnit to 13 (#27) * PostgreSQL * phpunit 10 * phpunit 11 * phpunit 13 * Scrutinizer * php 8.5 * make sure xdebug is found * php 8.4.11 * make db.dev.php that CI writes match the real test one more * adjust tests * .gitignore .phpunit.cache
PreviousNext