A simple and smart (or stupid) application as associative array
WIPOC project (Work In Progress and Proof Of Concept)
The goal is to build a really flexible framework that let you build very rapidly a skeleton for apps in functional programming contrary to KrISS MVVM which is object-oriented programming.
cd /var/www/html #it's up to you
git clone https://github.com/kriss/mvvm
composer is only required for running tests.
composer install
./vendor/bin/phpunit
if xdebug is installed you can also run code coverage
env XDEBUG_MODE=coverage ./vendor/bin/phpunit
firefox tests/html/index.html
helpers can be used independently outside KrISS aaaa. Take a look at tests code to see how to use helpers.
A lot... well more than that... and even more...
Copyleft (ɔ) - Tontof - http://tontof.net
Use KrISS aaaa at your own risk.
Free software means users have the four essential freedoms:
- to run the program
- to study and change the program in source code form
- to redistribute exact copies, and
- to distribute modified versions.