Download the PHP package linkorb/sops-php without Composer
On this page you can find all versions of the php package linkorb/sops-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download linkorb/sops-php
More information about linkorb/sops-php
Files in linkorb/sops-php
Download linkorb/sops-php
More information about linkorb/sops-php
Files in linkorb/sops-php
Vendor linkorb
Package sops-php
Short Description SOPS wrapper library for PHP
License MIT
Homepage http://www.github.com/linkorb/sops-php
Package sops-php
Short Description SOPS wrapper library for PHP
License MIT
Homepage http://www.github.com/linkorb/sops-php
Please rate this library. Is it a good library?
Informations about the package sops-php
Sops PHP wrapper libary
SOPS is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP.
This repository provides a SOPS wrapper PHP library for PHP applications.
Installation
Example
CLI usage
You can use the bin/sops-php
CLI application to run commands for encryption/decryption.
The application needs a couple of configuration directives to work:
- Install SOPS (https://github.com/getsops/sops)
- Age or other encryption tool + key
Example commands
# encryption
php bin/sops-php sops:encrypt -k age1tjzcc45rq3rlnt0hd6a77w9p90pdzmq3df7pdgtkrhynyxs25y2qltryk0 -m age composer.json
#decryption
php bin/sops-php sops:decrypt composer.sops.json
All versions of sops-php with dependencies
PHP Build Version
Package Version
The package linkorb/sops-php contains the following files
Loading the files please wait ....