{"id":33963833,"url":"https://github.com/pdewit/telegram-logger","last_synced_at":"2026-04-08T19:31:47.025Z","repository":{"id":57037152,"uuid":"77626483","full_name":"pdewit/telegram-logger","owner":"pdewit","description":"Simple Laravel Telegram logger","archived":false,"fork":false,"pushed_at":"2017-02-07T09:14:06.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T11:38:46.216Z","etag":null,"topics":["laravel","telegram","telegram-logger"],"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/pdewit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-29T16:49:33.000Z","updated_at":"2023-12-20T11:32:22.000Z","dependencies_parsed_at":"2022-08-23T21:00:22.511Z","dependency_job_id":null,"html_url":"https://github.com/pdewit/telegram-logger","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pdewit/telegram-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdewit%2Ftelegram-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdewit%2Ftelegram-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdewit%2Ftelegram-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdewit%2Ftelegram-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdewit","download_url":"https://codeload.github.com/pdewit/telegram-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdewit%2Ftelegram-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["laravel","telegram","telegram-logger"],"created_at":"2025-12-12T22:49:14.511Z","updated_at":"2026-04-08T19:31:47.018Z","avatar_url":"https://github.com/pdewit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Telegram Logger for Laravel\n\nA very simple Telegram logger built for Laravel (but can be used without) that includes a helper function to make sending quick short messages easy.\n\n## Using it with Laravel\n### Installation\nAdd the following properties to your .env file:\n\n```\nTELEGRAM_BOT_TOKEN=12345678\nTELEGRAM_CHAT_ID=123456\n```\n\nAnd add the service provider to your `config/app.php`:\n```php\n'providers' =\u003e [\n    \\Pdewit\\TelegramLogger\\TelegramLoggerServiceProvider::class\n],\n```\n\n### Usage\n\nYou should then be able to use it with the following simple function:\n\n```php\ntelegram('This is a test!');\n```\n\n### Testing\nIf you want to use the tests, edit the configuration files in phpunit.xml:\n```xml\n\u003cphp\u003e\n    \u003cenv name=\"TELEGRAM_BOT_TOKEN\" value=\"1234\"/\u003e\n    \u003cenv name=\"TELEGRAM_CHAT_ID\" value=\"1234\"/\u003e\n\u003c/php\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdewit%2Ftelegram-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdewit%2Ftelegram-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdewit%2Ftelegram-logger/lists"}