Skip to content

A simple application based on PHP-JS-CSS web toolkit

License

Notifications You must be signed in to change notification settings

MissKittin/php-js-css-web-toolkit-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-JS-CSS web toolkit app

A simple application based on PHP-JS-CSS web toolkit
Minimum PHP version: 7.1
Recommended PHP version: 7.4 or newer
Supported relational databases: PostgreSQL, MySQL, SQLite3
Supported cache databases: Redis, Memcached, APCu

Principles

  • respect the KISS rule
  • respect the DRY rule
  • use MVC design pattern
  • PHP and CSS have a snake_case, Js - camelCase

Getting started

Read HOWTO