Processed Files
This is the list of processed files. Any file that is in the project, but not in the list below was omitted in the analyze.
This may be due to configuration file, compilation error, wrong extension (including no extension).
File |
---|
/src/App.php |
/src/Controller.php |
/src/Autoload.php |
/src/Config.php |
/src/Container.php |
/src/Components/Validator/Validator.php |
/src/Components/Validator/Rule.php |
/src/Components/Validator/ValidatorIterator.php |
/src/Components/Validator/Filter.php |
/src/Components/Validator/RuleInputsInterface.php |
/src/Components/Validator/Rules/FontAwesome.php |
/src/Components/Validator/Rules/Json.php |
/src/Components/Validator/Rules/FileMimes.php |
/src/Components/Validator/Rules/ImageDimensionsHeight.php |
/src/Components/Validator/Rules/Ip.php |
/src/Components/Validator/Rules/DateFormat.php |
/src/Components/Validator/Rules/BoolType.php |
/src/Components/Validator/Rules/RequiredWith.php |
/src/Components/Validator/Rules/FileMimetypes.php |
/src/Components/Validator/Rules/RequiredWithAll.php |
/src/Components/Validator/Rules/BetweenNumeric.php |
/src/Components/Validator/Rules/FileExtensions.php |
/src/Components/Validator/Rules/StringType.php |
/src/Components/Validator/Rules/MaxNumeric.php |
/src/Components/Validator/Rules/IntType.php |
/src/Components/Validator/Rules/RequiredWithout.php |
/src/Components/Validator/Rules/Uuid.php |
/src/Components/Validator/Rules/File.php |
/src/Components/Validator/Rules/Required.php |
/src/Components/Validator/Rules/AlphaNum.php |
/src/Components/Validator/Rules/ColorHex.php |
/src/Components/Validator/Rules/Version.php |
/src/Components/Validator/Rules/ClassExists.php |
/src/Components/Validator/Rules/Slug.php |
/src/Components/Validator/Rules/MinNumeric.php |
/src/Components/Validator/Rules/Size.php |
/src/Components/Validator/Rules/IsFile.php |
/src/Components/Validator/Rules/Date.php |
/src/Components/Validator/Rules/IterableType.php |
/src/Components/Validator/Rules/Email.php |
/src/Components/Validator/Rules/Between.php |
/src/Components/Validator/Rules/Min.php |
/src/Components/Validator/Rules/Instance.php |
/src/Components/Validator/Rules/EqualStrict.php |
/src/Components/Validator/Rules/Equal.php |
/src/Components/Validator/Rules/ArrayType.php |
/src/Components/Validator/Rules/mimetypes_by_extensions.php |
/src/Components/Validator/Rules/Token.php |
/src/Components/Validator/Rules/NumericType.php |
/src/Components/Validator/Rules/Dir.php |
/src/Components/Validator/Rules/Image.php |
/src/Components/Validator/Rules/FloatType.php |
/src/Components/Validator/Rules/Timezone.php |
/src/Components/Validator/Rules/ImageDimensions.php |
/src/Components/Validator/Rules/Base64.php |
/src/Components/Validator/Rules/Max.php |
/src/Components/Validator/Rules/DateBeforeOrEqual.php |
/src/Components/Validator/Rules/DateAfterOrEqual.php |
/src/Components/Validator/Rules/RessourceType.php |
/src/Components/Validator/Rules/NullValue.php |
/src/Components/Validator/Rules/ImageDimensionsWidth.php |
/src/Components/Validator/Rules/Accepted.php |
/src/Components/Validator/Rules/DateAfter.php |
/src/Components/Validator/Rules/DateBefore.php |
/src/Components/Validator/Rules/Regex.php |
/src/Components/Validator/Rules/AlphaNumText.php |
/src/Components/Validator/Rules/RequiredWithoutAll.php |
/src/Components/Validator/Rules/InArray.php |
/src/Components/Validator/Rules/Url.php |
/src/Components/Validator/Filters/ToInt.php |
/src/Components/Validator/Filters/ToFloat.php |
/src/Components/Validator/Filters/ToHtmlsc.php |
/src/Components/Validator/Filters/ToRtrim.php |
/src/Components/Validator/Filters/ToStripTags.php |
/src/Components/Validator/Filters/ToTrim.php |
/src/Components/Validator/Filters/ToLtrim.php |
/src/Components/Validator/Filters/ToBool.php |
/src/Components/Template/functions_include.php |
/src/Components/Template/Template.php |
/src/Components/Util/Util.php |
/src/Components/Email/Email.php |
/src/Components/Router/Router.php |
/src/Components/Router/Route.php |
/src/Components/Router/Exception/RouteArgumentException.php |
/src/Components/Router/Exception/RouteNotFoundException.php |
/src/Components/Paginate/Paginator.php |
/src/Components/Form/FormRenderTrait.php |
/src/Components/Form/FormBuilder.php |
/src/Components/Form/FormGroupBuilder.php |
/src/Components/HttpFactories/UploadedFileFactory.php |
/src/Components/HttpFactories/RequestFactory.php |
/src/Components/HttpFactories/UriFactory.php |
/src/Components/HttpFactories/StreamFactory.php |
/src/Components/HttpFactories/ServerRequestFactory.php |
/src/Components/HttpFactories/ResponseFactory.php |
/src/Components/Http/Stream.php |
/src/Components/Http/Message.php |
/src/Components/Http/Request.php |
/src/Components/Http/ServerRequest.php |
/src/Components/Http/UploadedFile.php |
/src/Components/Http/Response.php |
/src/Components/Http/Redirect.php |
/src/Components/Http/Uri.php |
/src/Exception/Container/NotFoundException.php |
/src/Exception/Container/ContainerException.php |
Non-processed Files
This is the list of processed files. Any file that is in the project, but not in the list below was omitted in the analyze.
This may be due to configuration file, compilation error, wrong extension (including no extension).
File | Reason |
---|---|
1 | /tests/AppTest.php |
2 | /tests/AutoloadTest.php |
3 | /tests/ContainerTest.php |
4 | /tests/Components/Validator/ValidatorTest.php |
5 | /tests/Components/Validator/ValidatorFileTest.php |
6 | /tests/Components/Validator/ValidatorIteratorTest.php |
7 | /tests/Components/Validator/Rules/JsonTest.php |
8 | /tests/Components/Validator/Rules/IntTest.php |
9 | /tests/Components/Validator/Rules/ClassExistsTest.php |
10 | /tests/Components/Validator/Rules/RequiredWithoutTest.php |
11 | /tests/Components/Validator/Rules/UuidTest.php |
12 | /tests/Components/Validator/Rules/DirTest.php |
13 | /tests/Components/Validator/Rules/DateTest.php |
14 | /tests/Components/Validator/Rules/EqualsTest.php |
15 | /tests/Components/Validator/Rules/FileMimesTest.php |
16 | /tests/Components/Validator/Rules/RequiredWithAllTest.php |
17 | /tests/Components/Validator/Rules/EmailTest.php |
18 | /tests/Components/Validator/Rules/NullTest.php |
19 | /tests/Components/Validator/Rules/FloatTest.php |
20 | /tests/Components/Validator/Rules/ArrayTest.php |
21 | /tests/Components/Validator/Rules/NumericTest.php |
22 | /tests/Components/Validator/Rules/FontAwesomeTest.php |
23 | /tests/Components/Validator/Rules/RequiredWithTest.php |
24 | /tests/Components/Validator/Rules/IterableTest.php |
25 | /tests/Components/Validator/Rules/ImageDimensionsTest.php |
26 | /tests/Components/Validator/Rules/IsFileTest.php |
27 | /tests/Components/Validator/Rules/Base64Test.php |
28 | /tests/Components/Validator/Rules/ColorHexTest.php |
29 | /tests/Components/Validator/Rules/RequiredWithoutAllTest.php |
30 | /tests/Components/Validator/Rules/FileMimetypeTest.php |
31 | /tests/Components/Validator/Rules/FileSizeTest.php |
32 | /tests/Components/Validator/Rules/MinTest.php |
33 | /tests/Components/Validator/Rules/RuleFile.php |
34 | /tests/Components/Validator/Rules/FileExtensionTest.php |
35 | /tests/Components/Validator/Rules/AcceptedTest.php |
36 | /tests/Components/Validator/Rules/Rule.php |
37 | /tests/Components/Validator/Rules/TokenTest.php |
38 | /tests/Components/Validator/Rules/ImageDimensions.php |
39 | /tests/Components/Validator/Rules/IpTest.php |
40 | /tests/Components/Validator/Rules/BetweenTest.php |
41 | /tests/Components/Validator/Rules/ImageTest.php |
42 | /tests/Components/Validator/Rules/RessourceTest.php |
43 | /tests/Components/Validator/Rules/RegexTest.php |
44 | /tests/Components/Validator/Rules/FileTest.php |
45 | /tests/Components/Validator/Rules/MaxTest.php |
46 | /tests/Components/Validator/Rules/UrlTest.php |
47 | /tests/Components/Validator/Rules/StringTest.php |
48 | /tests/Components/Validator/Rules/InArrayTest.php |
49 | /tests/Components/Validator/Rules/VersionTest.php |
50 | /tests/Components/Validator/Rules/AlphaNumTest.php |
51 | /tests/Components/Validator/Rules/InstanceTest.php |
52 | /tests/Components/Validator/Rules/SlugTest.php |
53 | /tests/Components/Validator/Rules/TimezoneTest.php |
54 | /tests/Components/Validator/Rules/BoolTest.php |
55 | /tests/Components/Validator/Filters/ToFloatTest.php |
56 | /tests/Components/Validator/Filters/ToHtmlscTest.php |
57 | /tests/Components/Validator/Filters/ToLtrimTest.php |
58 | /tests/Components/Validator/Filters/ToStripTagsTest.php |
59 | /tests/Components/Validator/Filters/ToTrimTest.php |
60 | /tests/Components/Validator/Filters/ToIntTest.php |
61 | /tests/Components/Validator/Filters/ToBoolTest.php |
62 | /tests/Components/Validator/Filters/ToRtrimTest.php |
63 | /tests/Components/Validator/Filters/Filter.php |
64 | /tests/Components/Template/TemplateTest.php |
65 | /tests/Components/Template/testBlock.php |
66 | /tests/Components/Template/testBlock_1.php |
67 | /tests/Components/Template/testTemplate.php |
68 | /tests/Components/Template/theme/testBlock.php |
69 | /tests/Components/Template/theme/testBlock_1.php |
70 | /tests/Components/Util/UtilTest.php |
71 | /tests/Components/Email/EmailTest.php |
72 | /tests/Components/Router/RouterTest.php |
73 | /tests/Components/Paginate/PaginatorTest.php |
74 | /tests/Components/Form/FormTest.php |
75 | /tests/Components/HttpFactories/ServerRequestFactoryTest.php |
76 | /tests/Components/HttpFactories/RequestFactoryTest.php |
77 | /tests/Components/HttpFactories/ResponseFactoryTest.php |
78 | /tests/Components/HttpFactories/UriFactoryTest.php |
79 | /tests/Components/HttpFactories/StreamFactoryTest.php |
80 | /tests/Components/HttpFactories/UploadedFileFactoryTest.php |
81 | /tests/Components/Http/UriTest.php |
82 | /tests/Components/Http/ResponseTest.php |
83 | /tests/Components/Http/RequestTest.php |
84 | /tests/Components/Http/RedirectTest.php |
85 | /tests/Components/Http/ServerRequestTest.php |
86 | /tests/Components/Http/StreamTest.php |
87 | /tests/Components/Http/MessageTest.php |
88 | /tests/Components/Http/UploadedFileRessourceTest.php |
89 | /tests/Components/Http/UploadedFileTest.php |
90 | /tests/config/routes.php |
91 | /tests/config/testService.json |
92 | /tests/config/local/testConfig.json |
/phpdoc.dist.xml | Ignored extension (xml) |
/LICENSE | Ignored extension () |
/composer.json | Ignored extension (json) |
/README.md | Ignored extension (md) |
/phpunit.xml | Ignored extension (xml) |