PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Mohib Ullah   Block Sense   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Block Sense
Detect fraud in cryptocurrency transactions
Author: By
Last change:
Date: 10 months ago
Size: 860 bytes
 

Contents

Class file image Download
{ "name": "mohib/block-sense", "description": "BlockSense is the first PHP-native toolkit for real-time cryptocurrency transaction monitoring with built-in fraud detection. Designed for developers building secure blockchain applications, it replaces expensive enterprise solutions like Chainalysis with an open-source, self-hostable alternative.", "authors": [ { "name": "Md. Mohib Ullah", "email": "connect@mohibullah.info" } ], "license": "MIT", "require-dev": { "phpunit/phpunit": "^12.2", "friendsofphp/php-cs-fixer": "^3.75", "guzzlehttp/guzzle": "^7.9" }, "autoload": { "psr-4": { "BlockSense\\": "src/" } }, "scripts": { "test": "./vendor/bin/phpunit tests", "cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix src/ --rules=@PSR12" } }