LaravelPackages.net
Acme Inc.
Toggle sidebar
mvdnbrk/laravel-myparcel

MyParcel API client for Laravel

740
2
v1.2.0
About mvdnbrk/laravel-myparcel

mvdnbrk/laravel-myparcel is a Laravel package for myparcel api client for laravel. It currently has 2 GitHub stars and 740 downloads on Packagist (latest version v1.2.0). Install it with composer require mvdnbrk/laravel-myparcel. Discover more Laravel packages by mvdnbrk or browse all Laravel packages to compare alternatives.

Last updated

MyParcel API client for Laravel

Latest Version on Packagist Software License Tests StyleCI Total Downloads

This package incorporates the MyParcel API client into your Laravel project.

Installation

You can install the package via composer:

composer require mvdnbrk/laravel-myparcel

Configuration

All you need to do is add your MyParcel API key to the .env file:

MYPARCEL_API_KEY=YOUR-API-KEY

Usage

use Mvdnbrk\Laravel\Facades\MyParcel;

$shipment = MyParcel::shipments()->create([
   ...
]);

Global helper method

For your convenience this package provides a global myparcel() helper function.

myparcel()->shipments()->create([
   ...
]);

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

Star History Chart