composer-docs/README.md

51 lines
2.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

composer-doc-cn
===============
Composer 中文文档
---
- 希望更多的朋友能够参与此文档的翻译、勘误(您可以 Fork 本项目,并提交 Pull Request
- 部分内容现阶段无法译全,已在 [issues](https://github.com/5-say/composer-doc-cn/issues) 中列出,如果能够收到您的宝贵建议,必将感激不尽。
---
## 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
- [Plugins](/cn-introduction/articles/plugins.md)
Modify and extend Composer's functionality
- [Scripts](/cn-introduction/articles/scripts.md)
Script are callbacks that are called before/after installing packages
- [Troubleshooting](/cn-introduction/articles/troubleshooting.md)
Solving problems
- [Vendor Binaries](/cn-introduction/articles/vendor-binaries.md)
Expose command-line scripts from packages
## FAQs
- [How Do I Install A Package To A Custom Path For My Framework](/cn-introduction/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md)
- [Should I Commit The Dependencies In My Vendor Directory](/cn-introduction/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md)
- [Why Are Version Constraints Combining Comparisons And Wildcards A Bad Idea](/cn-introduction/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md)
- [Why Can't Composer Load Repositories Recursively](/cn-introduction/faqs/why-can%27t-composer-load-repositories-recursively.md)
## PDF 文档
整个文档也可以作为 [PDF 下载](http://getcomposer.org/book.pdf)。
## API 文档
如果你需要在工作中使用 composer 作为库的管理,你或许也想看看 [API 文档](http://getcomposer.org/apidoc/master/index.html)。