tereta / packagist
CLI helpers to trigger Packagist package metadata updates.
1.0.6
2026-04-28 22:55 UTC
Requires
- php: >=8.4
- ext-curl: *
- tereta/cli: ^1.0
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.