PHP code example of ronappleton / php-dot

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

    

ronappleton / php-dot example snippets

composer 
$value = $dot->get($array, 'key.to.your.value', $defaultValue);
$success = $dot->set($array, 'key.to.append.value', $value);