genghis icon indicating copy to clipboard operation
genghis copied to clipboard

php7 support

Open ThomasDupont opened this issue 8 years ago • 4 comments

Hello,

The extension using by Genghis currently is not avalaible on php7

For example, the MongoClient is deprecated and replace by MongoDB\Driver

Is possible to add the compatibility in the future?

ThomasDupont avatar Feb 26 '17 16:02 ThomasDupont

This project does not seem to be alive anymore so porting to the php7 extension might not be possible without contributions from the community.

henkealg avatar May 29 '17 07:05 henkealg

An updated, yet unofficial version of Genghis will full php7 support is now available from this fork with the latest release available here.

This version requires one additional step when installing (See readme).

I will try to make a pull request with changes soon.

henkealg avatar Jun 01 '17 15:06 henkealg

Alternatively, we built a new, more modern Web-based client for Mongo, inspired by Genghis: https://github.com/huggingface/Mongoku

It's built on Node.js (using Typescript) and Angular.

julien-c avatar Mar 27 '19 16:03 julien-c

@julien-c nice work with Mongoku. I created the php7 fork mainly because I liked the simplicity of Genghis (despite the memory issues with large data-sets) and because I wanted to access it over 7.x. Since this project is clearly dead, and my fork is not properly maintained, I would also suggest using Mongoku over Genghis (regardless version).

henkealg avatar Apr 03 '19 08:04 henkealg