PHPackages                             cedvict/secure - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. cedvict/secure

ActiveLibrary[Security](/categories/security)

cedvict/secure
==============

Encrypt and Decrypt for Slim Framework 3

v1.0(9y ago)1273[1 issues](https://github.com/cedvict/secure/issues)MIT LicensePHP

Since May 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cedvict/secure)[ Packagist](https://packagist.org/packages/cedvict/secure)[ RSS](/packages/cedvict-secure/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Encrypt and Decrypt for Slim Framework 3
========================================

[](#encrypt-and-decrypt-for-slim-framework-3)

Based on RSA algorithm for Slim framework. Secure works well as class library (inject) for Slim framework 3 application.

Install
-------

[](#install)

You can install Logger via [composer](https://getcomposer.org/).

`$ composer require cedvict/secure`

Requires Slim Framework 3 and PHP 5.5.0 or newer. Visit Secure repository at [Packagist](https://packagist.org/packages/cedvict/secure).

Usage
-----

[](#usage)

### Class Library

[](#class-library)

To use Secure as class library, you can simply inject Secure instance into Slim container.

```
