PHP code example of ee-objects / core

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

    

ee-objects / core example snippets


$config = new Config();
$config = $config->load('ee_objects');
$config = $config->load('custom_addon');

Str::studly('my-string-value);