natepage/php-pkcs11-ide-helper

PHP IDE helper for the PKCS#11 extension

1.0.1 2023-07-30 00:38 UTC

This package is auto-updated.

Last update: 2024-04-30 00:46:06 UTC


README

GitHub tag (latest SemVer) Packagist Version GitHub

PHP PKCS11 IDE Helper is a project that aims to provide assistance with PHPStorm (or any other IDE) when working with the PHP PKCS11 extension. It brings autocompletion, inline documentation and other IDE helper features to make your experience using PHP with PKCS11 seamless.

Table of Contents

Prerequisites

Installation

To install this package, you need to use composer. Run the following command in your project root:

composer require --dev natepage/php-pkcs11-ide-helper

Usage

After installation, the IDE helper will automatically provide autocompletion and inline documentation for PHP PKCS11 classes, functions and constants in your IDE.

There's nothing more you need to do!

Contribute

If you find a bug or want to contribute to the code or documentation, you can fork the repository and send a pull request.

If you find any bug or have a question, please open an issue on the GitHub issue tracker.

License

This project is licensed under the MIT License. See the LICENSE file for details.