carlagouveia/bitset-php

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

Maintainers

Package info

github.com/carlagouveia/bitset-php

pkg:composer/carlagouveia/bitset-php

Statistics

Installs: 1 565

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

1.0.1 2025-05-08 17:17 UTC

This package is auto-updated.

Last update: 2026-04-08 19:36:56 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