acrolinx/sdk 问题修复 & 功能扩展

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

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

acrolinx/sdk

最新稳定版本:v1.0.5

Composer 安装命令:

composer require acrolinx/sdk

包简介

PHP SDK for working with Acrolinx (without Sidebar)

README 文档

README

Latest Stable Version Total Downloads License composer.lock available

This library is meant to be used to interact with the Acrolinx Platform API in automated integrations.

Get Started with Your Integration

Prerequisites

Please contact Acrolinx SDK support for consulting and getting your integration certified. The tests in this SDK work with a test license on an internal Acrolinx URL. This license is only meant for demonstration and developing purposes. Once you finished your integration, you'll have to get a license for your integration from Acrolinx.

Acrolinx offers different other SDKs, and examples for developing integrations.

Before you start developing your own integration, you might benefit from looking into:

Start Developing

composer require acrolinx/sdk

Use the AcrolinxEndpoint methods to interact with the Acrolinx Platform API.

Our tests cover a lot of use cases already. Use them for inspiration.

Contributing to This SDK

Prerequisites

Start Developing

  • run composer install to install dependencies
  • run composer update to update dependencies

Run Tests

  • rename the .env.conffile to .env
  • set ACROLINX_TEST_SERVER_URL and ACROLINX_ACCESS_TOKEN in this file. (Get an Access Token)
  • set ACROLINX_SSO_USER and ACROLINX_SSO_PASSWORD (You can request the SSO password from Acrolinx support)
  • set ACROLINX_DEV_SIGNATURE to unique signature provided for your integration. (Note: Signature and access token are different)
  • run composer test to run unit tests

License

Copyright 2019-present Acrolinx GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

For more information visit: https://www.acrolinx.com

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 12
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2019-08-15