Download the PHP package wandc/bovibook without Composer

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

Welcome to BoviBook

This is a dairy herd management web app.

See: https://github.com/wandc/bovibook/wiki

Install on Amazon EC2 instance:

Choose Linux Ubuntu for OS.

sudo apt-get install php7.0 apache2

sudo apt-get install composer

sudo apt-get install curl

sudo apt-get install php libapache2-mod-php

sudo apt-get install php7.2-gd

sudo apt-get install php7.0-mbstring

sudo apt-get install php7.0-zip

sudo apt-get install php-pgsql

sudo apt install postgresql postgresql-contrib

sudo apt-get install php7.0-curl

Setup PostgreSQL Follow instructions here: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04

cd /var/www/html

sudo composer create-project wandc/bovibook:dev-master

Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]? YES

CHANGE PERMISSION on bovibook dir 744? check

go edit apache2 config

sudo nano /etc/apache2/sites-enabled/000-default.conf

change line: DocumentRoot /var/www/html/ toL: DocumentRoot /var/www/html/bovibook

restart apache

sudo systemctl restart apache2

If everything went well you can go to your URL and should see bovibook login.

If you do not, go check less /var/log/apache2/error.log for errors

Currently we bovibook uses HTML_QuickForm. This is deprecated and does not work directly with php7. We use a composer version that has been patched.


All versions of bovibook with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0.3
twbs/bootstrap Version ^3.3
fortawesome/font-awesome Version ^4.7
driftyco/ionicons Version ^2.0
google/apiclient Version ^2.0
bshaffer/oauth2-server-php Version ~1.8
almasaeed2010/adminlte Version ^2.0
components/jquery Version ^3.2
components/jqueryui Version ^1.12
datatables/datatables Version ^1.10
tinymce/tinymce Version >= 4
select2/select2 Version ^4.0.0
drmonty/datatables-responsive Version ^2.2
drmonty/datatables-plugins Version ^1.10
moment/moment Version ^2.21
phpoffice/phpspreadsheet Version ^1.4
phpstan/phpstan Version ^0.9
pear/html_quickform2 Version ^2.0
openpsa/quickform Version ^3.3.5.1
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 wandc/bovibook contains the following files

Loading the files please wait ....