PHPackages                             68publishers/remote-access - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. 68publishers/remote-access

ActiveLibrary[Security](/categories/security)

68publishers/remote-access
==========================

Block or allow remote access

v0.1.1(6y ago)04.2k—0%[1 PRs](https://github.com/68publishers/remote-access/pulls)MITPHPPHP ~7.1

Since Jun 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/68publishers/remote-access)[ Packagist](https://packagist.org/packages/68publishers/remote-access)[ RSS](/packages/68publishers-remote-access/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (4)Used By (0)

Remote Access
=============

[](#remote-access)

Simply block or allow remote access in Nette applications.

Installation
------------

[](#installation)

The best way to install 68publishers/remote-access is using Composer:

```
composer require 68publishers/remote-access
```

then you can register extension into DIC:

```
extensions:
    remote_access: SixtyEightPublishers\Application\RemoteAccessManager\DI\RemoteAccessManagerExtension
```

Configuration
-------------

[](#configuration)

```
remote_access:
    enabled: yes # default
    allow_all: no # default is `yes`

    # 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 ''
    secret_key: 'my-cookie'

    # whitelist is used when `allow_all` is `no`
    whitelist:
        - 192.0.0.12
        - foo@192.0.0.13 # if `secret_key` is set

    # blacklist is used when `allow_all` is `yes`
    blacklist:
    	- 192.0.0.14
    	- bar@192.0.0.15

    # if you want to change default access handler
    handler: SixtyEightPublishers\RemoteAccessManager\Handler\WedosAccessHandler
```

Contributing
------------

[](#contributing)

Before committing any changes, don't forget to run

```
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
```

and

```
vendor/bin/tester ./tests
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

2

Last Release

2526d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/609005caba54757716c3c037c381376ab298714003da87c9e20aa8c501c97df8?d=identicon)[Jelen](/maintainers/Jelen)

---

Top Contributors

[![tg666](https://avatars.githubusercontent.com/u/24430186?v=4)](https://github.com/tg666 "tg666 (3 commits)")

---

Tags

bundlenettenette-extensionsecurity68publishersremote-access

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/68publishers-remote-access/health.svg)

```
[![Health](https://phpackages.com/badges/68publishers-remote-access/health.svg)](https://phpackages.com/packages/68publishers-remote-access)
```

###  Alternatives

[contributte/oauth2-client

Integration of league/oauth2-client into Nette framework

14781.1k](/packages/contributte-oauth2-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
