PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Reinder Reinders   PHP Binary Flags   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Binary Flags
Manage a group of boolean flags using integers
Author: By
Last change: Make BinaryFlags iterable, countable, and jsonSerializable. (#7)

v1.2.0

* Make BinaryFlags iterable, countable, and jsonSerializable.
Date: 3 years ago
Size: 1,045 bytes
 

Contents

Class file image Download
{ "name": "reinder83/binary-flags", "description": "Useful class for binary operations", "keywords": [ "binary", "flags", "class", "trait", "eloquent", "model", "bitwise", "bitwiser", "operations" ], "homepage": "https://github.com/reinder83/binary-flags", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Reinder Reinders", "email": "reinder.reinders@gmail.com" } ], "autoload": { "psr-4": { "Reinder83\\BinaryFlags\\": "src/" } }, "config": { "platform": { "php": "5.6" } }, "require-dev": { "phpmd/phpmd": "^2.6", "sebastian/phpcpd": "^3.0", "squizlabs/php_codesniffer": "^3.4", "phpunit/phpunit": "^5.7", "phploc/phploc": "^4.0", "pdepend/pdepend": "^2.5", "mayflower/php-codebrowser": "^1.1", "johnkary/phpunit-speedtrap": "^1.1" }, "autoload-dev": { "psr-4": { "Reinder83\\BinaryFlags\\Tests\\": "tests/" } }, "require": { "ext-json": "*" } }