{"id":18084811,"url":"https://github.com/coderofsalvation/syslog-flexible","last_synced_at":"2025-04-12T20:10:09.501Z","repository":{"id":56955666,"uuid":"41166364","full_name":"coderofsalvation/syslog-flexible","owner":"coderofsalvation","description":"Minimal PHP class to easily log messages to local syslog and/or papertrail and/or a remote syslog server","archived":false,"fork":false,"pushed_at":"2020-05-28T19:26:43.000Z","size":4,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T20:09:54.626Z","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/coderofsalvation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://gumroad.com/l/hGYGh"}},"created_at":"2015-08-21T16:36:27.000Z","updated_at":"2022-01-26T23:01:56.000Z","dependencies_parsed_at":"2022-08-21T04:40:25.546Z","dependency_job_id":null,"html_url":"https://github.com/coderofsalvation/syslog-flexible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fsyslog-flexible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fsyslog-flexible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fsyslog-flexible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fsyslog-flexible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderofsalvation","download_url":"https://codeload.github.com/coderofsalvation/syslog-flexible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625493,"owners_count":21135513,"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-31T15:08:17.887Z","updated_at":"2025-04-12T20:10:09.478Z","avatar_url":"https://github.com/coderofsalvation.png","language":"PHP","funding_links":["https://gumroad.com/l/hGYGh"],"categories":[],"sub_categories":[],"readme":"SysLog-Flexible \n===============\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"\" width=\"250\" src=\"http://www.gifbin.com/bin/082014/1408987888_printer_catches_paper.gif\"/\u003e\n\u003c/p\u003e\nMinimal class to easily log messages to local syslog and/or papertrail and/or a remote syslog server.\n\n## Usage \n\n    $ composer require coderofsalvation/syslog\n\nAnd then \n\n    \u003c? \n      \tuse coderofsalvation\\Syslog;\n\t\tSysLog::send( \"this is a local test \" );\n\n\t\tSysLog::$hostname = \"logs.papertrailapp.com\";\n\t\tSysLog::$port     = 26987;\n\t\tSysLog::send( \"this is a local + papertrail test \" );\n\n\t\tSysLog::$local = false;\n\t\tSysLog::send( \"this is a papertrail test only\" );\n    ?\u003e \n\n\n## License\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fsyslog-flexible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderofsalvation%2Fsyslog-flexible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fsyslog-flexible/lists"}