# Sage Intacct SDK for PHP

[![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
