PHPackages                             mrferos/zulip-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mrferos/zulip-php

ActiveLibrary[API Development](/categories/api)

mrferos/zulip-php
=================

PHP Zuilip Client

0.2.0(10y ago)510.7k2[2 issues](https://github.com/mrferos/zulip-php-client/issues)MITPHP

Since Sep 27Pushed 6y ago3 watchersCompare

[ Source](https://github.com/mrferos/zulip-php-client)[ Packagist](https://packagist.org/packages/mrferos/zulip-php)[ RSS](/packages/mrferos-zulip-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (6)Used By (0)

Zulip PHP Client
================

[](#zulip-php-client)

**I am working on a V2 of the client that is more up to date and is actually tested to work, please see the v2 branch for updates**

Have been playing around with [Zulip](https://zulip.org/) and noticed there was no PHP client... So I made one!

Installation
------------

[](#installation)

Using composer!

```
composer require mrferos/zulip-php:^0.1.0
```

Usage:
------

[](#usage)

Using the client is simple, instantiate it with the URL to your Zulip instance and pass the default authentication object (on a per request basis you can specify different authentication in case you need/want to send messages as different users per requests).

### Example:

[](#example)

```
