{"id":20460589,"url":"https://github.com/fawno/modbus","last_synced_at":"2025-04-13T06:03:54.999Z","repository":{"id":36526034,"uuid":"171996032","full_name":"fawno/Modbus","owner":"fawno","description":"Modbus RTU serial protocol in PHP","archived":false,"fork":false,"pushed_at":"2022-03-10T00:38:56.000Z","size":1024,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T06:03:26.887Z","etag":null,"topics":["dds238","energy-meter","energy-monitor","modbus","modbus-rtu","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fawno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-22T04:46:35.000Z","updated_at":"2024-09-02T02:02:57.000Z","dependencies_parsed_at":"2022-09-07T08:11:00.484Z","dependency_job_id":null,"html_url":"https://github.com/fawno/Modbus","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FModbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FModbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FModbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawno%2FModbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fawno","download_url":"https://codeload.github.com/fawno/Modbus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670437,"owners_count":21142904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dds238","energy-meter","energy-monitor","modbus","modbus-rtu","php"],"created_at":"2024-11-15T12:20:36.228Z","updated_at":"2025-04-13T06:03:54.910Z","avatar_url":"https://github.com/fawno.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modbus\n[![GitHub license](https://img.shields.io/github/license/fawno/Modbus)](https://github.com/fawno/Modbus/blob/master/LICENSE)\n[![GitHub release](https://img.shields.io/github/release/fawno/Modbus)](https://github.com/fawno/Modbus/releases)\n[![Packagist](https://img.shields.io/packagist/v/fawno/modbus)](https://packagist.org/packages/fawno/modbus)\n[![PHP](https://img.shields.io/packagist/php-v/fawno/modbus)](https://php.net)\n\nModbus RTU serial protocol in PHP\n\n# Install\ncomposer require fawno/modbus\n\n# Example\n```php\n\u003c?php\n  // Load autoload\n  require 'vendor/autoload.php';\n\n  // Pre-load Modbus DDS238 implementation\n  use Fawno\\Modbus\\ModbusDDS238;\n\n  // Configure port and open it\n  $dds238 = new ModbusDDS238('COM4');\n  $dds238-\u003eopen();\n\n  // Read parsed data\n  $data = $dds238-\u003eread();\n\n  // Read data as raw\n  $data_raw = $dds238-\u003eread();\n\n  // Parse raw data\n  $data = $dds238-\u003eparse($data_raw);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawno%2Fmodbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffawno%2Fmodbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawno%2Fmodbus/lists"}