# Sage Intacct SDK for PHP


## ⚠️ Deprecation Notice ⚠️  

As of **Sage Intacct 2025 Release 1** (February 2025), the **REST API** is **Generally Available (GA)**.  
With this, we are **no longer actively developing enhancements** for the XML SDKs.  

Developers can continue using the SDKs, but any future changes, maintenance, and feature development will be **self-managed**.  
For new integrations, we strongly recommend using the [REST API](https://developer.sage.com/intacct/docs/).

For any questions, refer to our [developer support](https://developer.sage.com/intacct/docs/developer-portal/rest-api-faq/).

---


[![Build Status](https://travis-ci.org/Intacct/intacct-sdk-php.svg?branch=master)](https://travis-ci.org/Intacct/intacct-sdk-php)
[![Latest Stable Version](https://poser.pugx.org/intacct/intacct-sdk-php/v/stable)](https://packagist.org/packages/intacct/intacct-sdk-php)
[![Latest Unstable Version](https://poser.pugx.org/intacct/intacct-sdk-php/v/unstable)](https://packagist.org/packages/intacct/intacct-sdk-php)
[![License](https://poser.pugx.org/intacct/intacct-sdk-php/license)](https://packagist.org/packages/intacct/intacct-sdk-php)

## Resources

* [SDK Guides][sdk-homepage] - Getting started with the SDK
* [SDK Reference][sdk-reference] - Code-level reference for the SDK
* [Issues][sdk-issues] - Report issues with the SDK or submit pull requests
* [License][sdk-license] - Apache 2.0 license
* [Sage Intacct Developer][ia-developer] - Sage Intacct's Developer site
* [Sage Intacct][intacct] - Sage Intacct's home page

## System Requirements

* You must have an active Sage Intacct Web Services Developer license
* PHP >= 7.4
* A recent version of cURL >= 7.19.4 compiled with OpenSSL and zlib
* [Composer](composer)


[intacct]: http://www.intacct.com
[ia-developer]: https://developer.intacct.com/
[sdk-homepage]: https://developer.intacct.com/tools/sdk-php/
[sdk-reference]: https://intacct.github.io/intacct-sdk-php/annotated.html
[sdk-issues]: https://github.com/Intacct/intacct-sdk-php/issues
[sdk-license]: http://www.apache.org/licenses/LICENSE-2.0
[composer]: https://getcomposer.org/
[packagist]: https://packagist.org/packages/intacct/intacct-sdk-php
