定制 acmephp/ssl 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

acmephp/ssl

最新稳定版本:2.1.0

Composer 安装命令:

composer require acmephp/ssl

包简介

PHP wrapper around OpenSSL extension providing SSL encoding, decoding, parsing and signing features

README 文档

README

Build Status Quality Score StyleCI Packagist Version Software License

Acme PHP SSL is a PHP wrapper around OpenSSL extension providing SSL encoding, decoding, parsing and signing features.

It uses the recommended security settings and let you interact in a OOP manner with SSL entities (public/private keys, certificates, ...).

If you want to chat with us or have questions, ping @tgalopin or @jderusse on the Symfony Slack!

Why use Acme PHP SSL?

Acme PHP SSL provides various useful tools solving different use-cases:

  • generate public and private keys (see the Generator\KeyPairGenerator) ;
  • sign data using a private key (see Signer\DataSigner) ;
  • parse certificates to extract informations about them (see Parser\CertificateParser) ;

There are many more possible use-cases, don't hesitate to dig a bit deeper in the documentation to find out if this library can solve your problem!

Documentation

Read the official Acme PHP SSL documentation.

Launch the Test suite

The Acme PHP test suite is located in the main repository: https://github.com/acmephp/acmephp#launch-the-test-suite.

统计信息

  • 总下载量: 1.14M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 1
  • 依赖项目数: 4
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 3
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-04-23