定制 plutolinks/laravel-loops 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-11