select-co/sage200-api-end-points
最新稳定版本:2025.02.01
Composer 安装命令:
composer require select-co/sage200-api-end-points
包简介
Sage200 PHP API EndPoints. 2025-R2 - 2025.02 - 12.00.0059
README 文档
README
Sage 200 PHP API End Points is a lightweight wrapper of request/response classes ("end points") for the Sage 200 REST API.
It is designed to be used together with the companion transport/client library select-co/sage200-api-client, which provides the HTTP connector, authentication, response handling, and an OData query builder.
- Package:
select-co/sage200-api-end-points - License: MIT
- Version: 2025.02 (2025-R2 – 2025.02 – 12.00.0059)
- Issues: https://github.com/SelectCo/sage200-api-end-points/issues
- Source: https://github.com/SelectCo/sage200-api-end-points
- Client: https://github.com/SelectCo/sage200-api-client
Details
For further details, please refer to the API Client repository Sage 200 API Client.
Installation
Install via Composer:
composer require select-co/sage200-api-end-points:2025.02.01
This package depends on:
select-co/sage200-api-client— providesSage200Connector,Response, andSageODataBuilderguzzlehttp/guzzle(via the client library)
Composer will install the required dependencies automatically.
Project structure (high level)
src/
Resource/
Stock/
WarehouseHoldingsResource.php
WarehousesResource.php
...
Requests/
Stock/
WarehouseHoldings/
GetWarehouseHoldings.php
GetWarehouseHolding.php
PostWarehouseHoldings.php
PutWarehouseHolding.php
DelWarehouseHolding.php
...
Versioning and compatibility
This package targets the Sage 200 2025-R2 release series (2025.02 – 12.00.0059). End points may map closely to the Sage 200 REST API of that era. For newer Sage 200 versions or API changes, please check the issue tracker or open a new issue/PR.
Contributing
Contributions are welcome! Please open issues and pull requests on GitHub. When adding new endpoints:
- Follow existing namespace and folder conventions (
ResourcevsRequests). - Mirror file/class naming patterns and code style.
- Include brief PHPDoc for methods and constructor parameters.
License
MIT License. See the LICENSE file if present, or the header in composer.json.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-09