Update 13-03-01-Components.md

This commit is contained in:
Phil Sturgeon
2014-02-24 17:20:26 -05:00
parent 3ede484b1e
commit c93f78c7b6

View File

@@ -10,15 +10,17 @@ component repositories exist, the main two of which are:
* [Packagist](/#composer_and_packagist) * [Packagist](/#composer_and_packagist)
* [PEAR](/#pear) * [PEAR](/#pear)
Both of these repositories have command line tools associated with them to help the installation and upgrade processes, and have been Both of these repositories have command line tools associated with them to help the installation and upgrade
explained in more detail in the [Dependency Management][dm] section. processes, and have been explained in more detail in the [Dependency Management] section.
There are also component-based frameworks, which allow you to use their components with minimal (or no) requirements. For example, you There are also component-based frameworks and component-vendors that offer no framework at all. These projects provide
can use the [FuelPHP Validation package][fuelval], without needing to use the FuelPHP framework itself. These projects are essentially another source of packages which ideally have little to no dependencies on other packages, or specific frameworks.
just another repository for reusable components:
[dm]: /#dependency_management For example, you can use the [FuelPHP Validation package], without needing to use the FuelPHP framework
[fuelval]: https://github.com/fuelphp/validation itself.
[Dependency Management]: /#dependency_management
[FuelPHP Validation package]: https://github.com/fuelphp/validation
* [Aura](http://auraphp.github.com/) * [Aura](http://auraphp.github.com/)
* [FuelPHP](https://github.com/fuelphp) * [FuelPHP](https://github.com/fuelphp)