sashalenz/nova-poshta-api

Nova Poshta API SDK for Laravel


Keywords
api, laravel, nova poshta, novaposhta.ua
License
MIT

Documentation

Nova Poshta API SDK for Laravel

Latest Version on Packagist Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require sashalenz/nova-poshta-api

You can publish the config file with:

php artisan vendor:publish --tag="nova-poshta-api-config"

This is the contents of the published config file:

return [
    'api_key' => env('NOVA_POSHTA_API_KEY'),    
];

Usage

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

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.