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
Requires
- php: >=5.5
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^6.2
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); ?>