2017 © Pedro Peláez
 

library delivery-tracking

A framework agnostic delivery tracking library for PHP 5.4+

image

lwiesel/delivery-tracking

A framework agnostic delivery tracking library for PHP 5.4+

  • Sunday, January 17, 2016
  • by lwiesel
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,018 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Delivery Tracking

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

SensioLabsInsight, (*2)

This is a framework agnostic delivery tracking library for PHP 5.4+. It uses the Adapter design pattern to provide a unified api over delivery services, and a common list of delivery statuses. This library respects PSR-1, PSR-2, and PSR-4., (*3)

Install

Via Composer, (*4)

``` bash $ composer require lwiesel/delivery-tracking, (*5)


## Usage ``` php $chronopostAdapter = new ChronopostAdapter(); $deliveryTracking = new DeliveryTracking($chronopostAdapter); $status = $deliveryTracking->getDeliveryStatus('tracking-number');

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Testing

bash $ composer test, (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

If you discover any security related issues, please email wiesel.laurent@gmail.com instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

17/01 2016

dev-master

9999999-dev https://github.com/lwiesel/delivery-tracking

A framework agnostic delivery tracking library for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Laurent Wiesel

lwiesel delivery-tracking

17/01 2016

v0.0.1-alpha

0.0.1.0-alpha https://github.com/lwiesel/delivery-tracking

A framework agnostic delivery tracking library for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Laurent Wiesel

lwiesel delivery-tracking