besmartand-pro / bsap-account-bundle
Accounting bundle.
Package info
github.com/BeSmartAnd-Pro/bsap-account-bundle
Type:symfony-bundle
pkg:composer/besmartand-pro/bsap-account-bundle
1.1.2
2026-07-16 18:56 UTC
Requires
- php: >=8.3
- symfony/cache: ^7.1
- symfony/config: ^7.1
- symfony/dependency-injection: ^7.1
- symfony/http-client: ^7.1
- symfony/http-foundation: ^7.1
- symfony/http-kernel: ^7.1
- symfony/validator: ^7.1
Requires (Dev)
- besmartand-pro/php-quality-config: dev-main
This package is auto-updated.
Last update: 2026-07-16 19:03:50 UTC
README
Bundle provides authentication and invoice client integration for BSAP Accounting.
Installation
composer require besmartand-pro/bsap-account-bundle
Configuration
Default endpoints point to the production BSAP Accounting instance:
https://ksiegowosc.besmartand.pro/api/login_checkhttps://ksiegowosc.besmartand.pro/api/graphql
Use 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/graphql
If you do not need an override, omit alternativeHost.