#
php-extension
Here are 218 public repositories matching this topic...
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
nodejs
python
c
java
rust
golang
php
lua
php-extension
ip-address
clang
ip-lookup
ip-location
lua-bindings
lua-extension
nginx-extensions
-
Updated
Jul 16, 2020 - Java
Zephir is a compiled high level language aimed to the creation of C-extensions for PHP
-
Updated
May 13, 2020 - PHP
V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
-
Updated
Apr 5, 2020 - C++
Microsoft Drivers for PHP for SQL Server
-
Updated
Jul 16, 2020 - PHP
An effective,fast,stable log extension for PHP.http://pecl.php.net/package/SeasLog http://php.net/SeasLog
-
Updated
Jan 30, 2020 - C
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
visualization
php
profiler
reverse-engineering
php-extension
data-visualization
flamegraph
tracer
performance-analysis
statistical-profiling
-
Updated
Jun 29, 2020 - C
-
Updated
Jun 25, 2020 - C++
PHP extensions for OpenCV
opencv
computer-vision
php7
php-extension
face-recognition
face-detection
php-opencv
phpopencv
php-facedetect
-
Updated
May 23, 2020 - C++
The PHP extension for libsodium.
-
Updated
Mar 26, 2020 - C
高效稳定、安全易用、线上实时验证的全异步高性能网络库,通过PHP扩展方式使用。
-
Updated
Apr 16, 2018 - C
手把手教你写PHP协程扩展(teach you to write php coroutine extension by hand)
-
Updated
Mar 5, 2020 - C++
The PHP instrument agent for Apache SkyWalking
-
Updated
Jun 28, 2020 - C
PHP extension for V8 JavaScript engine
-
Updated
Jul 15, 2018 - PHP
A new threading extension for PHP
php
php-extension
concurrency
multithreading
parallelism
pthreads
threading
multiple-threads
itc
mutex-lock
-
Updated
Apr 11, 2018 - C
PHP extension providing the accepted PSR interfaces
-
Updated
Jun 30, 2020 - C
Runkit that (mostly) works in PHP7! (method and function manipulation)
-
Updated
Apr 11, 2020 - PHP
The lightest php database framework written in c language, built in php extension, for mysql
-
Updated
May 20, 2020 - C
The Zephir Parser delivered as a C extension for the PHP language.
c
php
parser
parser-generator
php-extension
php-api
lalr
zephir
lemon
zend-engine
zephir-parser
zephir-language
-
Updated
Apr 4, 2020 - C
Ahocorasick keyword match.
-
Updated
Mar 23, 2017 - C
PHP collection extensions - PHP Version 7.x
-
Updated
Jul 12, 2018 - C
Array manipulation extension for PHP.
-
Updated
Mar 30, 2020 - C
An experimental Rust parser for WordPress Gutenberg post format
-
Updated
Jun 15, 2020 - Rust
PHP 扩展, 用于 PHP-FPM、FastCGI、LD_PRELOAD等模式下突破 disabled_functions
-
Updated
Apr 25, 2019 - C
Asynchronous PHP
-
Updated
Jul 11, 2018 - C
Improve this page
Add a description, image, and links to the php-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the php-extension topic, visit your repo's landing page and select "manage topics."
Describe the bug
When I use closure for
formatas written in documentation,an error
Warning: date() expects parameter 1 to be string, object givenoccurs.To Reproduce