{"id":46039833,"url":"https://github.com/bloatless/monopile","last_synced_at":"2026-03-01T06:09:27.845Z","repository":{"id":62495238,"uuid":"219997406","full_name":"bloatless/MonoPile","owner":"bloatless","description":"Monolog handler and formatter for Pile.","archived":false,"fork":false,"pushed_at":"2023-04-20T06:11:07.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T21:32:04.870Z","etag":null,"topics":[],"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/bloatless.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-11-06T12:58:34.000Z","updated_at":"2023-04-20T06:08:47.000Z","dependencies_parsed_at":"2022-11-02T11:31:46.277Z","dependency_job_id":null,"html_url":"https://github.com/bloatless/MonoPile","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bloatless/MonoPile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloatless%2FMonoPile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloatless%2FMonoPile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloatless%2FMonoPile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloatless%2FMonoPile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bloatless","download_url":"https://codeload.github.com/bloatless/MonoPile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloatless%2FMonoPile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29962004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T05:59:08.471Z","status":"ssl_error","status_checked_at":"2026-03-01T05:58:04.208Z","response_time":124,"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":[],"created_at":"2026-03-01T06:09:27.086Z","updated_at":"2026-03-01T06:09:27.834Z","avatar_url":"https://github.com/bloatless.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MonoPile\n\nA [Monolog](http://github.com/Seldaek/monolog) handler (and formatter) for Pile.\n\n## Installation\n\nYou can install this library using composer:\n\n```\nphp composer.phar require bloatless/mono-pile\n```\n\n## Usage\n\n```php\n\u003c?php\n\n// init Monolog\n$logger = new \\Monolog\\Logger('MyLogger');\n\n// init Pile handler and formatter\n$handler = new \\Bloatless\\MonoPile\\PileHandler('https://my.pileinstance.com/api/v1/log', 'myapikey');\n$formatter = new \\Bloatless\\MonoPile\\PileFormatter('SomeProjectId');\n$handler-\u003esetFormatter($formatter);\n\n// Push handler into Monolog\n$logger-\u003epushHandler($handler);\n\n// Log your errors\n$logger-\u003edebug('Some debug message...');\n\n```\n\nOf course you can also use the Pile handler in frameworks using Monolog as their internal error logging\nsolution - like Laravel oder Lumen.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloatless%2Fmonopile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloatless%2Fmonopile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloatless%2Fmonopile/lists"}