Download the PHP package semisedlak/bitmasking without Composer
On this page you can find all versions of the php package semisedlak/bitmasking. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download semisedlak/bitmasking
More information about semisedlak/bitmasking
Files in semisedlak/bitmasking
Download semisedlak/bitmasking
More information about semisedlak/bitmasking
Files in semisedlak/bitmasking
Vendor semisedlak
Package bitmasking
Short Description Simple bitmasking utility
License MIT
Package bitmasking
Short Description Simple bitmasking utility
License MIT
Keywords bitmaskbitmasking
Please rate this library. Is it a good library?
Informations about the package bitmasking
Bitmasking
This simple library provides a set of functions for easier life when dealing with bitmasks.
You can install it using composer:
How it works
Create your own bitmask class which extends from Semisedlak\Bitmasking\Bitmask
class. Define your bitmask constants in this class. Set the $bitmask
property and your $maxBits
property (in fact it means how many "settings" will you have).
Good to know
When defining a bitmask constants use powers of two, e.g.:
All versions of bitmasking with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package semisedlak/bitmasking contains the following files
Loading the files please wait ....