{
"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"
}
}
|