Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5-say/composer-doc-cn
Composer 中文文档(新版本文档重新翻译中,详见 1.6分支)
https://github.com/5-say/composer-doc-cn
cn composer doc
Last synced: about 1 month ago
JSON representation
Composer 中文文档(新版本文档重新翻译中,详见 1.6分支)
- Host: GitHub
- URL: https://github.com/5-say/composer-doc-cn
- Owner: 5-say
- Created: 2014-01-01T14:41:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T10:04:15.000Z (over 5 years ago)
- Last Synced: 2024-08-02T08:07:44.731Z (5 months ago)
- Topics: cn, composer, doc
- Homepage: http://www.phpcomposer.com/
- Size: 13.1 MB
- Stars: 352
- Watchers: 43
- Forks: 136
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
composer-doc-cn
===============Composer 中文文档
---
- 希望更多的朋友能够参与此文档的翻译、勘误(您可以 Fork 本项目,并提交 Pull Request)。
- 新版本文档翻译缓慢进行中,详见 [1.6分支](https://github.com/5-say/composer-doc-cn/blob/1.6/README.md)
- 当前文档基本不影响新版 Composer 的使用,新文档在结构以及章节内容上做了比较大的调整,针对性的翻译会逐步完善。
- [中文翻译贡献者名单](/contributors.md)---
## Book
- [简介](/cn-introduction/00-intro.md)
- [基本用法](/cn-introduction/01-basic-usage.md)
- [库(资源包)](/cn-introduction/02-libraries.md)
- [命令行](/cn-introduction/03-cli.md)
- [架构](/cn-introduction/04-schema.md)
- [资源库](/cn-introduction/05-repositories.md)
- [社区](/cn-introduction/06-community.md)## Articles
- [别名](/cn-introduction/articles/aliases.md)
版本分支名称的别名。
- [自定义安装程序](/cn-introduction/articles/custom-installers.md)
修改某些特殊类型包的安装方式。
- [Handling Private Packages With Satis](/cn-introduction/articles/handling-private-packages-with-satis.md)
Host your own composer repository
- [插件](/cn-introduction/articles/plugins.md)
修改和扩展 Composer 的功能。
- [脚本](/cn-introduction/articles/scripts.md)
脚本是指一些 Composer 事件的回调,它们在安装资源包的过程中被触发执行。
- [Troubleshooting](/cn-introduction/articles/troubleshooting.md)
Solving problems
- [二进制供应库](/cn-introduction/articles/vendor-binaries.md)
从资源包中暴露命令行脚本。## FAQs
- [如何为我的框架自定义一个资源包安装目录?](/cn-introduction/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md)
- [我应该提交 vendor 目录中的依赖包吗?](/cn-introduction/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md)
- [为什么说“比较符”和“通配符”相结合的版本约束是坏主意?](/cn-introduction/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md)
- [为什么 Composer 不递归加载储存库?](/cn-introduction/faqs/why-can%27t-composer-load-repositories-recursively.md)## 相关文章推荐
- [PHP 开发者该知道的5个 Composer 小技巧](http://segmentfault.com/a/1190000000355928)