Skip to content

Commit

Permalink
travis status
Browse files Browse the repository at this point in the history
  • Loading branch information
aschamberger committed Oct 18, 2013
1 parent 90278f0 commit 1fe3bdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
File renamed without changes.
9 changes: 5 additions & 4 deletions README.markdown → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# XmlSecurity Library [![Build Status](https://secure.travis-ci.org/aschamberger/XmlSecurity.png?branch=master)](http://travis-ci.org/aschamberger/XmlSecurity)

The XmlSecurity library is written in PHP for working with XML Encryption and
Signatures.

Installation:
=============
#Installation:

You can install the library with [`composer.phar`][1]. Create a `composer.json` file:

```json
Expand All @@ -18,8 +20,7 @@ Now you are ready to install the library:
$ curl -sS https://getcomposer.org/installer | php && php composer.phar install
```

Origin:
=======
# Origin:

Large portions of the library are derived from the [xmlseclibs PHP library for
XML Security][2]. Copyright (c) 2007-2010, Robert Richards
Expand Down

0 comments on commit 1fe3bdc

Please sign in to comment.