PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Adão Pedro   PHP OpenSSL Proxy   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP OpenSSL Proxy
Manage certificates and encrypt data using OpenSSL
Author: By
Last change:
Date: 2 years ago
Size: 780 bytes
 

Contents

Class file image Download
{ "name": "adaopedro/php-openssl-proxy", "description": "A PHP wrapper around the OpenSSL extension that provides a user-friendly interface for dealing with OpenSSL", "keywords": ["https", "rsa", "x509", "openssl", "ssl", "certificate", "ECDSA", "csr", "php-openssl-proxy"], "type": "library", "license": "MIT", "version": "1.0.0", "authors": [ { "name": "Adão Pedro", "email": "adao.pedro16@gmail.com" } ], "require": { "php": "^8.0" }, "require-dev": {}, "autoload": { "psr-4": { "AdaoPedro\\OpenSSLProxy\\": "src/" }, "files": [ "helpers_include.php", "src/OpenSSL.php" ] }, "minimum-stability": "dev" }