From 19c02cbdbe7a58f2c13c5890cd6ee4ac117816e7 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Thu, 25 Jun 2015 21:26:02 +0800 Subject: [PATCH] Updated README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6eb76b..8f5b7b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Spark Plug +[![Latest Stable Version](https://poser.pugx.org/rougin/spark-plug/v/stable)](https://packagist.org/packages/rougin/spark-plug) [![Total Downloads](https://poser.pugx.org/rougin/spark-plug/downloads)](https://packagist.org/packages/rougin/spark-plug) [![Latest Unstable Version](https://poser.pugx.org/rougin/spark-plug/v/unstable)](https://packagist.org/packages/rougin/spark-plug) [![License](https://poser.pugx.org/rougin/spark-plug/license)](https://packagist.org/packages/rougin/spark-plug) + Another way to access CodeIgniter's instance # Installation @@ -10,7 +12,7 @@ Install ```Spark Plug``` via [Composer](https://getcomposer.org): # Why -The purpose of this library is to provide an access to the CodeIgniter's instance that is based on this [link](codeinphp.github.io/post/codeigniter-tip-accessing-codeigniter-instance-outside/). I just created a [Composer](https://getcomposer.org/) package for easy access. This may help you in developing libraries for CodeIgniter that does not go through ```index.php```. +The purpose of this library is to provide an access to the CodeIgniter's instance that is based on this [link](codeinphp.github.io/post/codeigniter-tip-accessing-codeigniter-instance-outside/). I just created a [Composer](https://getcomposer.org/) package for easy access. This may help you in developing libraries for CodeIgniter that does not go through ```index.php```, giving you more flexibility to your application. I used this package as a dependency for [Combustor](https://github.com/rougin/combustor) and [Refinery](https://github.com/rougin/refinery).