PHP code example of adrien-chinour / cap-address

1. Go to this page and download the library: Download adrien-chinour/cap-address 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/ */

    

adrien-chinour / cap-address example snippets





g = [
    'CapAddress' => [
        'email' => [
            'host' => 'http://localhost:8080/'
        ],
        'phone' => [
            'host' => 'http://localhost:8080/'
        ]
    ]
]; 

$api = new \CapAddress\Api($config);