Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

php7 support #228

Open
ThomasDupont opened this issue Feb 26, 2017 · 4 comments
Open

php7 support #228

ThomasDupont opened this issue Feb 26, 2017 · 4 comments

Comments

@ThomasDupont
Copy link

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?

@henkealg
Copy link

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
Copy link

henkealg commented Jun 1, 2017

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.

@julien-c
Copy link

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.

@henkealg
Copy link

henkealg commented Apr 3, 2019

@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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants