Download the PHP package aliance/bitmask without Composer
On this page you can find all versions of the php package aliance/bitmask. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aliance/bitmask
More information about aliance/bitmask
Files in aliance/bitmask
Download aliance/bitmask
More information about aliance/bitmask
Files in aliance/bitmask
Vendor aliance
Package bitmask
Short Description Simple bitmask implementation
License MIT
Homepage https://github.com/Aliance/Bitmask
Package bitmask
Short Description Simple bitmask implementation
License MIT
Homepage https://github.com/Aliance/Bitmask
Keywords bitmask
Please rate this library. Is it a good library?
Informations about the package bitmask
Simple bitmask implementation
About
Bitmask is a simple PHP implementation of bitwise operations for creating masks. Can be used for some flags' implementation. Supports only 64 bits (from 0 to 63) on x64 platforms.
Installation
Install the latest version with composer:
If you checkout this library for testing purposes, install its dependencies:
Usage
See usage in sample file.
Tests
For completely tests running just call composer exec phpunit
or use
License
This software is distributed under MIT license.
All versions of bitmask with dependencies
PHP Build Version
Package Version
Requires
php-64bit Version
>=8.1
The package aliance/bitmask contains the following files
Loading the files please wait ....