2017 © Pedro Peláez
 

library correio-services

Check how much will cost to deliver your package using the Correio's service.

image

rhberro/correio-services

Check how much will cost to deliver your package using the Correio's service.

  • Friday, August 4, 2017
  • by rhberro
  • Repository
  • 2 Watchers
  • 1 Stars
  • 290 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Correio Services

Build Status, (*1)

Use this package to check how much will cost to deliver your package using the Correio's service., (*2)



Installing

Install it using composer, (*3)

composer require rhberro\correio-services

Getting Started

Price and Deadline

$response = Rhberro\Correios\Request::deadlinePrice('13450044', '13466070', '1.2', '16', '21.8', '15.0', '15.0', '40010');

Price

$response = Rhberro\Correios\Request::price('13450044', '13466070', '1.2', '16', '21.8', '15.0', '15.0', '40010');

Deadline

$response = Rhberro\Correios\Request::deadline('13450044', '13466070', '40010');

Response

$response = Rhberro\Correios\Request::deadline('13450044', '13466070', '40010');

foreach ($response->getServices() as $service) {
    $code = $service->Codigo;
    $deadline = $service->Valor;
}

Contributing

The contribution guide is not available for now., (*4)

License

The Correio Services library is open-sourced software licensed under the MIT license., (*5)

The Versions

04/08 2017

dev-master

9999999-dev https://github.com/rhberro/correio-services

Check how much will cost to deliver your package using the Correio's service.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Rafael Henrique Berro

services correios price deadline

28/06 2016

v1.0.0-beta

1.0.0.0-beta https://github.com/rhberro/correio-services

Check how much will cost to deliver your package using the Correio's service.

  Sources   Download

MIT

The Development Requires

by Rafael Henrique Berro

laravel correios webservice correio