awsp/ship

A shipping abstraction library written in PHP

dev-master 2015-06-21 00:45 UTC

This package is auto-updated.

Last update: 2024-03-27 21:37:58 UTC


README

-- Stay tuned. A new and improved version of this module is coming soon!

Copyright (c) 2012-2013 Alex Fraundorf and AffordableWebSitePublishing.com LLC

This readme file was updated on 04/24/2013.

This package was written for the article published on PHPmaster.com (http://phpmaster.com/abstracting-shipping-apis/). Please see the article for a detailed explanation of the package and how to use it.

NOTICE: This is beta software. Although it has been tested, there may be bugs and there is plenty of room for improvement. Use at your own risk.

If you need help integrating this software or you would like a commercially viable version of it, the author of it is available for hire! Contact Alex Fraundorf via www.AlexFraundorf.com.

System Requirements:

PHP 5.3 or later SoapClient (for UPS plugin) - should be included in your PHP distribution by default

UPS notes:

In order to use this software you will need several things from UPS (United Parcel Service).

  1. A valid UPS shipper number.
  2. An online account at www.ups.com (you will need a valid shipper number first). Make sure you choose a username and password you are comfortable keeping for a while. You will need to use both with every API call.
  3. Sign up for API access at www.ups.com/upsdeveloperkit. Once approved, you will receive an API key that you will need to use for every API call. Note: At the time of this writing, there is a known issue with this section of UPS's site and Chrome will return a blank page. You will need to use a different browser.

Once you have obtained these items, enter them in the includes/config.php file.

The MIT License - http://www.opensource.org/licenses/mit-license.php

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.