定制 brianfreytag/ultipro-sdk-php-bundle 二次开发

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

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

brianfreytag/ultipro-sdk-php-bundle

最新稳定版本:v2.0.0-rc1

Composer 安装命令:

composer require brianfreytag/ultipro-sdk-php-bundle

包简介

A Symfony bundle for v2 of the Ultipro SDK for PHP (Unofficial) Library

README 文档

README

Latest Stable Version Total Downloads

Provides integration for Ultipro SDK for PHP (Unofficial) for your Symfony 3.x|4.x project

Installation

Installation Using Symfony Flex

$ composer require brianfreytag/ultipro-sdk-php-bundle

This will handle all of the things.

Installation without Symfony Flex

Step 1: Download the Bundle

$ composer require brianfreytag/ultipro-sdk-php-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer Documentation.

Step 2: Enable the Bundle

To enable the bundle by adding the following line in the app/AppKernel.php file of your project:

// app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            
            new Ultipro\UltiproBundle\UltiproBundle(),
        ];
        
        // ...
    }
    
    // ...
}

Usage

Configuration

ultipro_sdk:
    username: 'WebServicesUser' 
    password: 'web@services*password'
    customer_api_key: 'XY0XX'
    base_uri: 'https://service5.ultipro.com/'

Services

Coming soon

Todo

  • Update the documentation to include further usage details

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-05-22