Skip to content

Code Refactor

Compare
Choose a tag to compare
@MGatner MGatner released this 09 Sep 17:56
· 62 commits to master since this release
e2d9f71

This is a complete refactor of the module. The premise is still the same, but instead of loading classes into the database they are detected and queried dynamically in place, a sort of distributed-filesystem database. All implementations will need to be updated - please see the new docs.

Additional changes:

  • Adds and implements PHPStan for static code analysis
  • Updates tests and test cases to framework scaffolding
  • Adds GitHub Actions and Dependabot