I'd like to use Tarantool with new PHP 7. I have found a driver here https://github.com/tarantool/tarantool-php, but it is only suitable for PHP 5.
Asked
Active
Viewed 948 times
3
-
1As I know php 7 driver for tarantool does not exists. Try to ask about this the developers at GH. – Vasiliy Soshnikov Mar 25 '16 at 13:20
-
The GitHub Issues page has an open item reflecting this https://github.com/tarantool/tarantool-php/issues/46 Did you look there first? – Josh J Mar 25 '16 at 13:39
-
Thanks, Josh J. It's my fault, they are really working on it already. Anyway, maybe you know some ready thirdparty solutions? As I can see an issue is old enough (opened on 1 Jun 2015 ), so I'm not sure that it will be closed soon. upd: bigbes has answered already: "PHP7 driver is in development. Alpha version is in public, but it's very fragile." – Alex Z Mar 25 '16 at 13:57
1 Answers
4
PHP7 driver is in development. Alpha version is in public, but it's very fragile.
It's located on php7-v1
branch of https://github.com/tarantool/tarantool-php repository.
As an alternative, you may also try pure php driver, which also works on php7: https://github.com/tarantool-php/client.

Vasiliy Soshnikov
- 504
- 2
- 11

bigbes
- 221
- 1
- 3
-
1As an alternative, you may also try [pure php](https://github.com/tarantool-php/client) driver, which also works on php7. – bigbes Mar 25 '16 at 13:37
-
Thanks, bigbes. I'll try it. And I'm looking forward for not fragile version:) – Alex Z Mar 25 '16 at 14:02