{"id":21619296,"url":"https://github.com/uzulla/slack-auto-invitation-form.php","last_synced_at":"2025-10-05T13:51:28.992Z","repository":{"id":37588135,"uuid":"58464090","full_name":"uzulla/slack-auto-invitation-form.php","owner":"uzulla","description":"Simple auto slack invites tool.","archived":false,"fork":false,"pushed_at":"2024-09-09T20:54:26.000Z","size":309,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-27T06:26:52.251Z","etag":null,"topics":["php","slack"],"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/uzulla.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}},"created_at":"2016-05-10T13:35:36.000Z","updated_at":"2022-03-31T14:11:06.000Z","dependencies_parsed_at":"2025-04-11T09:01:05.135Z","dependency_job_id":"15a44ba0-a14c-455c-ae13-e53ed047fcf3","html_url":"https://github.com/uzulla/slack-auto-invitation-form.php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uzulla/slack-auto-invitation-form.php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzulla%2Fslack-auto-invitation-form.php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzulla%2Fslack-auto-invitation-form.php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzulla%2Fslack-auto-invitation-form.php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzulla%2Fslack-auto-invitation-form.php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzulla","download_url":"https://codeload.github.com/uzulla/slack-auto-invitation-form.php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzulla%2Fslack-auto-invitation-form.php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278464272,"owners_count":25991177,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["php","slack"],"created_at":"2024-11-24T23:08:34.094Z","updated_at":"2025-10-05T13:51:28.977Z","avatar_url":"https://github.com/uzulla.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack invitation request form.\n\n## sample screen shot\n\n![sample screen shot](sample_ss.png)\n\n# setup\n\n```\n$ git clone https://github.com/uzulla/slack-auto-invitation-form.php.git\n$ cd slack-auto-invitation-form.php\n$ composer install\n$ cp config.sample.php config.php\n$ vi config.php\n$ php -S 127.0.0.1:8080 -t public # or as you like\n```\n\n# build docker image and run\n\n```\n$ composer install\n$ docker build -f docker/Dockerfile -t you/fill_me:latest .\n$ docker run -e TEAM_SUB_DOMAIN=fill_me -e SLACK_API_TOKEN=xoxp-fill_me -p 8080:80 you/fill_me:latest\n```\n\n# deploy to GAE\n\n```\n$ vi app.yaml\n\n# test\n$ /usr/local/bin/dev_appserver.py .\n\n# deploy\n$ /usr/local/bin/appcfg.py -V v1 update ./\n```\n\n# deploy to heroku\n\n```\n$ cp config.docker.php config.php\n$ composer update\n$ git add -f config.php\n$ git add composer.lock\n$ git commit\n\n# create an app if you don't have\n$ heroku apps:create app-name\n$ heroku buildpacks:set heroku/php\n\n# set config vars\n$ heroku config:set TEAM_SUB_DOMAIN=fill_me\n$ heroku config:set SLACK_API_TOKEN=xoxp-fill_me\n\n# deploy\n$ git push heroku master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzulla%2Fslack-auto-invitation-form.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzulla%2Fslack-auto-invitation-form.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzulla%2Fslack-auto-invitation-form.php/lists"}