Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarantool/tarantool-php
PECL PHP driver for Tarantool
https://github.com/tarantool/tarantool-php
driver php tarantool
Last synced: 18 days ago
JSON representation
PECL PHP driver for Tarantool
- Host: GitHub
- URL: https://github.com/tarantool/tarantool-php
- Owner: tarantool
- License: other
- Created: 2012-04-25T09:35:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T16:19:52.000Z (5 months ago)
- Last Synced: 2024-11-16T04:25:41.595Z (27 days ago)
- Topics: driver, php, tarantool
- Language: C
- Homepage: http://tarantool.org/
- Size: 18.3 MB
- Stars: 86
- Watchers: 34
- Forks: 24
- Open Issues: 21
-
Metadata Files:
- Readme: README.PACK.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-tarantool - PHP PECL connector
README
RPM Package
===============================================================================To build an RPM run:
```
git archive --format tar ${VERSION} | gzip -9 > ${HOME}/rpmbuild/SOURCES/${VERSION}.tar.gz
cp rpm/tarantool.ini ${HOME}/rpmbuild/SOURCES/
rpmbuild -bb rpm/php-tarantool.spec
```
When the build ends you'll find an RPM in `${HOME}/rpmbuild/(x86_64|i386)/`
Current `${VERSION}` is `0.0.5`DEBIAN Package
===============================================================================
To build a DEB package, run `fakeroot debian/rules binary` in the root.PECL Package
===============================================================================
You must have PEAR/PECL Installed in your system, and then `pear package` in the root