ayctor/cadeauxprives
Composer 安装命令:
composer require ayctor/cadeauxprives
包简介
关键字:
README 文档
README
This is where your description should go. Try and limit it to a paragraph or two.
Installation
You can install the package via composer:
composer require ayctor/cadeauxprives
Usage
$cp = new \Ayctor\Cadeauxprives\Cadeauxprives( $site_url, $site_id, $api_key ); $infos = $cp->updateUser([ 'email' => 'erwan@ayctor.com', 'code_client' => 'erwan@ayctor.com', 'nom' => 'Guillon', 'prenom' => 'Erwan', 'adresse' => [ 'rue' => '23, rue Sébastien Mercier', 'cp' => '75015', 'ville' => 'Paris', 'code_iso' => 'FR', ], ]);
All fields are required by the API.
$infos contains an object with the token to login and the full URL to login the user.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
If you discover any security related issues, please email erwan@ayctor.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 855
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-27