zhylon/zhylon-identity

Meta-package: everything a Zhylon product needs to integrate with ZhylonID (SSO login + internal API client) in one require.

Maintainers

Package info

github.com/Zhylon/zhylon-identity

Homepage

Type:metapackage

pkg:composer/zhylon/zhylon-identity

Transparency log

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-08-23 17:22 UTC

This package is auto-updated.

Last update: 2026-08-23 17:24:23 UTC


README

Convenience meta-package. Pulls in both:

composer require zhylon/zhylon-identity

is equivalent to:

composer require zhylon/zhylon-auth zhylon/zhylonid-service

When to use this vs. the individual packages

Most Zhylon products that offer "Login with ZhylonID" also need to check user existence and sync users — that's the common case this package targets.

Install the individual packages directly instead if you only need one:

  • Only SSO login, no server-to-server API calls → zhylon/zhylon-auth alone
  • A backend-only service with no end-user login (e.g. an internal cron job or worker node) → zhylon/zhylonid-service alone

Versioning

This package has no code and no autoloading of its own — it only declares version constraints on the two real packages. Bump its own version when you want to publish a new recommended combination (e.g. after a major release of either dependency), not on every change to either package individually.