carlagouveia/bitset-php

bitset-php is a reimplementation of std::bitset that allows PHP to interface with C++.

1.0.1 2025-05-08 17:17 UTC

This package is auto-updated.

Last update: 2025-06-08 17:36:14 UTC


README

GitHub Workflow Status GitHub release License

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