PHPackages                             alhoqbani/smsa-webservice - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. alhoqbani/smsa-webservice

ActiveLibrary[HTTP &amp; Networking](/categories/http)

alhoqbani/smsa-webservice
=========================

smsaexpress.com tracking web service (soap api)

0.0.3(3y ago)173.5k↓25%10MITPHPPHP ^7.1.3|^8.0|^8.1

Since Apr 13Pushed 3y ago2 watchersCompare

[ Source](https://github.com/alhoqbani/smsa-webservice)[ Packagist](https://packagist.org/packages/alhoqbani/smsa-webservice)[ Docs](https://github.com/alhoqbani/smsa-webservice)[ RSS](/packages/alhoqbani-smsa-webservice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (0)

smsa-webservice
===============

[](#smsa-webservice)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0be65ce9ca0c97bbe0b977a839006bcee93e424cadd8a0416c0037015f6c0eec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c686f7162616e692f736d73612d776562736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alhoqbani/smsa-webservice)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/49a934b24ad8e40d361336b0f54d5579863b1663dd3a24a9923c850b930f14e5/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616c686f7162616e692f736d73612d776562736572766963652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/alhoqbani/smsa-webservice)[![Coverage Status](https://camo.githubusercontent.com/fcda6ef3b19bb432680cef520509ca3279bff91b3d8a23aa6f0e2fbc42e11de1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f616c686f7162616e692f736d73612d776562736572766963652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/alhoqbani/smsa-webservice/code-structure)[![Quality Score](https://camo.githubusercontent.com/767148df6ebe3520d703b2127ccf377dd6fdd8dd87bfaa48887cccc1b1b0945f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616c686f7162616e692f736d73612d776562736572766963652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/alhoqbani/smsa-webservice)[![Total Downloads](https://camo.githubusercontent.com/594222d022f64ad883d4f976f40c7199937ce7332d1cd81bdb68f642d2d288da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c686f7162616e692f736d73612d776562736572766963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alhoqbani/smsa-webservice)

[SMSAExpress](http://smsaexpress.com/index.html) tracking web service.

Under development. Don't use for production.
============================================

[](#under-development-dont-use-for-production)

This library provides fluent and intuitive mechanism to interact with [SMSAExpress](http://smsaexpress.com) eCommerce Web API: [SMSAwebService](http://track.smsaexpress.com/SECOM/SMSAwebService.asmx).

Through this API you can cretate new shipments, track shipments, and cancel shipments programmatically.

The API follows [SOAP](https://en.wikipedia.org/wiki/SOAP) protocol specifications, and it's not straight forward to follow or use with PHP.

> > > This is unoffocial libary and has no affiliation with [SMSAExpress](http://smsaexpress.com). Usage of [SMSAwebService](http://track.smsaexpress.com/SECOM/SMSAwebService.asmx) is subject to its terms and conditions.

### Credentials:

[](#credentials)

Before using the API you need to obtain a `passKey` from [SMSAExpress](http://smsaexpress.com).

Install
-------

[](#install)

Via Composer

```
$ composer require alhoqbani/smsa-webservice
```

Usage
-----

[](#usage)

```
