besmartand-pro/bsap-account-bundle
Bundle provides authentication and invoice client integration for BSAP Accounting.
composer require besmartand-pro/bsap-account-bundle
Default endpoints point to the production BSAP Accounting instance:
https://ksiegowosc.besmartand.pro/api/login_checkhttps://ksiegowosc.besmartand.pro/api/graphqlUse alternativeHost only when you want to connect to a different environment, for example local or development.
bsap_account:
username: '%env(resolve:BESMARTANDPRO_KSIEGOWOSC_USERNAME)%'
password: '%env(resolve:BESMARTANDPRO_KSIEGOWOSC_PASSWORD)%'
alternativeHost: '%env(resolve:BESMARTANDPRO_KSIEGOWOSC_HOST)%'
If alternativeHost is set to https://ksiegowosc.dev.besmartand.pro, the bundle will use:
https://ksiegowosc.dev.besmartand.pro/api/login_checkhttps://ksiegowosc.dev.besmartand.pro/api/graphqlIf you do not need an override, omit alternativeHost.
How can I help you explore Laravel packages today?