concedra/pimple-sugar

为 Pimple DI 提供SugarCRM 7 REST客户端集成

v0.1 2018-08-16 10:44 UTC

This package is not auto-updated.

Last update: 2024-09-29 09:53:09 UTC


README

SugarCRM 7 REST客户端提供与Pimple DI 容器的集成。

参数

  • sugar.url: Sugar 实例的主机 URL。
  • sugar.username: 实例的用户名。
  • sugar.password: 实例的密码。

服务

使用示例

在应用程序中注册

$container->register(new \Concedra\Pimple\SugarServiceProvider());

另请参阅