Download the PHP package vitexsoftware/flexibee-bricks without Composer

On this page you can find all versions of the php package vitexsoftware/flexibee-bricks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flexibee-bricks

Bricks for AbraFlexi

Build Status 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/:

File Description
Convertor.php Document converter
Customer.php Customer
GdprLog.php GDPR Logger with support for AbraFlexi
GateKeeper.php Checks if the user's company matches the document's company
PotvrzeniUhrady.php Class confirming received payment
ParovacFaktur.php Invoice matcher

Classes in php-abraflexi/Bricks/ui:

File Description
CompanyLogo.php Company Logo
DocumentLink.php Link to the document in the AbraFlexi web interface
AbraFlexiLogo.php AbraFlexi Logo
EmbedResponsiveHTML.php Class for displaying HTML document on the page
EmbedResponsivePDF.php Class for displaying PDF document on the page
RecordTypeSelect.php Dropdown for selecting document type
RecordChooser.php Dropdown for selecting record based on Selectize.js

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

File Description
common.php shared general functions
ConnectionInfo.php Connection check to AbraFlexi server
ConvertIncomeToZdd.php Converts bank income to ZDD and creates a link
gethtml.php Returns HTML version of the document
LogResults.php Logs request results
XSLTimporter.php Imports XML via XSLT transformation
config.php Example configuration file
CurrencyExchange.php Functions for currency exchange in a record
getpdf.php Returns PDF version of the document
parse-cmdline.php Command line parameter parser
RegisterAddress.php Example of using the registration form
UpomenNeplatice.php Sends reminders to debtors
webhook.php Endpoint for receiving WebHooks

Debian/Ubuntu

For Linux, .deb packages are available. Please use the repo:


All versions of flexibee-bricks with dependencies

PHP Build Version
Package Version
Requires vitexsoftware/ease-html Version >=1.25
spojenet/flexibee Version >=2.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vitexsoftware/flexibee-bricks contains the following files

Loading the files please wait ....