PHPackages                             kaliop/jcremoteid - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kaliop/jcremoteid

ActiveEzpublish-legacy-extension[Utility &amp; Helpers](/categories/utility)

kaliop/jcremoteid
=================

jcRemoteID is an extension allowing user to manage Object RemoteID and Nodes RemoteID directly from edit mode

1.1.0(10y ago)03.7kGPL-2.0PHP

Since Jan 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/kaliop-uk/jcremoteid)[ Packagist](https://packagist.org/packages/kaliop/jcremoteid)[ RSS](/packages/kaliop-jcremoteid/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

jcRemoteID extension for eZPublish
==================================

[](#jcremoteid-extension-for-ezpublish)

jcRemoteID is an extension allowing users to set Object RemoteID and Node RemoteID directly from the Administration Interface:

- with a custom module/view (remoteid/update/) available from the context menu (main one, on full view)
- or using a custom a datatype

This extension has been created to avoid the usage of nodeID or objectID within configuration (any ini) and also override.ini (not documented but override are working on remote id condition).

The main interest of this is to be able to use the same remote id in multiple environments (dev, test, production) for nodes or objects (whereas object id or node id are auto increment).

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

[](#installation)

- download the extension, activate it, clear caches
- to allow setting remote ids via the module, give to the users you want a policy to RemoteID/set

Using Remote ID in fetches
--------------------------

[](#using-remote-id-in-fetches)

```
{def $object = fetch('content','object',hash('remote_id','MYOBJECT'))}
{def $node = fetch('content','node',hash('remote_id','MYNODE'))}

```

Using Remote ID in override
---------------------------

[](#using-remote-id-in-override)

```
[full_myobject]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/myobject.tpl
Match[remode_id]=MYOBJECT

[full_mynode]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/mynode.tpl
Match[node_remode_id]=MYNODE

[full_mynode_children]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/mynode_child.tpl
Match[parent_node_remode_id]=MYNODE

[full_myobject_children]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/myobject_child.tpl
Match[parent_object_remode_id]=MYOBJECT

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~0 days

Total

2

Last Release

3816d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f641f7d6edabf83c56f6c4998b04e6c59a00b46bf51ca6699c31b09f9c948677?d=identicon)[gggeek](/maintainers/gggeek)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kaliop-jcremoteid/health.svg)

```
[![Health](https://phpackages.com/badges/kaliop-jcremoteid/health.svg)](https://phpackages.com/packages/kaliop-jcremoteid)
```

###  Alternatives

[ezsystems/eztags-ls

eZ Tags is an extension for eZ Publish, providing more functionality for tagging content objects than ezkeyword datatype included in eZ Publish kernel.

40204.0k3](/packages/ezsystems-eztags-ls)[ezsystems/ezautosave-ls

Content editing autosave extension for eZ Publish legacy

22425.5k3](/packages/ezsystems-ezautosave-ls)[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.8k5](/packages/ezsystems-legacy-bridge)[ezsystems/ezsurvey-ls

eZ Survey is a survey module for eZ Publish

248.1k](/packages/ezsystems-ezsurvey-ls)

PHPackages © 2026

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