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
- Host: GitHub
- URL: https://github.com/adrien-chinour/cap-address
- Owner: adrien-chinour
- Created: 2019-07-04T16:34:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T17:45:10.000Z (about 7 years ago)
- Last Synced: 2025-04-15T00:37:01.819Z (about 1 year ago)
- Topics: composer, composer-library, php, rest-api
- Language: PHP
- Homepage:
- Size: 576 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
?>
```