I am trying to use https://github.com/digitaldonkey/ethereum-php to build an api tool for scanning smart contracts for vulnerbilities.
Ref link: https://ethereum-php.org/dev/
My doubt it is possible to do that? I have various security tool like mythrill (https://github.com/ConsenSys/mythril), Securify (https://github.com/eth-sri/securify2). But those are built on python. I need something to be developed on php or javascript. Kindly pour some ideas on this. Is it possible to scan smart contracts for vulnerabilities with php?