besmartand-pro/bsap-account-bundle

Accounting bundle.

Maintainers

Package info

github.com/BeSmartAnd-Pro/bsap-account-bundle

Type:symfony-bundle

pkg:composer/besmartand-pro/bsap-account-bundle

Transparency log

Statistics

Installs: 204

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.2 2026-07-16 18:56 UTC

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_check
  • https://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_check
  • https://ksiegowosc.dev.besmartand.pro/api/graphql

If you do not need an override, omit alternativeHost.