1.0.6 • Published 8 years ago

phpboiler v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

PHP Boiler

npm i phpboiler --save
include_once('./node_modules/phpboiler/boiler.php');

Boiler::refresh([
    '../public_html/index.html' => [
        'src' => './views/greet.html',
        'model' => [
            'name' => 'Susanthany!'
        ]
    ],
    '../public_html/bye.html' => [
        'src' => './views/bye.html'
    ]
]);
event.log file
render completed in 0.002000 seconds