I'm trying to install the mongoDB driver for PHP in Ubuntu 15.10, but I'm not getting mongo in the output of phpinfo()
.
The error I'm getting is:
Fatal error: Class 'MongoDB\Driver\Manager' not found in /opt/lampp/htdocs/mongo_api/vendor/mongodb/mongodb/src/Client.php on line 81
Does anybody know how to solve the problem?