1. Go to this page and download the library: Download vincentmi/ccm 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/ */
vincentmi / ccm example snippets
CM\Context;
$ctx = new Context();
echo $ctx->set('a',1)->set('b',1)->reg('c','$a + $b')->fetch('c');
cd sample
php common_use.php
php index.php
php depency_error.php //依赖错误检测