All Projects → wujunze → panda

wujunze / panda

Licence: other
A simple extension for PHP

Programming Languages

c
50402 projects - #5 most used programming language
PHP
23972 projects - #3 most used programming language
M4
1887 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to panda

php-document-creator
a document creator for php extension.一个用于生成PHP扩展文档的工具
Stars: ✭ 25 (-44.44%)
Mutual labels:  php-extension
xhprof
PHP7/PHP8 support
Stars: ✭ 877 (+1848.89%)
Mutual labels:  php-extension
php-rar
PECL rar extension
Stars: ✭ 35 (-22.22%)
Mutual labels:  php-extension
php-to-zephir
Convert PHP 7 files to Zephir zep files and create a native PHP extension
Stars: ✭ 25 (-44.44%)
Mutual labels:  php-extension
FAROS
FAROS: Illuminating In-Memory Injection Attacks via Provenance-based Whole System Dynamic Information Flow Tracking
Stars: ✭ 16 (-64.44%)
Mutual labels:  panda
PHP-CPP-documentation
The documentation in chinese of PHP-CPP.
Stars: ✭ 35 (-22.22%)
Mutual labels:  php-extension
OpenLevelEditor
An open sourced modernized version of Disney's in-house Toontown Online level editor used to create .dna files.
Stars: ✭ 45 (+0%)
Mutual labels:  panda
php aho corasick
Aho-Corasick string search algorithm PHP extension implementation.
Stars: ✭ 45 (+0%)
Mutual labels:  php-extension
learn-computer
PHP函数源码分析、计算机相关知识
Stars: ✭ 13 (-71.11%)
Mutual labels:  php-extension
light
Light is English-like programming language built using the Panda Framework
Stars: ✭ 52 (+15.56%)
Mutual labels:  panda
zephir-docs
Zephir Documentation and website
Stars: ✭ 62 (+37.78%)
Mutual labels:  php-extension
skeleton-php-ext
Skeleton project for PHP extension (written in C)
Stars: ✭ 24 (-46.67%)
Mutual labels:  php-extension
secp256k1-php
PHP bindings for bitcoin-core/secp256k1
Stars: ✭ 55 (+22.22%)
Mutual labels:  php-extension
pdo sqlcipher
SQLCipher PDO (PHP Data Objects) driver
Stars: ✭ 17 (-62.22%)
Mutual labels:  php-extension
Dev-Tools-Magento-2-Module
A collection of utilities meant to improve the experience of developing modules for Magento without breaking existing functionality.
Stars: ✭ 18 (-60%)
Mutual labels:  php-extension
php-mustache
Mustache PHP Extension
Stars: ✭ 55 (+22.22%)
Mutual labels:  php-extension
tast-process
An extension providing multi process for PHP 7
Stars: ✭ 27 (-40%)
Mutual labels:  php-extension
relay
The next-generation caching layer for PHP.
Stars: ✭ 21 (-53.33%)
Mutual labels:  php-extension
phphll
HyperLogLog for PHP implemented as a C extension
Stars: ✭ 19 (-57.78%)
Mutual labels:  php-extension
RapidPM
High performance extension that implements parts of PocketMine-MP (PMMP) with Zephir
Stars: ✭ 31 (-31.11%)
Mutual labels:  php-extension

Develop a simple PHP extension to learn PHP extension development and the PHP kernel (PHP7)

Build Status

中文文档

Install the extension

  1. git clone
    git clone https://github.com/wujunze/panda
  2. Compilation and installation extension
    $ /path/to/phpize
    $ ./configure --with-php-config=/path/to/php-config
    $ make && make install
  1. Add at last in php.ini
[panda]
extension = panda.so
  1. Restart php-fpm

Use the extension

  1. View the extensions installed PHP_ext_Panda.png

  2. So let's test that out Panda-run.png

Special thanks to

  1. 信海龙的博客
  2. 深入理解PHP内核
  3. PHP 扩展开发及内核应用相关内容
  4. 零基础学习PHP拓展开发
  5. PHP 扩展开发 -- 使用 clion 配置
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].