https://yobaale.com/tarification

HomeController :: tarification

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\HomeController::tarification"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#895
  -links: [
    894 => Symfony\Component\WebLink\Link {#894
      -href: "https://yobaale.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_route
"app_tarification_index"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"af20e9"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"yobaale.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
content-type
"text/html; charset=UTF-8"
date
"Fri, 14 Mar 2025 14:46:56 GMT"
link
"<https://yobaale.com/api/docs.jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation""
x-debug-token
"4bce4f"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/yobale/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 82
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1882
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/var/cache/dev/twig/88/880023b44e61702cd5b75edc23fc519f.php"
    "line" => 773
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/yobale/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_72a0ad9da7d2b174b25b752f03449add"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/var/cache/dev/twig/7c/7c289ae7a6bad4dfa1ef0a83db9a624a.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_943d77dfa608f45fea9daae788b726ed"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/twig/twig/src/Template.php"
    "line" => 344
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/twig/twig/src/Template.php"
    "line" => 359
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/twig/twig/src/Environment.php"
    "line" => 334
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/src/Controller/HomeController.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "tarification"
    "class" => "App\Controller\HomeController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/yobale/public/index.php"
    "line" => 6
    "args" => [
      "/var/www/yobale/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"295398d52065b2cc9976425c990405e2"
CORS_ALLOW_ORIGIN
"*"
Client_ID
"b3c5e3f0-17fa-47d2-88a7-f36840514c2c"
Client_secret
"92b3b004-1194-40b4-a3ca-626d47deb88f"
DATABASE_URL
"postgresql://postgres:F@ceb00k@127.0.0.1:5432/gestioncolis?serverVersion=16&charset=utf8"
GOOGLE_RECAPTCHA_SECRET_KEY
"6LfIMcUqAAAAAJJxqi8d1J6gQ2w5tSqb6Jt1j21-"
GOOGLE_RECAPTCHA_SITE_KEY
"6LfIMcUqAAAAABoQnySIc6pt-gVmcaTL7cKtZV9n"
MAILER_DSN
"smtp://yobale@cassaconsulting.com:Y0bale@2025@smtp.cassaconsulting.com:587"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PAYDUNYA_MASTER_KEY
"HpWEy1OK-F1t2-cLLo-S8dy-AHehe43lAeGE"
PAYDUNYA_MODE
"1"
PAYDUNYA_PRIVATE_KEY
"test_private_skhjzijxdFCEaHGyTwBHNtTWigq"
PAYDUNYA_PUBLIC_KEY
"test_public_LnC2Qst7Cb46TbxCiM2V4SyAmpi"
PAYDUNYA_TOKEN
"cgH0r1BieJspoT7Sr6g4"
PAYPAL_CLIENT_ID
"Acccb4JgxwCvW1W7JqYaZZvKJ5VahUlvQoOKuEVHqvtpVrKYLZjuEjg1uD-c_MheXyij7V6ZOlFd5ufL"
PAYPAL_CLIENT_SECRET
"EBhXAI0WkMTQbGpHrQydLwc78TaEYfEd0CEKGyvGeBXkIFMn5R3E2H-_Z-z_xKfvM_HF3mn4ICLEsugq"
PAYPAL_MODE
"sandbox"
TRUSTED_HOSTS
"^yobaale\.com$"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/yobale/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/yobale/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"yobaale.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"yobaale.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/tarification"
REMOTE_ADDR
"3.147.242.120"
REMOTE_PORT
"59027"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1741963616
REQUEST_TIME_FLOAT
1741963616.0676
REQUEST_URI
"/tarification"
SCRIPT_FILENAME
"/var/www/yobale/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"31.207.33.104"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"yobaale.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.62 (Debian) Server at yobaale.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.62 (Debian)"
SSL_TLS_SNI
"yobaale.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_DEBUG,DATABASE_URL,CORS_ALLOW_ORIGIN,MAILER_DSN,MESSENGER_TRANSPORT_DSN,PAYDUNYA_MASTER_KEY,PAYDUNYA_PRIVATE_KEY,PAYDUNYA_PUBLIC_KEY,PAYDUNYA_TOKEN,PAYDUNYA_MODE,PAYPAL_CLIENT_ID,PAYPAL_CLIENT_SECRET,PAYPAL_MODE,Client_ID,Client_secret,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY,TRUSTED_PROXIES,TRUSTED_HOSTS"
USER
"www-data"
proxy-nokeepalive
"1"