spomky-labs/php-aes-gcm
PHP library implementing AES-GCM (Galois/Counter Mode) authenticated encryption. Provides encrypt/decrypt with IV/nonce handling, auth tags, and AAD support for securing data with integrity. Useful for token payloads, messages, and secure storage.
First of all, thank you for contributing.
Bugs or feature requests can be posted online on the GitHub issues section of the project.
Few rules to ease code reviews and merges:
We use Git-Flow to automate our git branching workflow.
To contribute use Pull Requests, please, write commit messages that make sense, and rebase your branch before submitting your PR.
May be asked to squash your commits too. This is used to "clean" your Pull Request before merging it, avoiding commits such as fix tests, fix 2, fix 3, etc.
curl -s http://getcomposer.org/installer | phpphp composer.phar installvendor/bin/phpunitHow can I help you explore Laravel packages today?