Download the PHP package bacularis/bacularis-api without Composer

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

Bacularis-API

Bacularis API is the main component of the Bacula programming interface.

GitHub Release Packagist Downloads Packagist License Packagist Dependency Version

Bacularis - The Bacula web interface

Bacularis is a web interface to configure, manage and monitor Bacula backup environment. It is a complete solution for setting up backup jobs, doing restore data, managing tape or disk volumes in local and remote storage, work with backup clients, and doing daily administrative work with backups. It also supports autochanger management. Bacularis provides advanced user management and role-based access control that enable to configure it for regular users where every user can log in to the web interface and does backup and restore own computer data only.

The project consists of two web applications: the web interface and Bacula programming interface (API) with separate administrative panel. The web interface can work with multiple Bacularis API instances to configure and manage remote Bacula components.

Bacularis is a friendly fork of Baculum. It has been founded by Baculum's creator to simplify Baculum features that they could be used not only by users with strong Bacula skills but also by beginners or intermediate users.

Requirements

Before installing please make sure you have installed PHP >= 7.4 and the following PHP modules:

Installation

One of the ways to install and update Bacularis is using Composer for that.

If you don't have Composer installed, you can use the following commands to install it:

Once it is done, you can install Bacularis:

At the end you need to run as the root user an install script that will set permissions for files and directories and also that will prepare the web server configuration file:

Upgrade

To upgrade Bacularis you need to run the following command in the Bacularis project directory:

Documentation

Bacularis documentation is available here: https://bacularis.app/doc/

Bacularis API documentation you can find here: https://bacularis.app/api/

Live Demo

If you would like to try Bacularis before installing it, you can try live demo available at the following address:

https://demo.bacularis.app

Project homepage

The project main page is https://bacularis.app


All versions of bacularis-api with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.0
ext-bcmath Version *
ext-dom Version *
ext-json Version *
ext-pdo Version *
ext-mysqlnd Version *
ext-pgsql Version *
bower-asset/datatables.net Version ^1
bower-asset/datatables.net-buttons Version ^2
bower-asset/datatables.net-buttons-dt Version ^2
bower-asset/datatables.net-dt Version ^3
bower-asset/datatables.net-responsive Version ^2
bower-asset/datatables.net-responsive-dt Version ^2
bower-asset/datatables.net-select Version ^1
bower-asset/fontawesome Version ^6
bower-asset/jquery Version ^3
bower-asset/jquery-ui Version ^1
pradosoft/prado Version 4.2.2
bacularis/bacularis-common Version *
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 bacularis/bacularis-api contains the following files

Loading the files please wait ....