You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bitset-php is a reimplementation of std::bitset that allows PHP to interface with C++. It aims to provide a stable
interface instead of a full bitwise replacement.
Install
$ composer require carlagouveia/bitset-php
Development
$ composer install
$ make test
About
bitset-php is a reimplementation of `std::bitset` that allows PHP to interface with C++.