jdorn / php-reports

A PHP framework for displaying reports from any data source, including SQL and MongoDB
http://jdorn.github.com/php-reports
GNU Lesser General Public License v3.0
477 stars 235 forks source link

Error Installing dependencies #254

Open vitalygoji opened 6 years ago

vitalygoji commented 6 years ago

Do you guys have zip file with php-reports which does not require composer? I tried to run composer and got error messages. I just need to try (evaluate) your reports with MySQL as a data source - not ready to go through frustrating Java Project-like setup with unpredictable results. Please, send me a link to php-reports which I could just use (if you have one) Thank you!

#################################################### Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages.

Problem 1

root@vitaly-Inspiron-3531:/var/www/html/php-reports-master#

OisinKyne commented 6 years ago

Try installing the mongo driver for php, that should fix it.

sudo apt install php5-mongo if your php version is 5 or lower. sudo apt install php-mongodb if your php version is 7.

Petah commented 6 years ago

FYI you can run composer install --ignore-platform-reqs

https://getcomposer.org/doc/03-cli.md

fernandoTinelli commented 6 years ago

i'm trying to install on windows but im getting the same error. Then i download the php-mongodb.dll, put him on PHP's ext folder and added the line "extension..." on php.ini. After all that, i still getting the same error. What i'm doing wrong?