Skip to content

dreamsxin/dao7-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

Linux/Unix/Mac

On a Unix-based platform you can easily compile and install the extension from sources.

Requirements

Prerequisite packages are:

  • PHP 7.0.x development resources
  • GCC compiler (Linux/Solaris) or Xcode (Mac)

Compilation

Follow these instructions to generate a binary extension for your platform:

git clone git://github.com/dreamsxin/dao7-kernel.git
cd dao7-kernel/

./skel.sh --extname=Demo

cd demo/ext

phpize
./configure
make -j4
sudo make install

Tests

php -r "echo Demo\Version::get().PHP_EOL;"

License

Dao7 kernel is open source software licensed under the New BSD License.

About

Php7 extension generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published