sierrakomodo / bitwise
A library of helpers for usage with bitwise operations in PHP programs.
v1.0.0
2023-10-05 06:36 UTC
Requires
- php: ^8.1
Requires (Dev)
- jetbrains/phpstorm-attributes: ^1.0
- phpunit/phpunit: ^10.3
This package is auto-updated.
Last update: 2024-11-09 09:59:50 UTC
README
A library of helpers for usage with bitwise operations in PHP programs.
Changelog
This project adheres to Semantic Versioning. See CHANGELOG.md for notable changes, or the git repository's commit history for specific code changes.
Installation
The preferred method of installation is via Composer. Run the following command to install the package and add it as a requirement to your project's composer.json
:
composer require sierrakomodo/bitwise
License
This project operates under the AGPLv3.0 license. See LICENSE for specifics.
Contributing
See CONTRIBUTING.md.