All Projects → gglinux → Php Extensions

gglinux / Php Extensions

Licence: apache-2.0
PHP C扩展开发

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Php Extensions

phphll
HyperLogLog for PHP implemented as a C extension
Stars: ✭ 19 (-38.71%)
Mutual labels:  php-extension
Skyapm Php Sdk
The PHP instrument agent for Apache SkyWalking
Stars: ✭ 292 (+841.94%)
Mutual labels:  php-extension
Wasmer Php
🐘🕸️ WebAssembly runtime for PHP
Stars: ✭ 796 (+2467.74%)
Mutual labels:  php-extension
relay
The next-generation caching layer for PHP.
Stars: ✭ 21 (-32.26%)
Mutual labels:  php-extension
Study
手把手教你写PHP协程扩展(teach you to write php coroutine extension by hand)
Stars: ✭ 285 (+819.35%)
Mutual labels:  php-extension
Php7 Extension Explore
全网唯一PHP7扩展开发教程
Stars: ✭ 402 (+1196.77%)
Mutual labels:  php-extension
php-rar
PECL rar extension
Stars: ✭ 35 (+12.9%)
Mutual labels:  php-extension
Xhprof Apm
Xhprof APM
Stars: ✭ 29 (-6.45%)
Mutual labels:  php-extension
Zephir
Zephir is a compiled high level language aimed to the creation of C-extensions for PHP.
Stars: ✭ 3,086 (+9854.84%)
Mutual labels:  php-extension
Php Opencv
PHP extensions for OpenCV
Stars: ✭ 524 (+1590.32%)
Mutual labels:  php-extension
panda
A simple extension for PHP
Stars: ✭ 45 (+45.16%)
Mutual labels:  php-extension
raylib-php
PHP 8 Bindings to raylib
Stars: ✭ 112 (+261.29%)
Mutual labels:  php-extension
Zan
高效稳定、安全易用、线上实时验证的全异步高性能网络库,通过PHP扩展方式使用。
Stars: ✭ 453 (+1361.29%)
Mutual labels:  php-extension
php aho corasick
Aho-Corasick string search algorithm PHP extension implementation.
Stars: ✭ 45 (+45.16%)
Mutual labels:  php-extension
Pinyin Php
`pinyin-php` is a php extension which could translate Chinese character into Chinese PinYin.
Stars: ✭ 26 (-16.13%)
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 (-41.94%)
Mutual labels:  php-extension
Php Vips
php binding for libvips
Stars: ✭ 296 (+854.84%)
Mutual labels:  php-extension
Graphql Parser Php
A PHP extension wrapping the libgraphqlparser library for parsing GraphQL.
Stars: ✭ 29 (-6.45%)
Mutual labels:  php-extension
Phpython
PHPython: An extension to eval python3 codes in PHP
Stars: ✭ 13 (-58.06%)
Mutual labels:  php-extension
Libsodium Php
The PHP extension for libsodium.
Stars: ✭ 507 (+1535.48%)
Mutual labels:  php-extension

php-extensions

Author License

PHP C扩展开发

Requirement

PHP 5.2 +

Install

Linux 编译安装

$ /$path/phpize
$ ./configure
$ make && make install
$ //添加生成的 gglinux.so 到 php.ini

Document

demo1:扩展开发-基本结构

demo2:扩展开发-独立函数

demo3:扩展开发-使用返回值

demo4:扩展开发-获取函数参数

demo5:扩展开发-HashTable使用

demo6:扩展开发-Array使用

demo7:扩展开发-资源使用

demo8:扩展开发-全局变量(线程安全资源管理宏)使用

More

PHP扩展开发及内核应用

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].