Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat committed Oct 9, 2012
1 parent 5398881 commit f191e00
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
@@ -1,10 +1,9 @@
# Overview

A little library for doing a few things with PHP, the most interesting
being config management/service discovery and DOM manipulation. (See
the `tests` directory.) The services have a dependency on Zend
Framework's HTTP client; there might be some other ZF dependencies as
well.
A little library for doing a few things with PHP, the most interesting being
config management/service discovery and DOM manipulation. (See the `tests`
directory.) The services have a dependency on Zend Framework's HTTP client;
there might be some other ZF dependencies as well.

# Is the API stable?

Expand All @@ -15,7 +14,15 @@ Hahahahahaha.
The library uses a few PHP modules. Either install these from packages, or
build PHP with something like:

$ ./configure --enable-mbstring --with-openssl --with-xsl && make && make install
$ ./configure --enable-mbstring --with-openssl --enable-intl --with-xsl && make && make install

# Running Tests

$ phpunit -c tests/phpunit.xml.dist tests/small

Or, if you have Xdebug:

$ phpunit -c tests/phpunit.xml.dist --coverage-html ./coverage tests/small

# Installation

Expand Down

0 comments on commit f191e00

Please sign in to comment.