All Projects → kwn → php-rdkafka-stubs

kwn / php-rdkafka-stubs

Licence: MIT License
Rdkafka extension stubs for your IDE. Always compatibile with the latest php-rdkafka version.

Programming Languages

PHP
23972 projects - #3 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to php-rdkafka-stubs

flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-88.8%)
Mutual labels:  ide
mock-spy-module-import
JavaScript import/require module testing do's and don'ts with Jest
Stars: ✭ 40 (-68%)
Mutual labels:  stub
AGD-Studio
An integrated development environment for AGD
Stars: ✭ 39 (-68.8%)
Mutual labels:  ide
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (-70.4%)
Mutual labels:  ide
VapourNvim
A NeoVim config for THE ULTIMATE vim IDE-like experience.
Stars: ✭ 351 (+180.8%)
Mutual labels:  ide
BrainfuckIDE
A Brainfuck IDE/debugger designed to be intuitive, featureful and visually appealing
Stars: ✭ 77 (-38.4%)
Mutual labels:  ide
Desk
Light-weight ide for competitive programming.
Stars: ✭ 34 (-72.8%)
Mutual labels:  ide
Moonshine-IDE
Moonshine is a free and open source middleweight IDE built with ActionScript 3 for ActionScript 3, Apache Flex®, Apache Royale™, and Feathers development, with Cloud and Desktop support.
Stars: ✭ 86 (-31.2%)
Mutual labels:  ide
bem-express
BEM project-stub with BEMTREE and express
Stars: ✭ 45 (-64%)
Mutual labels:  stub
graphiql-storm
🌪 A GraphQl Web IDE
Stars: ✭ 111 (-11.2%)
Mutual labels:  ide
modern-api-management
A modern approach to manage APIs effectively using Protobuf
Stars: ✭ 36 (-71.2%)
Mutual labels:  stub
prodict
Prodict, what Python dict meant to be.
Stars: ✭ 102 (-18.4%)
Mutual labels:  ide
Stubmatic
Mock HTTP calls without coding. Designed specially for testing and testers.
Stars: ✭ 118 (-5.6%)
Mutual labels:  stub
neovim-config
Modern NeoVim config for IDE-like development
Stars: ✭ 89 (-28.8%)
Mutual labels:  ide
GitHub-Web-IDE
⚡ Open GitHub repositories in online web IDE
Stars: ✭ 242 (+93.6%)
Mutual labels:  ide
use-monaco
Use 🗒️ monaco-editor in any ⚛️ React app with simple hooks 🎣
Stars: ✭ 85 (-32%)
Mutual labels:  ide
WyliodrinSTUDIO
Wyliodrin STUDIO is a Chrome based IDE for software and hardware development in IoT and Embedded Linux
Stars: ✭ 90 (-28%)
Mutual labels:  ide
sparklemotion
Sparkle Motion
Stars: ✭ 24 (-80.8%)
Mutual labels:  ide
SanderOSUSB
32 bit singletasking C kernel
Stars: ✭ 52 (-58.4%)
Mutual labels:  ide
opendev
OpenDev is a non-profit project that tries to collect as many resources (assets) of free use for the development of video games and applications.
Stars: ✭ 34 (-72.8%)
Mutual labels:  ide

Stubs for PHP Rdkafka extension (4.0 version)

Build Status Latest Stable Version

This package provides you a set of stubs for RdKafka extension. It currently supports version 4.0. For older verisions of rdkafka extenstion (3.x and 0.9) please use version 1.x of this repository.

Installation

Add package to your composer.json dev dependencies

$ composer require kwn/php-rdkafka-stubs --dev

Usage

Once package is installed, your IDE should simply discover all stubs automatically. Please notice, that kwn/php-rdkafka-stubs package has no autoloader configuration provided, so stubs classes are visible in your IDE, but don't clashes with rdkafka extension namespaces.

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