diff --git a/readme.md b/readme.md index b75e358..41f6376 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,24 @@ -# Soap module for Codeception +# Codeception Module SOAP -![Build Status](https://github.com/Codeception/module-soap/workflows/CI/badge.svg) +A SOAP module for Codeception. + +[![Actions Status](https://github.com/Codeception/module-soap/workflows/CI/badge.svg)](https://github.com/Codeception/module-soap/actions) +[![Latest Stable Version](https://poser.pugx.org/codeception/module-soap/v/stable)](https://github.com/Codeception/module-soap/releases) +[![Total Downloads](https://poser.pugx.org/codeception/module-soap/downloads)](https://packagist.org/packages/codeception/module-soap) +[![License](https://poser.pugx.org/codeception/module-soap/license)](/LICENSE) ## Installation ``` -composer require --dev "codeception/module-soap" +composer require "codeception/module-soap" --dev ``` ## Documentation -[Module documentation](https://codeception.com/docs/modules/SOAP) +See [the module documentation](https://codeception.com/docs/modules/SOAP). + +## License + +`Codeception Module SOAP` is open-sourced software licensed under the [MIT](/LICENSE) License. + +© Codeception PHP Testing Framework