{"id":22814457,"url":"https://github.com/68publishers/remote-access","last_synced_at":"2026-04-30T06:39:58.541Z","repository":{"id":56938531,"uuid":"190046871","full_name":"68publishers/remote-access","owner":"68publishers","description":"🚷 Block or allow remote access","archived":false,"fork":false,"pushed_at":"2019-09-19T13:28:20.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T02:53:55.880Z","etag":null,"topics":["bundle","nette","nette-extension","security"],"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/68publishers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-03T17:00:09.000Z","updated_at":"2020-11-17T22:01:19.000Z","dependencies_parsed_at":"2022-08-21T06:50:30.043Z","dependency_job_id":null,"html_url":"https://github.com/68publishers/remote-access","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/68publishers/remote-access","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fremote-access","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fremote-access/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fremote-access/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fremote-access/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/68publishers","download_url":"https://codeload.github.com/68publishers/remote-access/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/68publishers%2Fremote-access/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32457110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["bundle","nette","nette-extension","security"],"created_at":"2024-12-12T13:09:00.292Z","updated_at":"2026-04-30T06:39:58.525Z","avatar_url":"https://github.com/68publishers.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote Access\n\nSimply block or allow remote access in Nette applications.\n\n## Installation\n\nThe best way to install 68publishers/remote-access is using Composer:\n\n```bash\ncomposer require 68publishers/remote-access\n```\n\nthen you can register extension into DIC:\n\n```yaml\nextensions:\n    remote_access: SixtyEightPublishers\\Application\\RemoteAccessManager\\DI\\RemoteAccessManagerExtension\n```\n\n## Configuration\n\n```yaml\nremote_access:\n    enabled: yes # default\n    allow_all: no # default is `yes`\n    \n    # if you want to compare specific cookie's value, default is `ram-secret-key`. If you want to disable this you can set empty string ''\n    secret_key: 'my-cookie'\n    \n    # whitelist is used when `allow_all` is `no`\n    whitelist:\n        - 192.0.0.12\n        - foo@192.0.0.13 # if `secret_key` is set\n    \n    # blacklist is used when `allow_all` is `yes`\n    blacklist:\n    \t- 192.0.0.14\n    \t- bar@192.0.0.15\n    \n    # if you want to change default access handler\n    handler: SixtyEightPublishers\\RemoteAccessManager\\Handler\\WedosAccessHandler\n```\n\n## Contributing\n\nBefore committing any changes, don't forget to run\n\n```bash\nvendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run\n```\n\nand\n\n```bash\nvendor/bin/tester ./tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F68publishers%2Fremote-access","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F68publishers%2Fremote-access","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F68publishers%2Fremote-access/lists"}