composer-docs/README.md

46 lines
2.0 KiB
Markdown
Raw Normal View History

2014-01-01 09:41:25 -05:00
composer-doc-cn
===============
Composer 中文文档
2014-01-01 10:27:19 -05:00
2014-01-01 20:05:45 -05:00
---
2014-01-01 10:39:05 -05:00
## Book
2014-01-01 18:29:18 -05:00
- [简介](/cn-introduction/00-intro.md)
- [基本用法](/cn-introduction/01-basic-usage.md)
- [](/cn-introduction/02-libraries.md)
- [命令行](/cn-introduction/03-cli.md)
- [Schema](/cn-introduction/04-schema.md)
- [Repositories](/cn-introduction/05-repositories.md)
- [Community](/cn-introduction/06-community.md)
2014-01-01 10:27:19 -05:00
2014-01-01 10:39:05 -05:00
## Articles
2014-01-01 10:43:48 -05:00
- [Aliases](/cn-introduction/articles/aliases.md)
2014-01-01 10:39:05 -05:00
Alias branch names to versions
2014-01-01 10:43:48 -05:00
- [Custom Installers](/cn-introduction/articles/custom-installers.md)
2014-01-01 10:39:05 -05:00
Modify the way certain types of packages are installed
2014-01-01 10:43:48 -05:00
- [Handling Private Packages With Satis](/cn-introduction/articles/handling-private-packages-with-satis.md)
2014-01-01 10:39:05 -05:00
Host your own composer repository
2014-01-01 10:43:48 -05:00
- [Plugins](/cn-introduction/articles/plugins.md)
2014-01-01 10:39:05 -05:00
Modify and extend Composer's functionality
2014-01-01 10:43:48 -05:00
- [Scripts](/cn-introduction/articles/scripts.md)
2014-01-01 10:39:05 -05:00
Script are callbacks that are called before/after installing packages
2014-01-01 10:43:48 -05:00
- [Troubleshooting](/cn-introduction/articles/troubleshooting.md)
2014-01-01 10:39:05 -05:00
Solving problems
2014-01-01 10:43:48 -05:00
- [Vendor Binaries](/cn-introduction/articles/vendor-binaries.md)
2014-01-01 10:39:05 -05:00
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)
2014-01-01 10:50:23 -05:00
## PDF 文档
2014-01-01 10:39:05 -05:00
2014-01-01 10:50:23 -05:00
整个文档也可以作为 [PDF 下载](http://getcomposer.org/book.pdf)。
2014-01-01 10:39:05 -05:00
2014-01-01 10:50:23 -05:00
## API 文档
2014-01-01 10:39:05 -05:00
2014-01-01 10:50:23 -05:00
如果你需要在工作中使用 composer 作为库的管理,你或许也想看看 [API 文档](http://getcomposer.org/apidoc/master/index.html)。