natepage/php-pkcs11-ide-helper
PHP IDE helper for the PKCS#11 extension
Maintainers
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT cd2e341135c2ad4a4f5392645825d45b07e4ec11
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
- PHP 7.4 or later
- Composer
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.
