Skip to content

rhberro/correio-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Correio Services

Build Status

Use this package to check how much will cost to deliver your package using the Correio's service.



Installing

Install it using composer

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.

License

The Correio Services library is open-sourced software licensed under the MIT license.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages