gitextract_8acfidfq/ ├── .gitignore ├── .travis.yml ├── CREDITS ├── EXPERIMENTAL ├── LICENSE ├── README.md ├── kafka.c ├── kafka.h ├── php_kafka.c ├── php_kafka.h ├── rebuild.sh ├── stub/ │ ├── Kafka.class.php │ └── KafkaException.class.php ├── test.php ├── tests/ │ ├── constant_begin.phpt │ ├── constant_end.phpt │ ├── constant_mode.phpt │ └── exceptiontest1.phpt └── travis.sh