Download salesking php sdk Free Java Code

Description

PHP Rock'n Roll with SalesKing API.

Icons

salesking php sdk

Source Files

The download file salesking_php_sdk-master.zip has the following entries.


.gitignore//w  ww . j a va  2  s .com
.travis.yml
CHANGELOG.md
LICENSE
README.markdown
VERSION
docs/examples/app_config.php.default
docs/examples/createclient.php
docs/examples/fetchclients.php
docs/examples/oauth.php
docs/phpdoc/classes/Salesking.html
docs/phpdoc/classes/SaleskingCollection.html
docs/phpdoc/classes/SaleskingException.html
docs/phpdoc/classes/SaleskingHelper.html
docs/phpdoc/classes/SaleskingObject.html
docs/phpdoc/css/bootstrap-responsive.css
docs/phpdoc/css/bootstrap-responsive.min.css
docs/phpdoc/css/bootstrap.css
docs/phpdoc/css/bootstrap.min.css
docs/phpdoc/css/jquery.iviewer.css
docs/phpdoc/css/prettify.css
docs/phpdoc/css/template.css
docs/phpdoc/deprecated.html
docs/phpdoc/errors.html
docs/phpdoc/graph_class.html
docs/phpdoc/img/apple-touch-icon-114x114.png
docs/phpdoc/img/apple-touch-icon-72x72.png
docs/phpdoc/img/apple-touch-icon.png
docs/phpdoc/img/favicon.ico
docs/phpdoc/img/glyphicons-halflings-white.png
docs/phpdoc/img/glyphicons-halflings.png
docs/phpdoc/img/icons/arrow_down.png
docs/phpdoc/img/icons/arrow_right.png
docs/phpdoc/img/icons/class.png
docs/phpdoc/img/icons/constant.png
docs/phpdoc/img/icons/favicon.ico
docs/phpdoc/img/icons/file-php.png
docs/phpdoc/img/icons/file.gif
docs/phpdoc/img/icons/folder.gif
docs/phpdoc/img/icons/function.png
docs/phpdoc/img/icons/icon-folder-open-big.png
docs/phpdoc/img/icons/icon-th-big.png
docs/phpdoc/img/icons/icon_template.svg
docs/phpdoc/img/icons/interface.png
docs/phpdoc/img/icons/method.png
docs/phpdoc/img/icons/ok.png
docs/phpdoc/img/icons/property.png
docs/phpdoc/img/icons/search.gif
docs/phpdoc/img/icons/variable.png
docs/phpdoc/img/icons/view_source.png
docs/phpdoc/img/icons/visibility_private.png
docs/phpdoc/img/icons/visibility_protected.png
docs/phpdoc/img/icons/visibility_public.png
docs/phpdoc/img/iviewer/grab.cur
docs/phpdoc/img/iviewer/hand.cur
docs/phpdoc/img/iviewer/iviewer.rotate_left.png
docs/phpdoc/img/iviewer/iviewer.rotate_right.png
docs/phpdoc/img/iviewer/iviewer.zoom_fit.png
docs/phpdoc/img/iviewer/iviewer.zoom_fit2.gif
docs/phpdoc/img/iviewer/iviewer.zoom_in.png
docs/phpdoc/img/iviewer/iviewer.zoom_in2.gif
docs/phpdoc/img/iviewer/iviewer.zoom_out.png
docs/phpdoc/img/iviewer/iviewer.zoom_out2.gif
docs/phpdoc/img/iviewer/iviewer.zoom_zero.png
docs/phpdoc/img/iviewer/iviewer.zoom_zero2.gif
docs/phpdoc/img/loader.gif
docs/phpdoc/index.html
docs/phpdoc/js/SVGPan.js
docs/phpdoc/js/bootstrap.js
docs/phpdoc/js/bootstrap.min.js
docs/phpdoc/js/jquery-1.4.2.min.js
docs/phpdoc/js/jquery-1.7.1.min.js
docs/phpdoc/js/jquery-ui-1.8.2.custom.min.js
docs/phpdoc/js/jquery.cookie.js
docs/phpdoc/js/jquery.iviewer.js
docs/phpdoc/js/jquery.iviewer.min.js
docs/phpdoc/js/jquery.mousewheel.min.js
docs/phpdoc/js/jquery.panzoom.js
docs/phpdoc/js/jquery.splitter.js
docs/phpdoc/js/jquery.tools.min.js
docs/phpdoc/js/jquery.treeview.js
docs/phpdoc/js/menu.js
docs/phpdoc/js/prettify/lang-apollo.js
docs/phpdoc/js/prettify/lang-clj.js
docs/phpdoc/js/prettify/lang-css.js
docs/phpdoc/js/prettify/lang-go.js
docs/phpdoc/js/prettify/lang-hs.js
docs/phpdoc/js/prettify/lang-lisp.js
docs/phpdoc/js/prettify/lang-lua.js
docs/phpdoc/js/prettify/lang-ml.js
docs/phpdoc/js/prettify/lang-n.js
docs/phpdoc/js/prettify/lang-proto.js
docs/phpdoc/js/prettify/lang-scala.js
docs/phpdoc/js/prettify/lang-sql.js
docs/phpdoc/js/prettify/lang-tex.js
docs/phpdoc/js/prettify/lang-vb.js
docs/phpdoc/js/prettify/lang-vhdl.js
docs/phpdoc/js/prettify/lang-wiki.js
docs/phpdoc/js/prettify/lang-xq.js
docs/phpdoc/js/prettify/lang-yaml.js
docs/phpdoc/js/prettify/prettify.min.js
docs/phpdoc/js/sidebar.js
docs/phpdoc/js/template.js
docs/phpdoc/markers.html
docs/phpdoc/namespaces/default.html
docs/phpdoc/packages/.html
docs/phpdoc/packages/Default.html
docs/phpdoc/packages/SalesKing PHP SDK.html
docs/phpdoc/structure.xml
src/collection.php
src/helper.php
src/object.php
src/salesking.php
src/schemes/address.json
src/schemes/attachment.json
src/schemes/auth_permission.json
src/schemes/client.json
src/schemes/comment.json
src/schemes/company.json
src/schemes/contact.json
src/schemes/credit_note.json
src/schemes/divider_item.json
src/schemes/document.json
src/schemes/email.json
src/schemes/email_template.json
src/schemes/estimate.json
src/schemes/export.json
src/schemes/export_template.json
src/schemes/invoice.json
src/schemes/language.json
src/schemes/line_item.json
src/schemes/order.json
src/schemes/payment.json
src/schemes/payment_reminder.json
src/schemes/pdf_template.json
src/schemes/product.json
src/schemes/recurring.json
src/schemes/sub.json
src/schemes/sub_total_item.json
src/schemes/tag.json
src/schemes/text_template.json
src/schemes/user.json
tests/SaleskingCollectionTest.php
tests/SaleskingExceptionTest.php
tests/SaleskingHelperTest.php
tests/SaleskingLiveBasicAuthTest.php
tests/SaleskingLiveInvoiceTest.php
tests/SaleskingLiveoAuthTest.php
tests/SaleskingObjectTest.php
tests/SaleskingTest.php
tests/phpunit.xml
tests/test_config.php.default

Download

Click the following link to download salesking_php_sdk-master.zip.

salesking_php_sdk-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper