#medoo orm with zephir lang
make medoo to c extension for perfomance.
Requirements
- Installing Zephir
The Zephir compiler currently must be cloned from Github:
$ git clone https://github.com/phalcon/zephir Run the Zephir installer (this compiles/creates the parser):
$ cd zephir $ ./install -c
#Install
Compile the extension:
cd medoo
zephir compile
cd ext
./configure --with-php-config=your-php-config-path
make
sudo make install
edit php.ini, add medoo.so#Usage
External Links
- Zephir Documentation
- [QQ: 141059677]
License
Medoo-Zephir is open-sourced software licensed under the MIT License. See the LICENSE file for more information.