Skip to content
medoo orm with zephir lang
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
medoo
test
.gitignore
README.md
config.json

README.md

#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

License

Medoo-Zephir is open-sourced software licensed under the MIT License. See the LICENSE file for more information.

Thanks

You can’t perform that action at this time.