Commit Graph

28 Commits

Author SHA1 Message Date
d5ded08f5e 更新composer文件 v1.3.1 2023-07-06 11:29:10 +08:00
dfa86d9dc8 更新README文件 2023-07-06 11:27:46 +08:00
0100c86442 修改包信息 2023-07-06 11:20:58 +08:00
bbaff88e41 修改包名称 2023-07-06 11:16:41 +08:00
42227c7e56 修改包名 2023-07-06 11:07:38 +08:00
30040e8503 Replace deprecated set-output in GHA 2023-05-15 20:14:23 +02:00
68c11c6b4a Fix phpcs in ConnectionManager 2023-05-15 20:10:38 +02:00
b059586d08 Allow broadcasting to a specific log channel (#40)
* Allow broadcasting to a specific log channel

* Fix  check condition

* Update src/ConnectionManager.php

* Update config/mqtt-client.php

---------

Co-authored-by: Namoshek <Namoshek@users.noreply.github.com>
v1.3.0
2023-05-15 20:04:29 +02:00
0669643386 Update minimum php-mqtt/client version (#39)
Versions before 1.3.0 don't have setReconnectAutomatically
v1.2.1
2023-04-05 18:41:07 +02:00
936ce0549d GHA: Run tests against PHP 8.2 (#37) v1.2.0 2023-02-14 20:50:15 +01:00
c42ec1d6ff Laravel 10.x Compatibility (#35)
* Bump dependencies for Laravel 10

* Update version constraints in composer.json

---------

Co-authored-by: Marvin Mall <marvin-mall@msn.com>
2023-02-14 20:41:59 +01:00
d2a2a839e4 Fix: PR target event allows external builds (#32) v1.1.0 2022-11-22 22:32:07 +01:00
fe0cb883e7 Add auto reconnect support (#31)
* Update mqtt-client.php

* Update ConnectionManager.php

* Update mqtt-client.php

* Update mqtt-client.php

* Update mqtt-client.php

* Update ConnectionManager.php

* Update mqtt-client.php

* Add and normalize auto-reconnect settings

* Add .gitkeep

* Remove .gitkeep

Co-authored-by: Marvin Mall <marvin-mall@msn.com>
2022-11-22 22:26:38 +01:00
136ce2cb75 Bump actions/checkout from 2 to 3 (#24)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-10 15:50:12 +02:00
c398d5ec07 Add Dependabot and improve build pipeline (#23)
* Add dependabot config

* Update actions/cache and simplify variable usage in build
2022-04-10 15:45:17 +02:00
d237909b6d Feature laravel 9 (#22)
* Support Laravel 9

* Build and test using PHP 8.1
v1.0.2
2022-02-10 19:22:40 +01:00
7dfaac06e4 Fix: Recreate disconnected connections when being retrieved (#19) v1.0.1 2022-01-08 14:23:13 +01:00
9e69fb1e45 Use php-mqtt/client:^1.0 v1.0.0 2021-01-10 19:50:26 +01:00
895dc58a20 Add SonarQube badges v1.0.0-rc2 2021-01-05 20:28:52 +01:00
fefbd82c59 Add code style enforcement and GitHub Actions workflow for tests (#3)
* Add PHP_CodeSniffer and fix code style

* Add test pipeline and SonarQube analysis

* Fix job name of workflow
2021-01-05 20:25:53 +01:00
082f2f25b1 Cast config values for strict type matching (#2) 2021-01-05 20:10:57 +01:00
78af7a1889 Update the package for v1 of the MQTT client (#1)
* Update composer packages and untrack composer.lock

* Update code and config for v1.0.0-rc1

* Use contract instead of implementation

* Update README.md
v1.0.0-rc1
2021-01-05 17:05:06 +01:00
2ea0c4cd2c add configuration and usage to readme 2019-09-17 20:04:30 +02:00
aff8b8d1a1 make memory repository the default using a binding 2019-09-17 20:01:49 +02:00
77c2648964 add support for laravel 6.0 2019-09-17 20:01:25 +02:00
c8967c7d8c add WIP warning 2019-09-15 21:42:19 +02:00
ca2238c9b5 add connection manager and facade with implementation 2019-09-15 21:41:06 +02:00
c0bc99c781 initial commit
setting up the project
2019-09-15 17:12:38 +02:00