From 1fe3bdc407bddef5cf7aeb3a241ab57788783b2b Mon Sep 17 00:00:00 2001 From: Andreas Schamberger Date: Fri, 18 Oct 2013 16:15:05 +0200 Subject: [PATCH] travis status --- LICENSE.markdown => LICENSE.md | 0 README.markdown => README.md | 9 +++++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename LICENSE.markdown => LICENSE.md (100%) rename README.markdown => README.md (77%) diff --git a/LICENSE.markdown b/LICENSE.md similarity index 100% rename from LICENSE.markdown rename to LICENSE.md diff --git a/README.markdown b/README.md similarity index 77% rename from README.markdown rename to README.md index 95734e8..8f70641 100644 --- a/README.markdown +++ b/README.md @@ -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 @@ -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