PHP code example of dvelum / dvelum-core
1. Go to this page and download the library: Download dvelum/dvelum-core library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dvelum / dvelum-core example snippets
// remove development extensions
composer install --no dev
// generate class map for better performance
php ./console.php /generateClassMap