diff --git a/_posts/13-03-01-Components.md b/_posts/13-03-01-Components.md index cb811ea..607b740 100644 --- a/_posts/13-03-01-Components.md +++ b/_posts/13-03-01-Components.md @@ -4,17 +4,17 @@ isChild: true ## Components {#components_title} -As mentioned above "Components" are another approach to the common goal of creating, distributing and implementing shared code. Various +As mentioned above "Components" are another approach to the common goal of creating, distributing and implementing shared code. Various component repositories exist, the main two of which are: * [Packagist](/#composer_and_packagist) * [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 processes, and have been explained in more detail in the [Dependency Management][dm] section. -There are also component-based frameworks, which allow you to use their components with minimal (or no) requirements. For example, you -can use the [FuelPHP Validation package][fuelval], without needing to use the FuelPHP framework itself. These projects are essentially +There are also component-based frameworks, which allow you to use their components with minimal (or no) requirements. For example, you +can use the [FuelPHP Validation package][fuelval], without needing to use the FuelPHP framework itself. These projects are essentially just another repository for reusable components: [dm]: /#dependency_management @@ -22,5 +22,6 @@ just another repository for reusable components: * [Aura](http://auraphp.github.com/) * [FuelPHP](https://github.com/fuelphp) +* [Laravel's "Illuminate Components"](https://github.com/illuminate) * [Symfony Components](http://symfony.com/doc/current/components/index.html) * [The League of Extraordinary Packages](http://thephpleague.com/)