Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Fixed #26: Updated README for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar committed May 22, 2015
1 parent 1132498 commit d7dd26a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# phergie/phergie-irc-parser

A PHP-based parser for messages conforming to the IRC protocol as described in [RFC 1459](http://irchelp.org/irchelp/rfc/rfc.html).
A PHP-based parser for messages conforming to the IRC protocol as described in [RFC 1459](https://tools.ietf.org/html/rfc1459) and [RFC 2812](https://tools.ietf.org/html/rfc2812).

[![Build Status](https://secure.travis-ci.org/phergie/phergie-irc-parser.png?branch=master)](http://travis-ci.org/phergie/phergie-irc-parser)

Expand All @@ -10,16 +10,15 @@ The recommended method of installation is [through composer](http://getcomposer.

```JSON
{
"minimum-stability": "dev",
"require": {
"phergie/phergie-irc-parser": "1.2.0"
"phergie/phergie-irc-parser": "~1"
}
}
```

## Design goals

* Minimal dependencies: PHP 5.3.3+ with the core PCRE extension
* Minimal dependencies: PHP 5.4.2+ with the core PCRE extension
* Can extract messages from a real-time data stream
* Simple easy-to-understand API

Expand Down

0 comments on commit d7dd26a

Please sign in to comment.