# CryptoEncoding

[![Build Status](https://travis-ci.org/sop/crypto-encoding.svg?branch=master)](https://travis-ci.org/sop/crypto-encoding)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sop/crypto-encoding/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sop/crypto-encoding/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/sop/crypto-encoding/badge.svg?branch=master)](https://coveralls.io/github/sop/crypto-encoding?branch=master)
[![License](https://poser.pugx.org/sop/crypto-encoding/license)](https://github.com/sop/crypto-encoding/blob/master/LICENSE)

A PHP implementation of [RFC 7468](https://tools.ietf.org/html/rfc7468)
textual encodings of cryptographic structures _(PEM)_.

## Requirements

- PHP >=7.2

## Installation

This library is available on
[Packagist](https://packagist.org/packages/sop/crypto-encoding).

    composer require sop/crypto-encoding

## License

This project is licensed under the MIT License.
