{"id":15524172,"url":"https://github.com/theseer/journald","last_synced_at":"2025-04-23T07:29:38.307Z","repository":{"id":38233679,"uuid":"488018946","full_name":"theseer/journald","owner":"theseer","description":"A simple Library to write to Systemd's Journald from PHP.","archived":false,"fork":false,"pushed_at":"2023-10-24T01:00:43.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-09T09:12:32.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theseer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-05-02T23:20:22.000Z","updated_at":"2023-05-16T21:25:44.000Z","dependencies_parsed_at":"2022-09-04T21:52:42.187Z","dependency_job_id":"2d9a30d1-899a-4938-a94a-ac392b5f6df0","html_url":"https://github.com/theseer/journald","commit_stats":{"total_commits":45,"total_committers":4,"mean_commits":11.25,"dds":0.06666666666666665,"last_synced_commit":"3efd99172235d47c3ba7b186667b896312a3dd18"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fjournald","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fjournald/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fjournald/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fjournald/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theseer","download_url":"https://codeload.github.com/theseer/journald/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250390451,"owners_count":21422706,"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":[],"created_at":"2024-10-02T10:49:26.056Z","updated_at":"2025-04-23T07:29:38.283Z","avatar_url":"https://github.com/theseer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Journald\n\nA simple Library to write to Systemd's Journald from PHP.\n\n```php\nuse theseer\\journald\\JournalWriter;\nuse theseer\\journald\\JournalEntry;\nuse theseer\\journald\\SocketPath;\n\nfunction sample() {\n    throw new RuntimeException('Test Exception Message');\n}\n\ntry {\n    sample();\n} catch (Throwable $t) {\n    (new JournalWriter(SocketPath::default()))-\u003ewrite(\n        JournalEntry::fromThrowable($t)\n    );\n}\n\n(new JournalWriter(SocketPath::default()))-\u003ewrite(\n    JournalEntry::fromMessage('This is a test')\n);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheseer%2Fjournald","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheseer%2Fjournald","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheseer%2Fjournald/lists"}