mikevandiepen/strictly

Enforcing strictly typed PHP OOP

Maintainers

Package info

github.com/mikevandiepen/strictly

pkg:composer/mikevandiepen/strictly

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-Feature/generate_coverage 2020-01-20 09:59 UTC

This package is auto-updated.

Last update: 2026-03-21 02:08:28 UTC


README

This parser library determines whether your PHP is strictly typed.

Todo

  • Setup project structure.
  • Write analysis logic.
  • Setup structure for issue reporting.
  • Improve the analysis result in console.
  • Generate coverage reports as (.xml or .json)
  • Skip (functional) property, parameter and return type analysis when the type is hinted as "Mixed" in the docblock.
  • Implement https://github.com/nette/php-generator/
  • Write in dynamic and in depth tests with php-generator
  • Release on packagist
  • Release for Github Actions