tarantool-php / client

PHP client for Tarantool.
MIT License
67 stars 22 forks source link

Require rybakit/msgpack dependency #77

Closed rybakit closed 2 years ago

rybakit commented 2 years ago

This will simplify the installation of the client and avoid potential incompatibility issues when installing the rybakit/msgpack library. The ability to use the msgpack pecl extension will still remain, but it will have to be done explicitly by passing the pecl packer as an argument to the client's factory methods (instead of checking availability at runtime). The PackerFactory class will be removed.