bildvitta/iss-crm 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

bildvitta/iss-crm

最新稳定版本:v0.0.36

Composer 安装命令:

composer require bildvitta/iss-crm

包简介

This is my package IssCrm

README 文档

README

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us

  • Customers (paginate, find).

Installation

You can install the package via composer:

composer require bildvitta/iss-crm

You can publish the config file with:

php artisan vendor:publish --provider="Bildvitta\IssCrm\IssCrmServiceProvider" --tag="iss-crm-config"

This is the contents of the published config file:

return [

    'base_uri' => env('MS_CRM_BASE_URI', 'https://api.almobi.com.br'),

    'prefix' => env('MS_CRM_API_PREFIX', '/api')
];

Config

In your .env file, associate the following variables.

# API base URL.
MS_CRM_BASE_URI="http://127.0.0.1:8001"

# API prefix if it exists.
MS_CRM_API_PREFIX="/api"

Usage

$issCrm = new \Bildvitta\IssCrm('jwt-hub');

$issCrm->customers()->search();
print_r($issCrm->customer()->find('uuid'));

This is result:

{
    "result": {
        "uuid": "effe4b02-f2eb-4ee0-9dbc-0d94ed30e532",
        "name": "Dr. Elias Artur Ferminiano",
        "phone": "(51) 90172-3741",
        "phone2": null,
        "email": "daniella52@example.org",
        "document": "683.387.679-72",
        "birthday": "1983-01-23",
        "...": "..."
    }
}

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 12.15k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 15
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-07-21