定制 hotaruma/packagist-sync 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hotaruma/packagist-sync

最新稳定版本:v1.0.1

Composer 安装命令:

composer require hotaruma/packagist-sync

包简介

Packagist Sync Github-Action

README 文档

README

Build and Test License

This action automates the synchronization and updating of package information on Packagist.

Example usage

Minimal setup:

uses: hotaruma/packagist-sync@v1.0.1
with:
  api-token: ${{ secrets.packagist_token }}

  # Optional Parameters
  packagist-username: 'username'
  package-name: 'vendor/package'
  github-repository-url: 'https://github.com/vendor/package'
  packagist-domain: 'https://packagist.org'
  composer-json-path: '/path/to/'

Inputs

api-token

Required - The API token for Packagist.

packagist-username

The username on Packagist.

This parameter is optional if the package name is set in the composer.json file. If the package name is set, the vendor part will be used as the username.

package-name

The name of the package.

This parameter is optional if the package name is already set in the composer.json file.

github-repository-url

The URL of the GitHub repository.

This parameter is optional if the package already exists.

packagist-domain

Optional - The domain of Packagist.

composer-json-path

Optional - The custom path to the composer.json file.

The path should be relative to $GITHUB_WORKSPACE.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-22