{"id":33980851,"url":"https://github.com/hokoo/slackest","last_synced_at":"2026-04-25T09:35:18.098Z","repository":{"id":327043196,"uuid":"1107593526","full_name":"hokoo/slackest","owner":"hokoo","description":"Simple Slack integration for PHP - send messages to a slack channel and attach files.","archived":false,"fork":false,"pushed_at":"2025-12-01T20:59:32.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-14T16:15:25.398Z","etag":null,"topics":["php","slack","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hokoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-01T10:58:06.000Z","updated_at":"2025-12-01T20:59:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hokoo/slackest","commit_stats":null,"previous_names":["hokoo/slackest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hokoo/slackest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hokoo%2Fslackest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hokoo%2Fslackest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hokoo%2Fslackest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hokoo%2Fslackest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hokoo","download_url":"https://codeload.github.com/hokoo/slackest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hokoo%2Fslackest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32257754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["php","slack","slack-bot"],"created_at":"2025-12-13T03:30:32.754Z","updated_at":"2026-04-25T09:35:18.057Z","avatar_url":"https://github.com/hokoo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slackest\n\nSimple Slack integration (PHP) for sending messages to a channel and optionally attaching files.\n\n## Installation\n\n```bash\ncomposer require itron/slackest\n```\n\nComposer will install the library and register the PSR-4 autoloader for the `iTRON\\\\Slackest` namespace.\n\n## Usage\n\n```php\n\u003c?php\n\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse iTRON\\Slackest\\Slackest;\n\n$botToken  = 'xoxb-your-bot-token';\n$channelId = 'C12345678';\n$slack     = new Slackest($botToken, $channelId);\n\n// Send a plain text message\n$slack-\u003esend('Hello from Slackest!');\n\n// Send a message with a file attachment\n$slack-\u003esend('Here is a file', __DIR__ . '/report.pdf');\n\n// Or just upload a file without a message\n$slack-\u003esendFile( filePath: __DIR__ . '/report.pdf' );\n```\n\n## Requirements\n\n- PHP 7.4 or newer\n- cURL extension\n- JSON extension\n- A Slack bot token with permissions to post messages and upload files.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhokoo%2Fslackest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhokoo%2Fslackest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhokoo%2Fslackest/lists"}