The php-dependencies package can be placed inside the root folder of any PHP project and run a simple scan which tells developers a few things about their code and its dependencies.
The class works in two stages. At first it will scan and detect all available functions and extensions available in a PHP environment. This is helpful in identifying the general environment in which the code is run and can be compared to.
The second stage is where the class scans the developer's code and then reporting what functions were used inside it that aren't supported by his native PHP setup.
A configuration file can be setup to manage the scanning operation, with a sample config included with the download package.
php-dependencies can be quite a helpful tool for developers working on bigger projects, where they need help in debugging, or need to setup minimum environment requirements on which the code can run.
Software Details:
Version: 1.0
Upload Date: 12 May 15
Distribution Type: Freeware
Downloads: 76
Comments not found