natepage / php-pkcs11-ide-helper
PHP IDE helper for the PKCS#11 extension
Installs: 96 194
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4 || ^8.0
README
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.