Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
d5ded08f5e | |||
dfa86d9dc8 | |||
0100c86442 | |||
bbaff88e41 | |||
42227c7e56 | |||
30040e8503 | |||
68c11c6b4a |
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: Get Composer Cache Directory
|
- name: Get Composer Cache Directory
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=dir::$(composer config cache-files-dir)"
|
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Cache Composer dependencies
|
- name: Cache Composer dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# php-mqtt/laravel-client
|
# ykxiao/laravel-mqtt-client
|
||||||
|
|
||||||
[](https://packagist.org/packages/php-mqtt/laravel-client)
|
[](https://packagist.org/packages/php-mqtt/laravel-client)
|
||||||
[](https://packagist.org/packages/php-mqtt/laravel-client)
|
[](https://packagist.org/packages/php-mqtt/laravel-client)
|
||||||
@ -16,10 +16,10 @@ allows you to connect to an MQTT broker where you can publish messages and subsc
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The package is available on [packagist.org](https://packagist.org/packages/php-mqtt/laravel-client) and can be installed using composer:
|
The package is available on [packagist.org](https://packagist.org/packages/ykxiao/laravel-mqtt-client) and can be installed using composer:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require php-mqtt/laravel-client
|
composer require ykxiao/laravel-mqtt-client
|
||||||
```
|
```
|
||||||
|
|
||||||
The package will register itself through Laravel auto discovery of packages.
|
The package will register itself through Laravel auto discovery of packages.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "php-mqtt/laravel-client",
|
"name": "ykxiao/laravel-mqtt-client",
|
||||||
"description": "A wrapper for the php-mqtt/client library for Laravel.",
|
"description": "A wrapper for the ykxiao/laravel-mqtt-client library for Laravel.",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mqtt",
|
"mqtt",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"subscribe",
|
"subscribe",
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/php-mqtt/laravel-client",
|
"homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-matt-client",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user