# FR3D XmlDSig

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

This repository offers an easy interface to manipulate [XML Digital Signatures](http://www.w3.org/TR/xmldsig-core/)
based in PHP Language.

## Features

  - Sign XML data (`DOMDocument`)

  - Sign SOAP Requests

## Documentation

  - See `src/Adapter/AdapterInterface.php` for sign methods.

  - Use `src/Soap/SoapClient.php` for send signed SOAP Requests.

## License

  Code licensed under BSD 2 clauses terms & conditions.

  See LICENSE.txt for more information.
