C PHP

Open-source C projects categorized as PHP

Top 23 C PHP Projects

  • phpredis

    A PHP extension for Redis

    Project mention: Using Redis for Caching in Laravel: A Step-by-Step Guide | dev.to | 2024-09-29

    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.

    CodeRabbit logo
  • Weechat

    The extensible chat client.

    Project mention: Neonmodem: TUI for Lobsters, HN, etc. | news.ycombinator.com | 2024-01-11

    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

  • php-ext-xlswriter

    🚀 PHP Extension for creating and reader XLSX files.

  • php-spx

    A simple & straight-to-the-point PHP profiling extension with its built-in web UI

  • ext-ds

    An extension providing efficient data structures for PHP 7

  • php-rdkafka

    Production-ready, stable Kafka client for PHP

  • 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

    SaaSHub logo
  • PHPSpy

    low-overhead sampling profiler for PHP 7+

  • swow

    Coroutine-based cross-platform concurrent I/O engine.

  • php-memory-profiler

    Memory profiler for PHP. Helps finding memory leaks in PHP scripts.

  • ngx-php

    ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.

    Project mention: FrankenPHP: The Modern PHP App Server | news.ycombinator.com | 2024-05-29
  • imagick

    🌈 The Imagick PHP extension 🌈 (by Imagick)

  • php-glfw

    🪐A fully-featured OpenGL and GLFW extension for PHP. 🔋Batteries included (Math Functions, Texture Loaders, etc..)

  • Ice

    Source code of Ice framework (by ice)

  • php-psr

    PHP extension providing the accepted PSR interfaces

  • phpmicro

    micro sfx SAPI for php (wip, may force push)

  • swoole-cli

    SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.

  • gherkin

    A parser and compiler for the Gherkin language. (by cucumber)

  • merecat

    Small and made-easy HTTP/HTTPS server based on Jef Poskanzer's thttpd

    Project mention: Merecat Httpd – A Tiny (~140 KiB) Web Server with HTTPS and PHP Support | news.ycombinator.com | 2024-10-13
  • php-opengl

    PHP-OpenGL source code

  • php-sdl

    SDL2 bindings for the PHP language

  • pdo_snowflake

    PHP PDO driver for snowflake

    Project mention: Integrate Snowflake with Laravel | dev.to | 2024-06-03

    # 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

  • handlebars.c

    C implementation of handlebars.js

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C PHP discussion

Log in or Post with

C PHP related posts

  • Php.net Is Down

    3 projects | news.ycombinator.com | 24 Nov 2024
  • Which open-source projects are widely used but maintained by just a few people?

    21 projects | news.ycombinator.com | 9 Sep 2024
  • Ngx-PHP: Embedded PHP 8 for Nginx

    1 project | news.ycombinator.com | 25 May 2024
  • Performance benchmark of PHP runtimes

    7 projects | dev.to | 17 Jan 2024
  • Exploring the design space of binary search trees

    3 projects | news.ycombinator.com | 15 Aug 2023
  • Submit your talk ideas for Longhorn PHP 2023!

    1 project | /r/PHP | 7 Jun 2023
  • Egg⛩️🐧irl

    3 projects | /r/egg_irl | 31 May 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 10 Dec 2024
    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 →

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

Sponsored
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.
coderabbit.ai

Did you konow that C is
the 6th most popular programming language
based on number of metions?