Search by

carlagouveia / bitset-php

carlagouveia

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

Package info

github.com/carlagouveia/bitset-php

pkg:composer/carlagouveia/bitset-php

Statistics

Installs: 1 872

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-09-08 20:29:55 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