Skip to content

Commit

Permalink
Add new README file
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jan 21, 2015
1 parent cd40a9c commit 78e2b9e
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions README.md
@@ -1,4 +1,39 @@
dom-php
=======
# Chadicus\DOM
[![Build Status](http://img.shields.io/travis/chadicus/dom-php.svg?style=flat)](https://travis-ci.org/chadicus/dom-php)
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/chadicus/dom-php.svg?style=flat)](https://scrutinizer-ci.com/g/chadicus/dom-php/)
[![Code Coverage](http://img.shields.io/coveralls/chadicus/dom-php.svg?style=flat)](https://coveralls.io/r/chadicus/dom-php)
[![Latest Stable Version](http://img.shields.io/packagist/v/chadicus/dom.svg?style=flat)](https://packagist.org/packages/chadicus/dom)
[![Total Downloads](http://img.shields.io/packagist/dt/chadicus/dom.svg?style=flat)](https://packagist.org/packages/chadicus/dom)
[![License](http://img.shields.io/packagist/l/chadicus/dom.svg?style=flat)](https://packagist.org/packages/chadicus/dom)

Collection of DOMDocument utilities


A collection of utility classes to work with PHP DOM Objects

## Requirements

chadicus\dom requires PHP 5.4 (or later).

##Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on
`chadicus/dom` to your project's `composer.json` file such as:

```json
{
"require": {
"chadicus/dom": "~1.0"
}
}
```
##Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/chadicus/dom-php/pulls)
* [Issues](https://github.com/chadicus/dom-php/issues)

##Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```sh
./build.php
```

0 comments on commit 78e2b9e

Please sign in to comment.