Files Overview

Filename LoC Issues Analysers
/php/public/index.php 3 3 3
/php/src/controllers/AuthController.php 326 123 21
/php/src/controllers/CompanyController.php 319 277 25
/php/src/controllers/Controller.php 12 2 2
/php/src/controllers/HomeController.php 9 16 6
/php/src/controllers/JobController.php 414 196 26
/php/src/core/Application.php 516 209 7
/php/src/core/Config.php 30 8 8
/php/src/core/Container.php 27 16 12
/php/src/core/Request.php 171 47 22
/php/src/core/Response.php 52 61 14
/php/src/core/Router.php 118 32 9
/php/src/dao/ApplicationDao.php 56 36 10
/php/src/dao/ApplicationStatus.php 13 5 3
/php/src/dao/CompanyDetailDao.php 22 9 6
/php/src/dao/JobAttachmentDao.php 23 9 6
/php/src/dao/JobDao.php 76 32 11
/php/src/dao/JobType.php 36 16 5
/php/src/dao/LocationType.php 26 16 5
/php/src/dao/PaginationMetaDao.php 20 9 5
/php/src/dao/UserDao.php 61 15 7
/php/src/dao/UserRole.php 15 5 4
/php/src/database/Database.php 50 39 9
/php/src/dto/DtoFactory.php 22 28 8
/php/src/dto/ErrorDto.php 18 6 4
/php/src/dto/PagedPaginationMetaDto.php 21 7 3
/php/src/dto/SuccessDto.php 18 5 3
/php/src/dto/SuccessPagedPaginationDto.php 15 3 3
/php/src/dto/UserDto.php 3 2 2
/php/src/exceptions/BadRequestHttpException.php 7 5 5
/php/src/exceptions/BaseHttpException.php 12 5 5
/php/src/exceptions/ConflictHttpException.php 7 3 3
/php/src/exceptions/ForbiddenHttpException.php 7 3 3
/php/src/exceptions/HttpExceptionFactory.php 24 41 9
/php/src/exceptions/InternalServerErrorHttpException.php 7 3 3
/php/src/exceptions/NotFoundHttpException.php 7 3 3
/php/src/exceptions/UnauthorizedHttpException.php 7 3 3
/php/src/middlewares/AnyAuthMiddleware.php 9 2 2
/php/src/middlewares/AuthMiddleware.php 27 10 8
/php/src/middlewares/CompanyAuthMiddleware.php 10 4 4
/php/src/middlewares/JobSeekerAuthMiddleware.php 10 4 4
/php/src/middlewares/Middleware.php 11 2 2
/php/src/repositories/ApplicationRepository.php 30 100 12
/php/src/repositories/JobRepository.php 323 212 21
/php/src/repositories/UserRepository.php 130 72 10
/php/src/services/AuthService.php 49 26 6
/php/src/services/CompanyService.php 114 76 18
/php/src/services/JobService.php 153 62 16
/php/src/services/Service.php 8 2 2
/php/src/services/UploadService.php 93 52 14
/php/src/services/UserService.php 16 3 3
/php/src/utils/Autoloader.php 15 8 6
/php/src/utils/PathResolver.php 12 8 4
/php/src/utils/UserSession.php 16 24 11
/php/src/utils/Utils.php 10 2 2
/php/src/utils/Validator.php 59 48 19
/php/src/views/components/PaginationComponent.php 80 77 13
/php/src/views/components/navbar.php 10 20 11
/php/src/views/error/index.php 6 7 3
/php/src/views/layouts/root-layout.php 87 12 3
/php/src/views/pages/auth/sign-in/index.php 26 28 5
/php/src/views/pages/auth/sign-up/company/index.php 26 71 5
/php/src/views/pages/auth/sign-up/job-seeker/index.php 11 48 4
/php/src/views/pages/company/jobs/create/index.php 40 75 5
/php/src/views/pages/company/jobs/index.php 241 84 11
/php/src/views/pages/company/profile/index.php 40 43 5
/php/src/views/pages/history/index.php 96 17 7
/php/src/views/pages/home/index.php 24 15 8
/php/src/views/pages/jobs/index.php 203 77 11
/php/src/views/pages/suggestion/index.php 60 20 5