Packagist · Capability

Registry Change Feed

Registry Change Feed is a Naftiko capability published by Packagist, one of 5 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

registry-change-feed.yaml Raw ↑
name: Registry Change Feed
description: |
  Track package metadata changes across Packagist.org. Designed for mirror operators
  and dependency-analysis tools that need to keep a local cache in sync. The change
  log is retained for 24 hours only, so consumers must poll within that window.
api: packagist-api
governance:
  classification: read-only
  authentication: none
  retention: 24 hours
operations:
- operationId: getMetadataChanges
  intent: Pull updates and deletions since a given Unix-ms timestamp.
- operationId: getStatistics
  intent: Inspect aggregate registry totals (packages, versions, installs).
inputs:
- name: since
  required: false
  description: Unix timestamp (milliseconds) of the last successful poll.
outputs:
- name: actions
  description: Ordered list of update/delete actions for affected packages.
- name: timestamp
  description: Server timestamp to use as the next `since` value.