Download the PHP package niko9911/bitwise-flags without Composer
On this page you can find all versions of the php package niko9911/bitwise-flags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download niko9911/bitwise-flags
More information about niko9911/bitwise-flags
Files in niko9911/bitwise-flags
Download niko9911/bitwise-flags
More information about niko9911/bitwise-flags
Files in niko9911/bitwise-flags
Vendor niko9911
Package bitwise-flags
Short Description Managing your flag booleans with bits.
License MIT
Package bitwise-flags
Short Description Managing your flag booleans with bits.
License MIT
Please rate this library. Is it a good library?
Informations about the package bitwise-flags
PHP Flags
The number of flags you can use is limited to the architecture of your system, e.g.: 32 flags on a 32-bit system or 64 flags on 64-bit system. To store 64-bits flags in a database, you will need to store it as UNSIGNED BIGINT in MySQL.
Install
Via composer:
Usage
Below some example usage code
All versions of bitwise-flags with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8.0
The package niko9911/bitwise-flags contains the following files
Loading the files please wait ....