carlagouveia/bitset-php

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

Installs: 1 218

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/carlagouveia/bitset-php

1.0.1 2025-05-08 17:17 UTC

This package is auto-updated.

Last update: 2025-12-08 18:48:16 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