MYOB PHP SDK is an Software Development Kit for accessing MYOB's AccountRight Live API.
Add information about composer
composer require squarecloudlabs/myob-php-sdk
- Add OAuth
- Add Models
- Create Fluent Api
- Tests
- Fork it
- Create your feature branch (
git checkout -b feature/my-exciting-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/my-exciting-feature
) - Create new Pull Request