PHP code example of woody-wordpress / woody-core

1. Go to this page and download the library: Download woody-wordpress/woody-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/ */

    

woody-wordpress / woody-core example snippets


rcd($val, $exit = false, $pre = true);

$array = ['color' => 'red'];
rcd($array, true);
bash
wget https://cs.symfony.com/download/php-cs-fixer-v3.phar -O php-cs-fixer
sudo chmod a+x php-cs-fixer
sudo mv php-cs-fixer /usr/local/bin/php-cs-fixer