|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.1 http://pear.php.net/dtd/package-2.1.xsd"> |
| 3 | + <name>kafka</name> |
| 4 | + <channel>pecl.php.net</channel> |
| 5 | + <summary>Kafka client based on librdkafka</summary> |
| 6 | + <description>This extension is a librdkafka binding providing a working client for Kafka</description> |
| 7 | + <lead> |
| 8 | + <name>Nick Chiu</name> |
| 9 | + <user>nick-zh</user> |
| 10 | + |
| 11 | + <active>yes</active> |
| 12 | + </lead> |
| 13 | + <date>2020-12-06</date> |
| 14 | + <time>12:00:00</time> |
| 15 | + <version> |
| 16 | + <release>1.0.0</release> |
| 17 | + <api>1.0.0</api> |
| 18 | + </version> |
| 19 | + <stability> |
| 20 | + <release>stable</release> |
| 21 | + <api>stable</api> |
| 22 | + </stability> |
| 23 | + <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3 License</license> |
| 24 | + <notes> |
| 25 | + Initial release |
| 26 | + </notes> |
| 27 | + <contents> |
| 28 | + <dir name="/"> |
| 29 | + <file role="doc" name="CREDITS"/> |
| 30 | + <file role="doc" name="LICENSE"/> |
| 31 | + <file role="doc" name="README.md"/> |
| 32 | + <file role="src" name="configuration.c"/> |
| 33 | + <file role="src" name="config.m4"/> |
| 34 | + <file role="src" name="config.w32"/> |
| 35 | + <file role="src" name="functions.c"/> |
| 36 | + <file role="src" name="functions_arginfo.h"/> |
| 37 | + <file role="src" name="consumer.c"/> |
| 38 | + <file role="src" name="consumer_arginfo.h"/> |
| 39 | + <file role="src" name="kafka_exception.c"/> |
| 40 | + <file role="src" name="message.c"/> |
| 41 | + <file role="src" name="message_arginfo.h"/> |
| 42 | + <file role="src" name="metadata.c"/> |
| 43 | + <file role="src" name="metadata_arginfo.h"/> |
| 44 | + <file role="src" name="metadata_broker.c"/> |
| 45 | + <file role="src" name="metadata_broker_arginfo.h"/> |
| 46 | + <file role="src" name="metadata_collection.c"/> |
| 47 | + <file role="src" name="metadata_collection_arginfo.h"/> |
| 48 | + <file role="src" name="metadata_partition.c"/> |
| 49 | + <file role="src" name="metadata_partition_arginfo.h"/> |
| 50 | + <file role="src" name="metadata_topic.c"/> |
| 51 | + <file role="src" name="metadata_topic_arginfo.h"/> |
| 52 | + <file role="src" name="php_kafka_int.h"/> |
| 53 | + <file role="src" name="producer.c"/> |
| 54 | + <file role="src" name="producer_arginfo.h"/> |
| 55 | + <file role="src" name="kafka.c"/> |
| 56 | + <file role="src" name="topic.c"/> |
| 57 | + <file role="src" name="topic_arginfo.h"/> |
| 58 | + <file role="src" name="topic_partition.c"/> |
| 59 | + <file role="src" name="topic_partition_arginfo.h"/> |
| 60 | + <dir name="tests"> |
| 61 | + <file role="test" name="allow_null_payload_and_key.phpt"/> |
| 62 | + <file role="test" name="allow_null_payload.phpt"/> |
| 63 | + <file role="test" name="bugConfSetArgument.phpt"/> |
| 64 | + <file role="test" name="conf_callbacks_integration.phpt"/> |
| 65 | + <file role="test" name="conf_callbacks.phpt"/> |
| 66 | + <file role="test" name="conf.phpt"/> |
| 67 | + <file role="test" name="constants.phpt"/> |
| 68 | + <file role="test" name="integration-tests-check.php"/> |
| 69 | + <file role="test" name="message_headers.phpt"/> |
| 70 | + <file role="test" name="produce_consume.phpt"/> |
| 71 | + <file role="test" name="produce_consume_queue.phpt"/> |
| 72 | + <file role="test" name="kafka_get_err_descs.phpt"/> |
| 73 | + <file role="test" name="test_env.php.sample"/> |
| 74 | + <file role="test" name="topic_partition.phpt"/> |
| 75 | + </dir> |
| 76 | + </dir> |
| 77 | + </contents> |
| 78 | + <dependencies> |
| 79 | + <required> |
| 80 | + <php> |
| 81 | + <min>7.3.0</min> |
| 82 | + <max>8.99.99</max> |
| 83 | + </php> |
| 84 | + <pearinstaller> |
| 85 | + <min>1.4.8</min> |
| 86 | + </pearinstaller> |
| 87 | + </required> |
| 88 | + </dependencies> |
| 89 | + <providesextension>kafka</providesextension> |
| 90 | + <extsrcrelease/> |
| 91 | + <changelog> |
| 92 | + </changelog> |
| 93 | +</package> |
0 commit comments