{"id":23872047,"url":"https://github.com/eddiewebb/slack-cheers","last_synced_at":"2026-06-29T02:31:16.256Z","repository":{"id":95271894,"uuid":"58079857","full_name":"eddiewebb/slack-cheers","owner":"eddiewebb","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-14T13:53:43.000Z","size":117,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-04T02:28:56.942Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eddiewebb.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":"2016-05-04T19:50:32.000Z","updated_at":"2018-11-14T13:53:46.000Z","dependencies_parsed_at":"2023-03-20T12:57:16.203Z","dependency_job_id":null,"html_url":"https://github.com/eddiewebb/slack-cheers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eddiewebb/slack-cheers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fslack-cheers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fslack-cheers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fslack-cheers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fslack-cheers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddiewebb","download_url":"https://codeload.github.com/eddiewebb/slack-cheers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddiewebb%2Fslack-cheers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34911134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-03T15:19:25.047Z","updated_at":"2026-06-29T02:31:16.251Z","avatar_url":"https://github.com/eddiewebb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Team Cheers for Slack\n\n## Features\n1. Web UI ('/') and RESTful  service API ('/api')\n1. Runs locally against SQLite or MySQL.\n2. Cloud Foundry compatible\n1. Uses Redbeanphp as an ORM to abstract details\n1. Uses the Slim framework for routing and helpers\n1. Uses Twig templating for HTML presentation.\n\n## Requirements\n* Requires SQLite and PDO extensions to run locally\n* Requires PHP Buildpack in Cloud Foundry (default)\n\n#Integration with Slack\n1. Deploy this somewhere\n2. Point slack custom integration 'slash-command' to the /api/recognize endpoint as POST\n3. use `/recognize @nameone @namemany |OPtional message` to start awarding folks.\n\n# UI features\nPretty limited, hit /reports to see details for the team.\n\n\n# Folders and FIles\n\n## Folder Structure\n```\n   |-lib  (3rd party files you didn't write)\n   |-public ( root WEBDIR folder locally and in CF, only files in here are visible in the browser )\n   |---index.php\n   |---style\n   |-src (any custom non-UI code)\n   |---routes (routing rules for SLim, files must be included in index.php)\n   |---templates (UI templates for Twig.)\n   |-----blocks  (Sub-templates that inherit from base and override distinct sections)\n   |-vendor (managed by Composer, do not modify!)\n```\n\n#First RUn (using composer)\nThis project contains a composer.json file, you will need to run composer to get all the required libraries.\nSee https://getcomposer.org/download/  OR\n\n```\nwget https://getcomposer.org/download/1.0.3/composer.phar\nphp -d extension=phar.so composer.phar install\n```\n\n## Special FIles\n\n### .cfignore\nmake sure that .cfignore includes 'composer.*' - this prevents cloud foundry from moving the vendor directory and/or failing to download dependencies\n\n### public/.htaccess \nThis allows pretty routes like /report, /, /foo to be hit index.php where Slim can handle the logic.\nhttp://docs.slimframework.com/routing/rewrite/\n\n### .bp-config/options.json\nCritical for CLoud Foundry!\nThis adds MySQL, PDO and other required extensions for common php apps to run.\nhttps://docs.cloudfoundry.org/buildpacks/php/gsg-php-config.html#php-extensions\n\n\n# populating\n\nThe tool will automatically create tables and populate bsed on use in Slack, but for demoing y0u can Load /nuke to populate with sample data.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddiewebb%2Fslack-cheers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddiewebb%2Fslack-cheers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddiewebb%2Fslack-cheers/lists"}