PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jelle Sebreghts   PHP BitMask Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP BitMask Generator
Generate all bitmasks with a minimum amount of 1s
Author: By
Last change: Added tests.
Date: 7 years ago
Size: 679 bytes
 

Contents

Class file image Download
{ "name": "jelle-s/bitmaskgenerator", "description": "Generates all possible bitmasks with a minimum amount of positives (1's) and a certain length.", "type": "library", "require": { "jelle-s/permutations": "^1.0" }, "license": "GPL-3.0+", "authors": [ { "name": "Jelle Sebreghts", "email": "sebreghts.jelle@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": {"Jelle_S\\Util\\BitMask\\": "src/"} }, "require-dev": { "phpunit/phpunit": "^5.7", "phpunit/php-code-coverage": "^4.0", "codeclimate/php-test-reporter": "dev-master" } }