bildvitta / iss-vendas
This is my package iss-vendas
Fund package maintenance!
bildvitta
Installs: 10 073
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0|^8.1
- bildvitta/sp-produto: ^0.1
- illuminate/contracts: ^8.0|^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- spatie/laravel-ray: ^1.35
This package is auto-updated.
Last update: 2024-10-22 15:07:48 UTC
README
Installation
You can install the package via composer:
composer require bildvitta/iss-vendas
You can publish the config file with:
php artisan vendor:publish --tag="vendas-config"
This is the contents of the published config file:
return [ 'base_uri' => env('MS_VENDAS_BASE_URI', 'https://api-dev-vendas.nave.dev'), 'prefix' => env('MS_VENDAS_API_PREFIX', '/api') ];
Usage
use Bildvitta\IssVendas\IssVendas; use Illuminate\Http\Client\RequestException; try { $vendas = new IssVendas(); $sale = $vendas->programmatic()->sale()->find('95c17b9b-a839-4bc7-89c0-6d23c54641a1'); } catch (RequestException $e) { }
Changelog
Please see CHANGELOG for more information on 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.