https://github.com/rezgui/phpserial
https://github.com/rezgui/phpserial
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rezgui/phpserial
- Owner: rezgui
- License: mit
- Created: 2022-04-22T11:42:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T12:56:49.000Z (about 4 years ago)
- Last Synced: 2025-12-14T07:34:17.432Z (7 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PhpSerial
[](https://packagist.org/packages/rezgui/phpserial)
[](https://packagist.org/packages/rezgui/phpserial)

Multi-platform serial port access convenience class for Laravel.
## Installation
You can install the package via composer:
```bash
composer require rezgui/phpserial
```
## Usage
```php
// Usage description here
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email yacine.rezgui@rsolution.dz instead of using the issue tracker.
## Credits
- [Yacine REZGUI](https://github.com/rezgui)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).