PHPackages                             sunapi365/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sunapi365/sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sunapi365/sdk
=============

Official PHP Composer SDK for SUNAPI.

v0.1.0(3mo ago)10MITPHPPHP ^8.1

Since Apr 15Pushed 3mo agoCompare

[ Source](https://github.com/Yeferson-gm/SUNAPI-365-PE-COMPOSE)[ Packagist](https://packagist.org/packages/sunapi365/sdk)[ Docs](https://development.sunapi.site/)[ RSS](/packages/sunapi365-sdk/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![SUNAPI Composer SDK](https://camo.githubusercontent.com/e3531a435e14e7f26a62b7e179b4afcbb300f740f5018734e6987d2a789e710c/68747470733a2f2f70726573746966792e70652f626c6f672f77702d636f6e74656e742f75706c6f6164732f323032332f30362f5175652d65732d656c2d5255432d656e2d53756e61742d792d706f722d7175652d74752d6e65676f63696f2d6c6f2d6e656365736974612d322e6a7067)](https://camo.githubusercontent.com/e3531a435e14e7f26a62b7e179b4afcbb300f740f5018734e6987d2a789e710c/68747470733a2f2f70726573746966792e70652f626c6f672f77702d636f6e74656e742f75706c6f6164732f323032332f30362f5175652d65732d656c2d5255432d656e2d53756e61742d792d706f722d7175652d74752d6e65676f63696f2d6c6f2d6e656365736974612d322e6a7067)

sunapi365/sdk
=============

[](#sunapi365sdk)

Official PHP Composer package for SUNAPI.

This package is intentionally separated from the npm SDK. JavaScript and TypeScript belong in the npm package. PHP belongs in Composer. Keeping them separate avoids mixed release workflows, package manager drift, and API examples that leak assumptions from one language ecosystem into another.

Why this package exists
-----------------------

[](#why-this-package-exists)

SUNAPI exposes operational resources and fiscal document flows that PHP backends may want to use without building raw HTTP clients around every endpoint.

This package keeps that surface organized:

- one Composer package for PHP consumers
- PSR-4 autoloading
- resource classes grouped by domain
- one stable facade for teams that prefer a single entrypoint
- configurable API endpoint with a production-safe default

Install
-------

[](#install)

```
composer require sunapi365/sdk
```

Quick start
-----------

[](#quick-start)

```
