# tcpclient **Repository Path**: cbter/tcpclient ## Basic Information - **Project Name**: tcpclient - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-07 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Laravel, PHP, TCP, tcpclient, client ## README
.
## Installing ```shell $ composer require lambq/tcpclient -vvv ``` ## Usage TODO #### Publishing topic ``` use Lambq\Tcpclient\Panel\Tcp; public function SendMsgViaMqtt($topic, $message) { $tcp = new Tcp(); $res = $tcp->set()->proxy($host, $port, $name, $pass)->connect(); if ($res) { } } ``` ## License MIT