Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 23 C PHP Projects
-
So far we have simply installed the Redis server in our computer, but we need to have a way to connect from a PHP application. For this there are two options, using phpredis, a PHP extension, or predis, a library. None is better than the other, they just have different objectives and scopes. phpredis has the advantage that it allows you to connect to Redis from any PHP project that is executed in that computer, whereas phpredis, being a library, only allows to connect from the projects where it's installed. In my case, I have experience with phpredis, so let's see how to install it.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
WeeChat[0] with Bitlbee[1] supports a metric assload of services, albeit by pretending they're IRC (which does work - I spent years in weechat/irssi with bitlbee talking to various people on disparate services.)
Or if you're just after Telegram/WhatsApp, nchat[2] is ok (I can vouch for the Telegram half only.)
[0] https://weechat.org
[1] https://wiki.bitlbee.org
[2] https://github.com/d99kris/nchat
-
-
-
-
-
Themis
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
ngx-php
ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
-
-
php-glfw
🪐A fully-featured OpenGL and GLFW extension for PHP. 🔋Batteries included (Math Functions, Texture Loaders, etc..)
-
-
-
-
swoole-cli
SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.
-
-
Project mention: Merecat Httpd – A Tiny (~140 KiB) Web Server with HTTPS and PHP Support | news.ycombinator.com | 2024-10-13
-
-
-
# Dockerfile # Install system dependencies RUN apt-get update && apt-get install -y \ cmake \ && docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \ && apt-get clean && rm -rf /var/lib/apt/lists/* \ && docker-php-ext-configure pdo_odbc --with-pdo-odbc=unixODBC,/usr \ && docker-php-ext-install \ pdo \ pdo_pgsql \ pdo_odbc \ ENV PHP_HOME /usr/local # Pull the Snowflake PDO repo and install the driver RUN mkdir /tmp/pdo_snowflake && \ git clone https://github.com/snowflakedb/pdo_snowflake.git /tmp/pdo_snowflake RUN cd /tmp/pdo_snowflake && \ bash ./scripts/build_pdo_snowflake.sh && \ cp modules/pdo_snowflake.so /usr/local/lib/php/extensions/no-debug-non-zts-*/ && \ cp ./libsnowflakeclient/cacert.pem /usr/local/etc/php/cacert.pem RUN echo "extension=pdo_snowflake.so" > /usr/local/etc/php/conf.d/pdo_snowflake.ini && \ echo "pdo_snowflake.cacert=/usr/local/etc/php/cacert.pem" >> /usr/local/etc/php/conf.d/pdo_snowflake.ini
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C PHP discussion
C PHP related posts
-
Php.net Is Down
-
Which open-source projects are widely used but maintained by just a few people?
-
Ngx-PHP: Embedded PHP 8 for Nginx
-
Performance benchmark of PHP runtimes
-
Exploring the design space of binary search trees
-
Submit your talk ideas for Longhorn PHP 2023!
-
Egg⛩️🐧irl
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 10 Dec 2024
Index
What are some of the best open-source PHP projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | phpredis | 10,009 |
2 | Weechat | 2,987 |
3 | php-ext-xlswriter | 2,271 |
4 | php-spx | 2,138 |
5 | ext-ds | 2,113 |
6 | php-rdkafka | 2,095 |
7 | Themis | 1,878 |
8 | PHPSpy | 1,437 |
9 | swow | 1,204 |
10 | php-memory-profiler | 874 |
11 | ngx-php | 647 |
12 | imagick | 552 |
13 | php-glfw | 418 |
14 | Ice | 340 |
15 | php-psr | 232 |
16 | phpmicro | 219 |
17 | swoole-cli | 194 |
18 | gherkin | 191 |
19 | merecat | 154 |
20 | php-opengl | 111 |
21 | php-sdl | 107 |
22 | pdo_snowflake | 63 |
23 | handlebars.c | 37 |