tereta/packagist

CLI helpers to trigger Packagist package metadata updates.

Maintainers

Package info

gitlab.com/tereta/library/packagist

Issues

pkg:composer/tereta/packagist

Statistics

Installs: 41

Dependents: 1

Suggesters: 0

Stars: 0

1.0.6 2026-04-28 22:55 UTC

This package is auto-updated.

Last update: 2026-04-29 05:43:26 UTC


README

🌐 Русский | English

Minimal module to notify Packagist about package updates.

Installation

composer require tereta/packagist

Configuration

use Tereta\Packagist\Services\Config as PackagistConfig;

PackagistConfig::singleton()
    ->setUsername('your-packagist-username')
    ->setToken('your-packagist-token');

Usage

php cli.php packagist:update

The command reads packagist.json from the project root and from packages/*/packagist.json, then sends update notifications to Packagist.