Download the PHP package vitexsoftware/flexipeehp-bricks without Composer

On this page you can find all versions of the php package vitexsoftware/flexipeehp-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 flexipeehp-bricks

FlexiPeeHP-Bricks

Project Logo

Build Status GitHub stars GitHub issues GitHub license Twitter

Examples how to use FlexiPeeHP Library for FlexiBee with EasePHP Framework widgets

Příklady použití knihovny FlexiPeeHP pro FlexiBee

Instalace

composer require vitexsoftware/flexipeehp-bricks

How to run ?

1) composer install 2) cd src 3) modify config.php to use custom FlexiBee connection 4) open the project url in browser

Co tady máme ?

Zatím několik málo praktických ukázek určený k použití ve vašich aplikacích - odtud název bricks/cihličky

Skripty v src/:

Soubor Popis
common.php sdílené obecné funkce
ConnectionInfo.php Kontrola připojení k FlexiBee serveru
gethtml.php Vrací HTML verzi dokumentu
LogResults.php Loguje výsledky requestu
XSLTimporter.php Importuje XML přez XSLT transformaci
config.php Ukázka konfiguračního souboru
CurrencyExchange.php Funkce pro směnu měny v záznamu
getpdf.php Vrací PDF verzi dokumentu
parse-cmdline.php Parser parametrů příkazové řádky
RegisterAddress.php Ukázka použití registračního formuláře
UpomenNeplatice.php Rozešle neplatičům upomínky
webhook.php Endpoint pro příjem WebHooků

Třídy v FlexiPeeHP/Bricks/:

Soubor Popis
Convertor.php Konvertor dokladů
Customer.php Zákazník
GdprLog.php GDPR Logger s podporou pro FlexiBee
GateKeeper.php Kontroluje zdali je shodná firma uživatele a dokladu
HookReciever.php Příjmač WebHooků
PotvrzeniUhrady.php Třída potvrzující došlou úhradu
ParovacFaktur.php Párovač faktur

Třídy v FlexiPeeHP/Bricks/ui:

Soubor Popis
AdresarForm.php Editační formulář adresy
CompanyLogo.php Logo Firmy
FlexiBeeLogo.php Logo FlexiBee
KontaktForm.php Editační formulář kontaktu adresy
EmbedResponsiveHTML.php Třída pro zobrazení HTML dokumentu na stránce
EmbedResponsivePDF.php Třída pro zobrazení PDF dokumentu na stránce
RecordTypeSelect.php Nabídka pro výběr typu dokumnetu
RecordChooser.php Nabídka pro výběr záznamu zaleožený na Selectize.js
StatusInfoBox.php Info widget o stavu připojení

Ukázky ve složce Examples

Logo Firmy: companylogo.php

Logo

Editor Adresy: addresseditor.php

Výpis

Výpis faktur do stránky: invoices.php

Výpis

Vložení PDF do stránky: embed.php

Vložení

Převzetí dokladu z FlexiBee a jeho odeslání do prohlížeče: getpdf.php

Formulář pro zadání přihlašovacích údajů FlexiBee a zobrazení zdali bylo připojení úspěšné: statussignin.php

Test Připojení

Instalátor uživatelských tlačítek buttonInstaller

Custom Button Installer

Debian/Ubuntu

Pro Linux jsou k dispozici .deb balíčky. Prosím použijte repo:

wget -O - http://v.s.cz/[email protected]|sudo apt-key add -
echo deb http://v.s.cz/ stable main > /etc/apt/sources.list.d/ease.list
apt update
apt install php-flexibee-bricks

All versions of flexipeehp-bricks with dependencies

PHP Build Version
Package Version
Requires spoje.net/flexipeehp Version dev-master
vitexsoftware/ease-bricks Version dev-master
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/flexipeehp-bricks contains the following files

Loading the files please wait ....