下面由composer教程栏目给大家介绍Composer包的编写,希望对需要的朋友有所帮助!
准备工作
1,有自己的github账号 2,有自己的https://packagist.org 网站的账号
新建一个目录(示例)
laravel |--src | |-composer.php
初始化 composer.json文件
在laravel文件下 composer init 命令 // 1. 输入项目命名空间 // 注意<vendor>/<name> 必须要符合 [a-z0-9_.-]+/[a-z0-9_.-]+ Package name (<vendor>/<name>) [dell/htdocs]: output/test= // 2. 项目描述 Description []: 这是一个测试 // 3. 输入作者信息,可以直接回车 Author [, n to skip]: sinker <2713497141@qq.com> // 4. 输入最低稳定版本,stable, RC, beta, alpha, dev Minimum Stability []: dev // 5. 输入项目类型, Package Type (e.g. library, project, metapackage, composer-plugin) []: library // 6. 输入授权类型 License []: MIT // 7. 输入依赖信息 Would you like to define your dependencies (require) interactively [yes]? // 如果需要依赖,则输入要安装的依赖 Search for a package: php // 输入版本号 Enter the version constraint to require (or leave blank to use the latest version): >=5.4.0 // 如需多个,则重复以上两个步骤 // 8. 是否需要require-dev, Would you like to define your dev dependencies (require-dev) interactively [yes]? // 操作同上 { "name": "output/test", "description": "composer", "type": "library", "license": "MIT", "authors": [ { "name": "sinker", "email": "2713497141@qq.com" } ], "minimum-stability": "dev", "require": {} } // 9. 是否生成composer.json Do you confirm generation [yes]? yes Would you like the vendor directory added to your .gitignore [yes]?
校验composer.json
composer validate composer.json
添加自动加载 (composer.json)
"autoload": { "psr-4": { "Composer\\": "src/" } }
在Composer.php编写逻辑
namespace Composer; ## 注意点此处要和自动加载出相同 class Test { public function save() { echo 'composer-test'; } }
写完直接提交git
git tag 1.0.0 git push --tag 打版本号
最后将git地址放到https://packagist.org 官网
提交新本版到仓库 会自动同步到 https://packagist.org
测试
The above is the detailed content of How to write Composer package. For more information, please follow other related articles on the PHP Chinese website!

This article explains Composer, a PHP dependency manager. It details its features (dependency management, autoloading, version control), benefits (simplified development, improved consistency), and use cases (web apps, libraries, APIs). Composer us

This article details how to create a center line in QGIS Composer. It lacks a dedicated tool; users manually draw a line using the line tool, precisely positioning it using handles and composer tools. Styling options are then available to customize

This guide details applying decals in SOLIDWORKS Composer assemblies. It covers applying decals to single parts and mapping a single image across multiple parts, addressing compatible file formats (JPG, PNG, BMP, TIFF) and transparency limitations.

This article explains Composer, PHP's dependency manager. It details how Composer uses composer.json to install, update, and manage project dependencies from Packagist, ensuring consistent library versions across environments. Composer's framework-

This guide details how to launch SOLIDWORKS Composer 2016, primarily via the SOLIDWORKS Start menu or the Windows Start Menu. Troubleshooting steps for installation and launch issues are also provided.

CATIA Composer is 3D visualization software creating interactive documentation from CAD data. It improves communication, reduces time-to-market, and lowers costs by enabling interactive manuals, presentations, and training materials. Its key advant

This tutorial explains how to install individual PHP libraries using Composer. It details the composer require command, including version specification, and addresses the limitations of installing libraries without their dependencies, recommending a

This article provides a general guide to animation creation using the unspecified "SW Plugin Composer." It details key steps: project setup, asset import, timeline manipulation, keyframing, tweening, effects, and rendering. While software


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
