{"id":40721063,"url":"https://github.com/struzik-vladislav/epp-socket-connection","last_synced_at":"2026-01-21T13:37:10.093Z","repository":{"id":57060495,"uuid":"91388268","full_name":"struzik-vladislav/epp-socket-connection","owner":"struzik-vladislav","description":"Socket connection for communicating with EPP(Extensible Provisioning Protocol) servers","archived":false,"fork":false,"pushed_at":"2025-02-23T17:17:25.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T03:18:57.243Z","etag":null,"topics":["connection","epp","socket","socket-connection"],"latest_commit_sha":null,"homepage":null,"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/struzik-vladislav.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":"2017-05-15T21:54:35.000Z","updated_at":"2025-02-23T17:16:15.000Z","dependencies_parsed_at":"2022-08-24T14:53:32.437Z","dependency_job_id":null,"html_url":"https://github.com/struzik-vladislav/epp-socket-connection","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/struzik-vladislav/epp-socket-connection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/struzik-vladislav%2Fepp-socket-connection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/struzik-vladislav%2Fepp-socket-connection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/struzik-vladislav%2Fepp-socket-connection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/struzik-vladislav%2Fepp-socket-connection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/struzik-vladislav","download_url":"https://codeload.github.com/struzik-vladislav/epp-socket-connection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/struzik-vladislav%2Fepp-socket-connection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["connection","epp","socket","socket-connection"],"created_at":"2026-01-21T13:37:09.329Z","updated_at":"2026-01-21T13:37:10.087Z","avatar_url":"https://github.com/struzik-vladislav.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPP Socket Connection\n[![Latest Stable Version](https://img.shields.io/github/v/release/struzik-vladislav/epp-socket-connection?sort=semver\u0026style=flat-square)](https://packagist.org/packages/struzik-vladislav/epp-socket-connection)\n[![Total Downloads](https://img.shields.io/packagist/dt/struzik-vladislav/epp-socket-connection?style=flat-square)](https://packagist.org/packages/struzik-vladislav/epp-socket-connection/stats)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)\n\nSocket connection for communicating with EPP(Extensible Provisioning Protocol) servers.\n\nConnection for [struzik-vladislav/epp-client](https://github.com/struzik-vladislav/epp-client) library.\n\n## Usage\n\n```php\n\u003c?php\n\nuse Psr\\Log\\NullLogger;\nuse Struzik\\EPPClient\\SocketConnection\\StreamSocketConfig;\nuse Struzik\\EPPClient\\SocketConnection\\StreamSocketConnection;\n\n$connectionConfig = new StreamSocketConfig();\n$connectionConfig-\u003euri = 'tls://epp.example.com:700';\n$connectionConfig-\u003etimeout = 30;\n$connectionConfig-\u003econtext = [\n    'ssl' =\u003e [\n        'local_cert' =\u003e __DIR__.'/certificate.pem',\n    ],\n];\n$connection = new StreamSocketConnection($connectionConfig, new NullLogger());\n\n$connection-\u003eopen();\necho $connection-\u003eread();\n$connection-\u003eclose();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstruzik-vladislav%2Fepp-socket-connection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstruzik-vladislav%2Fepp-socket-connection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstruzik-vladislav%2Fepp-socket-connection/lists"}