- Tweak some function signatures for working with phpstan
- Initial 8.2 support, silences deprecation warning
- Add phpstan, clean things up to pass at level 5
- Make ORM be JsonSerializable
- Make ResultSet be JsonSerializable
- Use PDOStatement::fetchAll() instead of doing our own loop around PDOStatement::fetch()
- Cleaned up documentation
The tests pass (on PHP 7.3 and 7.4, but that just means there is inadequate testing). The documentation is a very rough merge of the original documentation and may not even build, it will need some reorganization.
- Initial fork from Idiorm 1.5.7 and Paris 1.5.6, see their respective documentation for changes before the fork