vitexsoftware/flexibee-bricks

This package is abandoned and no longer maintained. The author suggests using the vitexsoftware/abraflexi-bricks package instead.

php-abraflexi extending classes and widgets

1.1 2021-05-21 06:31 UTC

This package is auto-updated.

Last update: 2024-10-30 14:30:38 UTC


README

Project Logo

Build Status GitHub stars GitHub issues GitHub license Twitter

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?

  1. composer install
  2. cd src
  3. modify config.php to use custom AbraFlexi connection
  4. 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

Logo

Address Editor: addresseditor.php

Output

Invoice listing on the page: invoices.php

Output

Embedding PDF on the page: embed.php

Embedding

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

Connection Test

Custom button installer buttonInstaller

Custom Button Installer

  • 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