Git Product home page Git Product logo

ssl's Introduction

Acme PHP SSL library

Join the chat at https://gitter.im/acmephp/acmephp

Build Status Quality Score StyleCI Packagist Version Software License

Note: This project is in beta but follow a strict BC policy, even in beta (see the Backward Compatibility policy of Acme PHP for more informations).

Moreover, this repository is in beta stage only to follow the same versionning as the global project. This library's API won't change in the near future (we don't want BC breaks now).

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, ...).

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.