定制 somnambulist/api-client 二次开发

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

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

somnambulist/api-client

最新稳定版本:4.1.1

Composer 安装命令:

composer require somnambulist/api-client

包简介

A library to help ease creating API integrations

README 文档

README

GitHub Actions Build Status Issues License PHP Version Current Version

The ApiClient library is intended to help build client libraries for consuming JSON APIs. The library provides abstract models for primary resource objects and related value objects. Persistence requests are handled by ApiActions that encapsulate a change request.

Models and ValueObjects make use of somnambulist/attribute-model type casting system.

The library uses Symfony HTTP Client under the hood.

Requirements

  • PHP 8.1+
  • cURL
  • symfony/event-dispatcher
  • symfony/http-client
  • symfony/routing

Installation

Install using composer, or checkout / pull the files from github.com.

  • composer require somnambulist/api-client

Usage

This library provides some building blocks to help you get started with consuming RESTful APIs. Typically, this is for use with a micro-services project where you need to write clients that will be shared amongst other projects.

Please note: this project does not make assumptions about the type of service being used. The included libraries provide suitable defaults, but can be completely replaced by your own implementations.

The docs are available in the docs folder with a suggested reading order as follows:

Tests

PHPUnit 9+ is used for testing. Run tests via vendor/bin/phpunit.

Test data was generated using faker and was randomly generated.

Links

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-12-04