An open API service indexing awesome lists of open source software.

https://github.com/adrien-chinour/cap-address

:mailbox: PHP implementation for https://www.capadresse.com
https://github.com/adrien-chinour/cap-address

composer composer-library php rest-api

Last synced: 6 months ago
JSON representation

:mailbox: PHP implementation for https://www.capadresse.com

Awesome Lists containing this project

README

          

# cap-address

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

Usage
--

```php

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

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

?>
```