PHPackages                             php-n8n/client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. php-n8n/client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

php-n8n/client
==============

A lightweight, strongly typed PHP client for triggering n8n webhooks and tracking workflow executions.

v1.0.0(1mo ago)71966MITPHPPHP &gt;=8.2CI passing

Since May 10Pushed 6d agoCompare

[ Source](https://github.com/php-n8n/client)[ Packagist](https://packagist.org/packages/php-n8n/client)[ Docs](https://php-n8n.com)[ RSS](/packages/php-n8n-client/feed)WikiDiscussions main Synced 1w ago

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

PHP n8n Client
==============

[](#php-n8n-client)

[![Latest Version](https://camo.githubusercontent.com/046edf9582c8ad69860adf327bd608ef7f27ca39d6bf288f36c6697039a16568/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068702d6e386e2f636c69656e742e737667)](https://packagist.org/packages/php-n8n/client)[![PHP Version](https://camo.githubusercontent.com/a299de248a7115940b7b16f582f798de24a8b1ba0b68bd5f5fe9d2dacbcd1b5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7068702d6e386e2f636c69656e742e737667)](https://packagist.org/packages/php-n8n/client)[![License](https://camo.githubusercontent.com/773f60fc1c1bcebaaab899eb6f1c5c9e3cb9894b2023cef58d7f88981c9b8bf3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068702d6e386e2f636c69656e742e737667)](LICENSE)[![Tests](https://github.com/php-n8n/client/actions/workflows/ci.yml/badge.svg)](https://github.com/php-n8n/client/actions/workflows/ci.yml)[![Coverage](https://camo.githubusercontent.com/e55dcb2992a8543d66290a80896136e265d41df38cb0931a0c85b79abe8081ac/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f7068702d6e386e2f636c69656e742e737667)](https://codecov.io/gh/php-n8n/client)[![PHPStan](https://camo.githubusercontent.com/3c495f29fefefa4e5399d4a3a3d5dab979d796d1248b4df1f00ead435174bfa7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230362d626c75652e737667)](https://camo.githubusercontent.com/3c495f29fefefa4e5399d4a3a3d5dab979d796d1248b4df1f00ead435174bfa7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230362d626c75652e737667)[![Code Style](https://camo.githubusercontent.com/9a55c17459c810407cac6350c94a2c6f9545d3c249439e19a763f6856392bb39/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532307374796c652d5053522d2d31322d626c75652e737667)](https://camo.githubusercontent.com/9a55c17459c810407cac6350c94a2c6f9545d3c249439e19a763f6856392bb39/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532307374796c652d5053522d2d31322d626c75652e737667)[![Downloads](https://camo.githubusercontent.com/ed64d69cc278a7bcda407d0daff5ce2f8c81628648e7b392f5142beba5165059/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d6e386e2f636c69656e742e737667)](https://packagist.org/packages/php-n8n/client)

A PSR-compliant PHP client for triggering and tracking n8n webhook executions. `php-n8n/client` is framework agnostic, immutable by design, and built on PSR-7, PSR-17, and PSR-18.

Full documentation:

The package focuses on webhook execution, execution tracking, and transport abstractions. It intentionally does not attempt to become a full n8n SDK.

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

[](#installation)

```
composer require php-n8n/client guzzlehttp/guzzle nyholm/psr7
```

This package depends on PSR interfaces. Install the PSR-18 HTTP client and PSR-17 factories that match your application stack.

Minimal Example
---------------

[](#minimal-example)

```
