Download the PHP package phreesoft/bizuno without Composer

On this page you can find all versions of the php package phreesoft/bizuno. 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 bizuno

Bizuno ERP/Accounting User Manual

Introduction

Bizuno is a full-featured, open-source ERP and accounting application developed by PhreeSoft, Inc., based on the PhreeBooks open-source platform. It provides comprehensive tools for small to medium-sized businesses, including customer and vendor management, double-entry accounting, inventory control, financial transaction management, and e-commerce integration. Bizuno is designed to be flexible, supporting standalone installations, WordPress plugins, and cloud-hosted solutions. This manual guides you through installing, using, and contributing to the Bizuno project.

Table of Contents

  1. Features
  2. Prerequisites
  3. Installation
  4. License

Features

Prerequisites

Before installing Bizuno, ensure you have:

Installation

Bizuno can be installed as a standalone application, a WordPress plugin, or hosted in the PhreeSoft cloud. Below are instructions for the standalone installation from the GitHub repository.

  1. Using composer (preferred)

    • Before installation you will need a website and a database to host your Bizuno business books. Bizuno can be installed in a sub-domain on your current website but it is recommended that your Bizuno database be separate from your other databases.
    • Installing using composer with install Bizuno and all necessary libraries

    • Navigate to the web root and you should see the installation page.
    • Fill out the fields and press Install. It takes about 10 seconds to create the database. Once complete yo should see the Bizuno home dashboard.
    • A pre-set ToDo list will be generated with applicable priorities. Some actions cannot be taken once journal entries have been made.
    • Please refer the the Bizuno help pages for operational tips and procedures.
  2. Manual Install
    • Download the latest release of Bizuno from the GitHub server into your website document root folder and unzip the file. (e.g., /var/www/html).Bizuno @GitHub
    • Navigate to the web root and you should see the installation page.
    • Fill out the fields and press Install. It takes about 10 seconds to create the database. Once complete yo should see the Bizuno home dashboard. The auto-installer will create the file bizunoCFG.php from the sample file in the package. The file can be created manually if you have special requirements, i.e. want your data files stored in a private folder. Either way, the installer will verify db connectivity and install the core tables.
    • A pre-set ToDo list will be generated with applicable priorities. Some actions cannot be taken once journal entries have been made.
    • Please refer the the Bizuno help pages for operational tips and procedures.

Optional: Commercial PDF parser (setasign/fpdi_pdf-parser)

Bizuno uses FPDI to stitch together PDF attachments (e.g. when batch-printing multiple forms or appending uploaded documents to an order). FPDI's free parser handles PDF documents up to version 1.4. Modern PDFs (1.5+, with object streams or cross-reference streams) require Setasign's commercial parser, fpdi_pdf-parser.

The commercial parser is not listed in Bizuno's require block — keeping it there would cause composer install to prompt every user for Setasign credentials, even those who don't need it. Most installs work fine without it.

If you don't have a Setasign license: do nothing. composer install runs silently and Bizuno's PDF features work for the common case (older PDFs, internally-generated forms). You may see one informational line during install along the lines of "setasign/fpdi_pdf-parser suggests installing — Commercial PDF parser…" — that's just a hint, not an error.

If you have a Setasign license and want full modern-PDF support:

  1. (Recommended) Add your credentials to a per-user auth.json so composer never prompts interactively:

    This writes ~/.composer/auth.json (mode 0600) — keep it out of version control.

  2. Add the package to your install:

    That persists setasign/fpdi_pdf-parser to your local composer.json so it survives future updates. FPDI auto-detects the parser via class_exists() at runtime — no further configuration needed.

Upgrading from a prior Bizuno version that had fpdi_pdf-parser in core: on your next composer update, composer may remove vendor/setasign/fpdi_pdf-parser/ as a now-orphan package. Re-add it with the composer require line above if you still want it.

WordPress Plugin Installation

Cloud Hosting

License

Bizuno is licensed under the GNU Affero General Public License v3 (AGPL3). See


All versions of bizuno with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
authorizenet/authorizenet Version 2.0.3
phpmailer/phpmailer Version ^6.9
phpseclib/phpseclib Version ~3.0
picqer/php-barcode-generator Version ^3.0
setasign/fpdf Version ^1.8
setasign/fpdi Version ^2.5
setasign/tfpdf Version ^1.33
web-auth/webauthn-lib Version ^5.2
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 phreesoft/bizuno contains the following files

Loading the files please wait ...