Skip to content

Commit

Permalink
added install instructions for redsql.phar
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioAlmada committed Feb 9, 2014
1 parent fab35ea commit 47c2293
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Programmatic and database agnostic SQL helper for RedBean delivered as a plugin.

## Installation

### With Composer
```json
{
"require": {
Expand All @@ -30,6 +31,16 @@ Programmatic and database agnostic SQL helper for RedBean delivered as a plugin.

Or just use your terminal: `composer require redsql/redsql:dev-master` :8ball:

### Phar (single file)

For the folks that are not using composer yet (why u no?) you can download
[redsql.phar](https://github.com/marcioAlmada/redsql/raw/master/dist/redsql.phar)
single distribution file and include it on your project:

```php
include 'path/to/redsql.phar';
```

## Usage

RedSQL public API is ~~awsome~~ fluid and completely achieved with PHP ~~wizardry~~ magic.
Expand Down Expand Up @@ -111,4 +122,4 @@ When everything is ready, create a pull request to develop branch :)

PS: This plugin follows specification discussed in [#311](https://github.com/gabordemooij/redbean/issues/311).

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/marcioAlmada/redsql/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/marcioAlmada/redsql/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit 47c2293

Please sign in to comment.