enygma / expose

An Intrusion Detection System library loosely based on PHP IDS
MIT License
266 stars 55 forks source link

Fatal error: Uncaught Error: Class 'Mongo' not found #81

Open budihaa opened 5 years ago

budihaa commented 5 years ago

I'm using win 10 and install expose using:

composer require enygma/expose

And do the example code but i got this error:

Fatal error: Uncaught Error: Class 'Mongo' not found in C:\xampp\htdocs\test_expose\vendor\enygma\expose\src\Expose\Log\Mongo.php on line 206

Awnage commented 5 years ago

You need to provide your own PSR-4 logger. The example code is incomplete.