4.0.0
This version 4 has many modern programming practices in which will break users of Version 3.
- This version require PHP 7.0
- Added
Database
class, responsible for class instances, it an combination of Factory Pattern and with an Dependency_injection container. - Added additional interfaces.
- All methods properties public access has been removed. use
get{property}
,set{property}
methods instead. - Class and File names changed.
- Following PSR-2, PSR-4, PSR-11 conventions, and PSR-1 as a work in progress.
- Updated documentation in reference to #142
See read-me for proper installation and usage.