vitexsoftware / flexibee-bricks
php-abraflexi extending classes and widgets
Requires
- spojenet/flexibee: >=2.8
- vitexsoftware/ease-html: >=1.25
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-30 14:30:38 UTC
README
Examples of how to use the php-abraflexi Library for AbraFlexi with EasePHP Framework widgets
Examples of using the php-abraflexi library for AbraFlexi
Installation
composer require vitexsoftware/abraflexi-bricks
How to run?
- composer install
- cd src
- modify config.php to use custom AbraFlexi connection
- open the project URL in the browser
What do we have here?
So far, a few practical examples intended for use in your applications - hence the name bricks/cihličky
Classes in php-abraflexi/Bricks/:
Classes in php-abraflexi/Bricks/ui:
Examples in the Examples folder
Company Logo: companylogo.php
Address Editor: addresseditor.php
Invoice listing on the page: invoices.php
Embedding PDF on the page: embed.php
Retrieving document from AbraFlexi and sending it to the browser: getpdf.php
Form for entering AbraFlexi login details and displaying whether the connection was successful: statussignin.php
Custom button installer buttonInstaller
- these moved originally from src
Debian/Ubuntu
For Linux, .deb packages are available. Please use the repo:
sudo apt install lsb-release wget apt-transport-https bzip2 wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list sudo apt update sudo apt install php-vitexsoftware-abraflexi-bricks