Skip to content

4.0.0

Compare
Choose a tag to compare
@TheTechsTech TheTechsTech released this 31 Mar 02:58
· 173 commits to master since this release

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.