Skip to content
Open
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
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "jonathanwkelly/ups-shipping-rate",
"description": "This is a very simple class that uses the UPS web service to get a shipping rate. Basically, you pass it the shipping method you'd like to use, the destination / shipper zip codes, the package dimensions, and receive a shipping quote. There are plenty of values that are hard-coded in the XML request that could be passed in dynamically for a more robust rating process.",
"keywords": ["UPS", "api", "shipping", "rate"],
"license": "unknown",
"authors": [
{
"name": "Jonathan W. Kelly",
"email": "[email protected]"
}
],
"minimum-stability": "dev"
}