承接 siims/hello_packagist 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

siims/hello_packagist

最新稳定版本:v0.0.7

Composer 安装命令:

composer require siims/hello_packagist

包简介

Hello World Packagist

关键字:

README 文档

README

Sample vendor/package for packagist/composer

2023-04-14 16:12

Attempt to submit production tag 0.0.1 Found cached composer.json of siims/hello_packagist (v0.0.7) Reading composer.json of siims/hello_packagist (v0.0.6-dev) Skipped tag v0.0.6-dev, invalid tag name, tags can not use dev prefixes or suffixes Reading composer.json of siims/hello_packagist (v0.0.4-dev) Skipped tag v0.0.4-dev, invalid tag name, tags can not use dev prefixes or suffixes

2023-04-08 16:30

For getting a working sample:
mkdir new_folder
composer create-project siims/hello_packagist:dev-main .
php ExampleHelloComposer.php
Hello Composer

With create-project you get a copy of the original composer.json.
With require you get a new composer.json or the existing composer.json gets updated.

2023-04-07 23:00 - Updated on 2023-04-08 16:30

For using the stuff at your own stuff
composer require siims/hello_packagist:dev-main

composer show --platform

Tested, should work

./composer.json has been created
Running composer update siims/hello_packagist
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
  - Locking siims/hello_packagist (dev-main 1fd7f1a)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Downloading siims/hello_packagist (dev-main 1fd7f1a)
  - Installing siims/hello_packagist (dev-main 1fd7f1a): Extracting archive
Generating autoload files
No security vulnerability advisories found

2023-04-07 22:00

Search for a package:
Add PSR-4 autoload mapping? Maps namespace "Siims\HelloPackagist" to the entered relative path. [src/, n to skip]:

{
    "name": "siims/hello_packagist",
    "description": "Hello World Packagist",
    "type": "library",
    "license": "OSL-3.0",
    "autoload": {
        "psr-4": {
            "Siims\\HelloPackagist\\": "src/"
        }
    },
    "authors": [
        {
            "name": "siims",
            "email": "system@siims.biz"
        }
    ],
    "require": {}
}

Do you confirm generation [yes]?
Generating autoload files
Generated autoload files
Would you like the vendor directory added to your .gitignore [yes]?
PSR-4 autoloading configured. Use "namespace Siims\HelloPackagist;" in src/
Include the Composer autoloader with: require 'vendor/autoload.php';

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2023-04-07