adrien-chinour/cap-address

CapAdress

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/adrien-chinour/cap-address

v1.0.1 2019-07-04 17:43 UTC

This package is auto-updated.

Last update: 2025-10-05 07:32:21 UTC


README

copy project from https://github.com/pawella/cap-address (removed)

Usage

<?php

require_once(__DIR__ . '/../vendor/autoload.php');

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

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

?>