sashalenz/nova-poshta-api

Nova Poshta API SDK for Laravel

2.1.1 2024-04-12 11:38 UTC

This package is auto-updated.

Last update: 2024-04-12 11:39:15 UTC


README

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.