# `PhoenixKit.PubSub.Manager`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.105/lib/phoenix_kit/pubsub/manager.ex#L1)

PubSub Manager for PhoenixKit admin live updates.

Manages its own PubSub system independent of parent applications.
Automatically starts when needed and provides simple broadcast/subscribe API.

# `broadcast`

Broadcasts a message to a topic.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

Starts the PubSub manager.

# `subscribe`

Subscribes to a topic.

# `unsubscribe`

Unsubscribes from a topic.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
