pulsar-client-phpcpp icon indicating copy to clipboard operation
pulsar-client-phpcpp copied to clipboard

Apache Pulsar client library for PHP, based on pulsar-client-cpp and PHP-CPP (build just for fun, not for profit nor production)

  • Apache Pulsar client library for PHP

** Build

Requirements:

  • [[https://github.com/apache/pulsar/tree/master/pulsar-client-cpp/][Pulsar C++ client library]]
  • [[https://github.com/CopernicaMarketingSoftware/PHP-CPP][PHP-CPP]]
  • PHP 7.4

Compilation:

#+begin_src git clone [email protected]:oraoto/pulsar-client-phpcpp.git make -j4 #+end_src

** Usage

See [[./examples][examples]] for more examples.