lizhineng/afterglow-metadata

Alibaba Cloud API metadata with documentation and examples stripped.

Maintainers

Package info

git.zhineng.li/afterglow/afterglow-metadata/

pkg:composer/lizhineng/afterglow-metadata

Transparency log

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

v1.0.20260712 2026-07-12 08:58 UTC

This package is not auto-updated.

Last update: 2026-07-12 13:40:07 UTC


README

This package provides Alibaba Cloud API metadata as PHP array files,
generated from the original JSON metadata.

The documentation and examples have been stripped to optimize for SDK
generation and faster I/O loading. If you require the full version of
the metadata, please refer to the `acs-metadata-full` repository.

The PHP array files are pre-generated from the `acs-metadata-build`
repository, and the artifacts are hosted on Cloudflare R2. To update
metadata, set the bucket name in the `R2_BUCKET` environment variable and
specify the release tag with `TAG`, then run the Makefile target:

    R2_BUCKET=<your-bucket-name> TAG=<version> make deploy


Versioning
----------

This package follows the version format `MAJOR.MINOR.YYYYMMDD`.

The patch component uses a date instead of an incrementing number to
make the freshness of the metadata immediately visible.

- **Major** version increments indicate breaking changes to the metadata
  schema.
- **Minor** version increments indicate backward-compatible changes to
  the metadata schema.
- **Patch** version represents the metadata snapshot date in `YYYYMMDD`
  format and indicates when the metadata was generated from Alibaba
  Cloud.

Consumers should depend on `^MAJOR.MINOR`, for example:

    "lizhineng/afterglow-metadata": "^1.0"