NotificationController :: feed
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\NotificationController::feed" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_notifications_feed" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#558 -supports: false -passport: null -duration: null -stub: "App\Security\AppCustomAuthAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\AppCustomAuthAuthenticator {#525 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#559 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#560 …} } ] |
| _stopwatch_token | "f053c5" |
Request Headers
| Header | Value |
|---|---|
| accept | "application/json" |
| accept-encoding | "br,gzip" |
| accept-language | "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7" |
| cookie | "main_auth_profile_token=ca357c; PHPSESSID=d5ed86998f7b9eb98c8f629eaeb40be7" |
| host | "locapharma.technopole-km.com" |
| priority | "u=1, i" |
| referer | "https://locapharma.technopole-km.com/commande?pharmacie=46" |
| sec-ch-ua | ""Opera";v="133", "Chromium";v="149", "Not)A;Brand";v="24"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""Windows"" |
| sec-fetch-dest | "empty" |
| sec-fetch-mode | "cors" |
| sec-fetch-site | "same-origin" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36 OPR/133.0.0.0" |
| via | "1.1 webdb4101.lwspanel.com (Varnish/7.7)" |
| x-cache-engine-enable | "1" |
| x-cache-user | "techn2778696" |
| x-forwarded-proto | "https" |
| x-l-admin-auth | "0" |
| x-php-ob-level | "1" |
| x-real-ip | "102.207.178.47" |
| x-request-id | "01a3ea16986199d9968ab74758492f0e" |
| x-requested-with | "XMLHttpRequest" |
| x-varnish | "15205808" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "application/json" |
| date | "Wed, 29 Jul 2026 13:25:56 GMT" |
| x-debug-token | "86c009" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "d5ed86998f7b9eb98c8f629eaeb40be7" |
| main_auth_profile_token | "ca357c" |
Response Cookies
No response cookies
Session 1
Session Metadata
| Key | Value |
|---|---|
| Created | "Wed, 29 Jul 26 09:56:26 +0200" |
| Last used | "Wed, 29 Jul 26 15:16:55 +0200" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _security.main.target_path | "https://locapharma.technopole-km.com/commande" |
| _security_main | "O:75:"Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":10:{s:2:"id";i:48;s:5:"email";s:20:"devtech763@gmail.com";s:8:"password";N;s:5:"roles";a:0:{}s:8:"fullName";s:8:"Tech Dev";s:5:"phone";N;s:8:"googleId";s:21:"113123104750927077402";s:9:"avatarUrl";s:26:"avatar_48_dffd026010d0.png";s:10:"isVerified";b:1;s:9:"createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2026-07-29 09:56:26.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:12:"Europe/Paris";}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:9:"ROLE_USER";}}}" |
| knpu.oauth2_client_state | "ab1065089a8f82a25f68050e39d66bf3" |
Session Usage
1
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/htdocs/locapharma.technopole-km.com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 383
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/src/Controller/NotificationController.php"
"line" => 28
"function" => "getUser"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "feed"
"class" => "App\Controller\NotificationController"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/htdocs/locapharma.technopole-km.com/public/index.php"
"line" => 5
"args" => [
"/htdocs/locapharma.technopole-km.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "ca1e974052e9de255acb2280c03d6f26" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "mysql://techn2778696:Salutation%40123@127.0.0.1:3306/techn2778696_3whzao?serverVersion=8.0.32&charset=utf8mb4" |
| DEFAULT_URI | "http://localhost" |
| GOOGLE_CLIENT_ID | "836139987169-3jlr8hgc7f2nri7hfr213u73rupo1nvt.apps.googleusercontent.com" |
| GOOGLE_CLIENT_SECRET | "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" |
| GROQ_API_KEY | "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" |
| GROQ_API_URL | "https://api.groq.com/openai/v1/chat/completions" |
| GROQ_MODEL | "openai/gpt-oss-120b" |
| IA_API_URL | "https://api.groq.com/openai/v1" |
| IA_MODEL | "llama-3.3-70b-versatile" |
| KARTAPAY_API_URL | "https://api.kartapay.me" |
| KARTAPAY_AUTH_URL | "https://auth.kartapay.me/prod/token" |
| KARTAPAY_CLIENT_ID | "kartapay-merchant-api-said-ahmed kaissane-407fd133" |
| KARTAPAY_CLIENT_SECRET | "1yRfBEuzLG7ka93XVZfOJSFxrbqBlkx3" |
| KARTAPAY_MERCHANT_ID | "b87d3e14-61ad-49b9-9e1a-b64c41fce7e6" |
| MAILER_DSN | "smtp://technopolenumerique%40gmail.com:mjlvledcedcrxfrl@smtp.gmail.com:465?encryption=ssl" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| VAPID_PRIVATE_KEY | "yGn34-AywQB-eVRtmaNFlpOxN5obav_4P9yZZwflPFI" |
| VAPID_PUBLIC_KEY | "BHGSB0oE9iGKjw38vA7z0_j-crq7kYXAXhUUAsqqutTugLRJK-nCTMxX0XcfSsLm31MiBBUJBCcsG_HWmyo1qmk" |
| VAPID_SUBJECT | "mailto:contact@locapharma.km" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/htdocs/locapharma.technopole-km.com" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/htdocs/locapharma.technopole-km.com" ] |
| CONTEXT_DOCUMENT_ROOT | "/var/www/technopole-km.com/htdocs" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/technopole-km.com/htdocs" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/json" |
| HTTP_ACCEPT_ENCODING | "br,gzip" |
| HTTP_ACCEPT_LANGUAGE | "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7" |
| HTTP_COOKIE | "main_auth_profile_token=ca357c; PHPSESSID=d5ed86998f7b9eb98c8f629eaeb40be7" |
| HTTP_HOST | "locapharma.technopole-km.com" |
| HTTP_PRIORITY | "u=1, i" |
| HTTP_REFERER | "https://locapharma.technopole-km.com/commande?pharmacie=46" |
| HTTP_SEC_CH_UA | ""Opera";v="133", "Chromium";v="149", "Not)A;Brand";v="24"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""Windows"" |
| HTTP_SEC_FETCH_DEST | "empty" |
| HTTP_SEC_FETCH_MODE | "cors" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36 OPR/133.0.0.0" |
| HTTP_VIA | "1.1 webdb4101.lwspanel.com (Varnish/7.7)" |
| HTTP_X_CACHE_ENGINE_ENABLE | "1" |
| HTTP_X_CACHE_USER | "techn2778696" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_L_ADMIN_AUTH | "0" |
| HTTP_X_REAL_IP | "102.207.178.47" |
| HTTP_X_REQUESTED_WITH | "XMLHttpRequest" |
| HTTP_X_REQUEST_ID | "01a3ea16986199d9968ab74758492f0e" |
| HTTP_X_VARNISH | "15205808" |
| MD_CURRENT | "locapharma.technopole-km.com" |
| MD_HOST | "locapharma.technopole-km.com" |
| MD_MASTER | "technopole-km.com" |
| MD_SH | "webdb4101" |
| MD_SLAVES | "techn2778696.webdb4101.lwspanel.com formation.technopole-km.com girlsinict.technopole-km.com jo.technopole-km.com kashish.technopole-km.com locapharma.technopole-km.com pointage-km.technopole-km.com ressora.technopole-km.com uhay.technopole-km.com" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
| PHP_SELF | "/public/index.php" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_MD_CURRENT | "locapharma.technopole-km.com" |
| REDIRECT_MD_HOST | "locapharma.technopole-km.com" |
| REDIRECT_MD_MASTER | "technopole-km.com" |
| REDIRECT_MD_SH | "webdb4101" |
| REDIRECT_MD_SLAVES | "techn2778696.webdb4101.lwspanel.com formation.technopole-km.com girlsinict.technopole-km.com jo.technopole-km.com kashish.technopole-km.com locapharma.technopole-km.com pointage-km.technopole-km.com ressora.technopole-km.com uhay.technopole-km.com" |
| REDIRECT_SCRIPT_URI | "http://locapharma.technopole-km.com/notifications/feed" |
| REDIRECT_SCRIPT_URL | "/notifications/feed" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "amn_ZEFaa7R6D7B4_Z-LvQAAAAA" |
| REDIRECT_URL | "/notifications/feed" |
| REDIRECT_existing_anubis_action | "" |
| REDIRECT_existing_anubis_rule | "" |
| REDIRECT_existing_anubis_status | "" |
| REDIRECT_existing_header_request_id | "01a3ea16986199d9968ab74758492f0e" |
| REMOTE_ADDR | "102.207.178.47" |
| REMOTE_PORT | "57720" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1785331556 |
| REQUEST_TIME_FLOAT | 1785331556.3808 |
| REQUEST_URI | "/notifications/feed" |
| SCRIPT_FILENAME | "//var/www/technopole-km.com/htdocs/locapharma.technopole-km.com/public/index.php" |
| SCRIPT_NAME | "/public/index.php" |
| SCRIPT_URI | "http://locapharma.technopole-km.com/notifications/feed" |
| SCRIPT_URL | "/notifications/feed" |
| SERVER_ADDR | "127.0.0.1" |
| SERVER_ADMIN | "postmaster@technopole-km.com" |
| SERVER_NAME | "locapharma.technopole-km.com" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.68 (Debian) Server at locapharma.technopole-km.com Port 80</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.68 (Debian)" |
| SYMFONY_DOTENV_PATH | "/htdocs/locapharma.technopole-km.com/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,KARTAPAY_CLIENT_ID,KARTAPAY_CLIENT_SECRET,KARTAPAY_MERCHANT_ID,KARTAPAY_AUTH_URL,KARTAPAY_API_URL,DEFAULT_URI,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GROQ_API_KEY,IA_MODEL,IA_API_URL,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,VAPID_PUBLIC_KEY,VAPID_PRIVATE_KEY,VAPID_SUBJECT,GROQ_MODEL,GROQ_API_URL" |
| UNIQUE_ID | "amn_ZEFaa7R6D7B4_Z-LvQAAAAA" |
| existing_anubis_action | "" |
| existing_anubis_rule | "" |
| existing_anubis_status | "" |
| existing_header_request_id | "01a3ea16986199d9968ab74758492f0e" |
| lwsapitoken | "013d2dec64fbf6498ac5376b08b423ec" |
| lwscache | "On" |