https://github.com/pmvc-plugin/simple_encryptor
https://github.com/pmvc-plugin/simple_encryptor
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmvc-plugin/simple_encryptor
- Owner: pmvc-plugin
- Created: 2017-08-18T08:13:07.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T09:18:03.000Z (over 2 years ago)
- Last Synced: 2025-01-26T16:16:38.118Z (over 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/simple_encryptor)
[](https://packagist.org/packages/pmvc-plugin/simple_encryptor)
[](https://circleci.com/gh/pmvc-plugin/simple_encryptor/tree/main)
[](https://packagist.org/packages/pmvc-plugin/simple_encryptor)
[](https://packagist.org/packages/pmvc-plugin/simple_encryptor)
simple_encryptor
===============
## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php
### 2. Install by composer.json or use command-line directly
#### 2.1 Install by composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/simple_encryptor": "dev-main"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/simple_encryptor