Download the PHP package oncloud/visma-dinero without Composer
On this page you can find all versions of the php package oncloud/visma-dinero. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oncloud/visma-dinero
More information about oncloud/visma-dinero
Files in oncloud/visma-dinero
Package visma-dinero
Short Description Laravel package for Visma Dinero
License MIT
Homepage https://github.com/oncloud/visma-dinero
Informations about the package visma-dinero
Visma Dinero - An expressive API wrapper for Dinero Accounting software
A Laravel wrapper which makes it easy to use the Visma Dinero API. It has an expressive and elegant syntax for working with the Dinero API
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
The package is built around the Dinero API. You can read more about the API here: https://api.dinero.dk/docs/
Authentication
Dinero uses OAuth2 for authentication. You can use the Dinero::authenticate()
method to authenticate with Dinero. It'll
redirect the user to the Visma Connect OAuth2 page, where they can login and authorize your application. After the user
logs in, they'll be redirected back to your application. You'll receive an access token, scope and iss.
Refreshing the access token
Use the Dinero::refreshToken()
with the current refresh_token
as a parameter method to refresh the access token. It'll
return a new access_token
, scope
, expires_in
, token_type
& refresh_token
.
Testing
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
- Jimmi Hansen
- OnCloud I/S
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of visma-dinero with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0