{"id":21573517,"url":"https://github.com/yocto/yoclib-netstring-php","last_synced_at":"2026-04-25T22:33:56.117Z","repository":{"id":207961502,"uuid":"720461243","full_name":"yocto/yoclib-netstring-php","owner":"yocto","description":"This yocLibrary enables your project to encode and decode Netstring values in PHP.","archived":false,"fork":false,"pushed_at":"2023-11-18T18:01:48.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T22:53:41.846Z","etag":null,"topics":["composer","netstring","php","qmqp","qmtp","yoclib","yocto"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yocto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-18T15:02:04.000Z","updated_at":"2023-11-18T15:12:37.000Z","dependencies_parsed_at":"2023-11-18T18:44:51.895Z","dependency_job_id":null,"html_url":"https://github.com/yocto/yoclib-netstring-php","commit_stats":null,"previous_names":["yocto/yoclib-netstring-php"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yocto/yoclib-netstring-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yocto%2Fyoclib-netstring-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yocto%2Fyoclib-netstring-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yocto%2Fyoclib-netstring-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yocto%2Fyoclib-netstring-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yocto","download_url":"https://codeload.github.com/yocto/yoclib-netstring-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yocto%2Fyoclib-netstring-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["composer","netstring","php","qmqp","qmtp","yoclib","yocto"],"created_at":"2024-11-24T12:07:04.241Z","updated_at":"2026-04-25T22:33:56.094Z","avatar_url":"https://github.com/yocto.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yocLib - Netstring (PHP)\n\nThis yocLibrary enables your project to encode and decode Netstring values in PHP.\n\n## Status\n\n[![CI](https://github.com/yocto/yoclib-netstring-php/actions/workflows/ci.yml/badge.svg)](https://github.com/yocto/yoclib-netstring-php/actions/workflows/ci.yml)\n\n## Installation\n\n`composer require yocto/yoclib-netstring`\n\n## Use\n\n### Encoding\n\n```php\nuse YOCLIB\\Netstring\\Netstring;\n\n$string = 'abc';\n\n$netstring = Netstring::encode($string);\n```\n\n### Decoding\n\n```php\nuse YOCLIB\\Netstring\\Netstring;\n\n$netstring = '3:abc,';\n\n$string = Netstring::decode($netstring);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyocto%2Fyoclib-netstring-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyocto%2Fyoclib-netstring-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyocto%2Fyoclib-netstring-php/lists"}