- Composer
- PHP7Dev vagrant box
- PHP7
- ES6
- Bootstrap
- lightweight codebase
- psr-4 autoloading
- loosley coupled classes
- CRUD Factory Methods
- Proper PDO connection so there is only one connection open at a time
- Doesn't rely on packages to be updated or throw a bug
- Doesn't use excellent packages that makes reinventing the wheel obsolete.
- add helper functions like an input generator for example
- add user/login/register/logout scripts