Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/composer/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 2016 Nils Adermann, Jordi Boggiano
Copyright (c) Nils Adermann, Jordi Boggiano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions vendor/quickbooks/v3-php-sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/vendor/
composer.phar
/nbproject
.DS_Store
.idea

2 changes: 1 addition & 1 deletion vendor/quickbooks/v3-php-sdk/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_install:
before_script:
- composer install
script:
- phpunit --configuration phpunit.xml
- vendor/bin/phpunit --configuration phpunit.xml
13 changes: 11 additions & 2 deletions vendor/quickbooks/v3-php-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Payments SDK is now available at: https://github.com/intuit/PHP-Payments-SDK #

[![Rate your SDK](views/RateSDK.png)][ss1][![Yes](views/Thumbup.png)][ss2][![No](views/Thumbdown.png)][ss3]

# QuickBooks API PHP SDK

PHP client for connecting to the QuickBooks Online V3 REST API.
Expand All @@ -8,9 +12,14 @@ https://intuit.github.io/QuickBooks-V3-PHP-SDK/
For current known issues and progress for PHP SDK, please refer to the wiki page:
https://github.com/intuit/QuickBooks-V3-PHP-SDK/wiki

Create, Update, Read, and Delete Examples: https://github.com/IntuitDeveloper/SampleApp-CRUD-PHP/tree/master/CRUD_Examples

**Help:** [Support](https://developer.intuit.com/help)<br/>
**Documentation:** [Documentation](https://intuit.github.io/QuickBooks-V3-PHP-SDK/)<br/>
**Continuous Integration:**![Build status](https://travis-ci.org/intuit/QuickBooks-V3-PHP-SDK.svg?branch=master)
[![Latest Stable Version](https://poser.pugx.org/quickbooks/v3-php-sdk/v/stable)](https://packagist.org/packages/quickbooks/v3-php-sdk)<br/>
**Continuous Integration:** ![Build status](https://travis-ci.org/intuit/QuickBooks-V3-PHP-SDK.svg?branch=master)<br />
**Latest Stable Version:** [![Latest Stable Version](https://poser.pugx.org/quickbooks/v3-php-sdk/v/stable)](https://packagist.org/packages/quickbooks/v3-php-sdk)<br/>
**License:** [![License](https://poser.pugx.org/quickbooks/v3-php-sdk/license)](https://packagist.org/packages/quickbooks/v3-php-sdk)

[ss1]: #
[ss2]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=Yes&checkpoint=PhpSDK&pageUrl=github
[ss3]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=No&checkpoint=PhpSDK&pageUrl=github
83 changes: 0 additions & 83 deletions vendor/quickbooks/v3-php-sdk/bootstrape.php

This file was deleted.