plutolinks/laravel-loops
最新稳定版本:v0.1.0
Composer 安装命令:
composer require plutolinks/laravel-loops
包简介
README 文档
README
Introduction
The Laravel Loops SDK provides an expressive interface for interacting with Loops's API.
Requirements
Requires PHP 8.1+
Installation
You may install Loops into your project using the Composer package manager:
composer require plutolinks/laravel-loops
If you wish, you can also publish Loops's configuration file using the vendor:publish Artisan command:
php artisan vendor:publish --tag="loops-config"
Next, you should configure your Loops API key in your application's .env file:
LOOPS_API_KEY=your-loops-api-key
Usage
You can use the Loops facade like so:
use PlutoLinks\Loops\Laravel\Facades\Loops; $response = Loops::contacts()->create([ 'email' => 'john@example.com', 'firstName' => 'John', ]);
For usage examples, take a look at the plutolinks/loops-php repository.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 9.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-11