Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/security-core

Symfony Security Component - Core Library observed · 2026-08-28

github.com/symfony/security-core · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0.0
  • age_days: 4732
  • days_rel: 11
  • days_push: 11
  • n_releases_24m: 65

Full methodology

Adoption not part of the score

1877 stars · 35 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

The core library of the Symfony Security component, providing infrastructure for authentication tokens, user providers, role hierarchies, and voter-based authorization decisions in PHP applications. It decouples authorization logic from credential storage and can be used standalone or within the Symfony framework.

Use cases

  • implement role-based access control in a php application
  • build a custom authorization system with voters
  • manage user roles and role hierarchies
  • separate authorization logic from user credential providers
  • check user permissions programmatically
  • add authentication tokens to a non-framework php project

When to choose

  • you need fine-grained, testable authorization logic in PHP
  • you use Symfony and want the framework's security core
  • you want a standalone security library without a full framework

When to avoid

  • you need full HTTP firewall, login forms, and session handling (use symfony/security-http or the full framework)
  • your project is not PHP-based
  • you only need simple hardcoded permission checks

Facets

library · maturity stable

auth authorization security middleware security web-development backend developer-tools php cross-platform symfony voters role-hierarchy user-providers authentication access-control php-component

5 sources

Member repositories

RepositoryRoleHealth v2
symfony/security-coremain95

For agents

markdown · JSON · MCP: product_card(name="symfony/security-core")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem