Download the PHP package struggle-for-php/sfp-deptrac-builtin without Composer
On this page you can find all versions of the php package struggle-for-php/sfp-deptrac-builtin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download struggle-for-php/sfp-deptrac-builtin
More information about struggle-for-php/sfp-deptrac-builtin
Files in struggle-for-php/sfp-deptrac-builtin
Download struggle-for-php/sfp-deptrac-builtin
More information about struggle-for-php/sfp-deptrac-builtin
Files in struggle-for-php/sfp-deptrac-builtin
Vendor struggle-for-php
Package sfp-deptrac-builtin
Short Description Deptrac extension to enforce application on framework rule.
License MIT
Package sfp-deptrac-builtin
Short Description Deptrac extension to enforce application on framework rule.
License MIT
Please rate this library. Is it a good library?
Informations about the package sfp-deptrac-builtin
Deptrac extension to enforce application on framework rule.
PHP Web application on framework should not use network function like header()
.
But this rule is Implicit !.
This extension is attempted to find violate such rule.
Example
- examples/src/Action/UserShowAction.php includes
Q&A
-
Q. Why not use PHPCS
forbiddenFunctionNames
?- A. IMO,
forbiddenFunctionNames
is only should be used for dangerous function (its own) or alias function. Reason of forbiddenheader()
usage in application is layer problem.
- A. IMO,
- Q. When called
header()
with'Location: ...
, then should be calledexit()
on same scope, is it not ?- A. Maybe..
Inspired
This extension is developed inspired from this talk.
All versions of sfp-deptrac-builtin with dependencies
PHP Build Version
Package Version
The package struggle-for-php/sfp-deptrac-builtin contains the following files
Loading the files please wait ....