Download the PHP package sanchescom/php-serial without Composer
On this page you can find all versions of the php package sanchescom/php-serial. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sanchescom/php-serial
More information about sanchescom/php-serial
Files in sanchescom/php-serial
Package php-serial
Short Description Multi-platform serial port access convenience class
License GPL-3.0
Informations about the package php-serial
PHP Serial
Multi-platform convenience class to access the serial port from PHP. This is refactored version of sources library PHP-Serial. Current version rewrite on PHP 7.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installing
Require this package, with Composer, in the root directory of your project.
Usage
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Efimov Aleksandr - Refactoring and supporting work - Sanchescom
- Rémy Sanchez - Initial work - Xowap
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Platform support
- Linux: the initially supported platform, the one I used. Probably the less buggy one.
- MacOS: although I never tried it on MacOS, it is similar to Linux and some patches were submitted to me, so I guess it is OK
- Windows: it seems to be working for some people, not working for some others. Theoretically there should be a way to get it done.