Download the PHP package var-lab/lexoffice-bundle without Composer
On this page you can find all versions of the php package var-lab/lexoffice-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download var-lab/lexoffice-bundle
More information about var-lab/lexoffice-bundle
Files in var-lab/lexoffice-bundle
Package lexoffice-bundle
Short Description A Symfony bundle to integrate the lexoffice api.
License proprietary
Informations about the package lexoffice-bundle
lexoffice-Bundle for Symfony
Introduction
This bundle integrates the lexoffice public API into Symfony, utilizing Symfony's serializer to convert API responses into objects. Compatible with Symfony 6.4.
Installation
- Download the Bundle
Add the bundle to your composer.json
:
2. Register the Bundle
(should be done automatically by composer)
3. Add configuration
Create the config file config/packages/var_lab_it_lexoffice.yaml
with following content:
add the api key to your .env
:
Usage
The following API functions are currently covered:
- Contacts
- [x] fetch contact
- [x] create contact
- [x] update contact
- Invoices
- [x] create invoice
- [x] update invoice
- [x] fetch invoice
- [x] download invoice pdf
The lexoffice bundle is currently undergoing further development. Your own pull requests are welcome.
Contacts
Create a new contact:
Update a contact:
Maintainer
This bundle is maintained and created by var-lab IT GmbH and contributors.
All versions of lexoffice-bundle with dependencies
ext-ctype Version *
ext-iconv Version *
ext-posix Version *
guzzlehttp/guzzle Version ^7.8
symfony/config Version >=6.2
symfony/dependency-injection Version >=6.2
symfony/filesystem Version >=6.4
symfony/http-client Version >=6.4
symfony/serializer Version >=6.4
symfony/validator Version >=6.4
thecodingmachine/safe Version ^2.1