{"id":13617168,"url":"https://github.com/silexphp/Silex-WebProfiler","last_synced_at":"2025-04-14T03:33:03.093Z","repository":{"id":6823681,"uuid":"8071835","full_name":"silexphp/Silex-WebProfiler","owner":"silexphp","description":null,"archived":true,"fork":false,"pushed_at":"2018-07-10T12:22:10.000Z","size":109,"stargazers_count":210,"open_issues_count":6,"forks_count":61,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-09-04T23:03:04.164Z","etag":null,"topics":["php","silex","silex-provider"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silexphp.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-07T11:44:20.000Z","updated_at":"2024-06-03T14:00:26.000Z","dependencies_parsed_at":"2022-08-25T19:41:14.680Z","dependency_job_id":null,"html_url":"https://github.com/silexphp/Silex-WebProfiler","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-WebProfiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-WebProfiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-WebProfiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-WebProfiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silexphp","download_url":"https://codeload.github.com/silexphp/Silex-WebProfiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248815756,"owners_count":21165977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","silex","silex-provider"],"created_at":"2024-08-01T20:01:37.716Z","updated_at":"2025-04-14T03:32:58.084Z","avatar_url":"https://github.com/silexphp.png","language":"PHP","funding_links":[],"categories":["Micro Framework Extras","PHP","其他微型框架","其他微型框架 Micro Framework Extras","微框架( Micro Frameworks )","Micro Frameworks","Table of Contents"],"sub_categories":["Micro Framework Extras"],"readme":"Silex Web Profiler\n==================\n\n**WARNING**: Silex is in maintenance mode only. Ends of life is set to June\n2018. Read more on `Symfony's blog \u003chttp://symfony.com/blog/the-end-of-silex\u003e`_.\n\nThe Silex Web Profiler service provider allows you to use the wonderful Symfony\nweb debug toolbar and the Symfony profiler in your Silex 2.x application.\n\n.. note::\n\n    If you are using the 1.x Silex version, read the `specific documentation\n    \u003chttps://github.com/silexphp/Silex-WebProfiler/tree/1.0\u003e`_.\n\nTo install this library, run the command below and you will get the latest\nversion:\n\n.. code-block:: bash\n\n    composer require 'silex/web-profiler:^2.0'\n\nAnd enable it in your application:\n\n.. code-block:: php\n\n    use Silex\\Provider;\n\n    $app-\u003eregister(new Provider\\WebProfilerServiceProvider(), array(\n        'profiler.cache_dir' =\u003e __DIR__.'/../cache/profiler',\n        'profiler.mount_prefix' =\u003e '/_profiler', // this is the default\n    ));\n\nThe provider depends on ``ServiceControllerServiceProvider``,\n``TwigServiceProvider``, and ``HttpFragmentServiceProvider`` so you also need\nto enable those if that's not already the case:\n\n.. code-block:: php\n\n    $app-\u003eregister(new Provider\\HttpFragmentServiceProvider());\n    $app-\u003eregister(new Provider\\ServiceControllerServiceProvider());\n    $app-\u003eregister(new Provider\\TwigServiceProvider());\n\nIf you are using ``FormServiceProvider``, the ``WebProfilerServiceProvider``\nwill detect that and enable the corresponding panels.\n\n*Make sure to register all other required or used service providers before*\n``WebProfilerServiceProvider``.\n\nIf you are using ``MonologServiceProvider`` for logs, you must also add\n``symfony/monolog-bridge`` as a Composer dependency to get the\nlogs in the profiler.\n\nIf you are using ``VarDumperServiceProvider``, add ``symfony/debug-bundle`` as\na Composer dependency to display VarDumper dumps in the toolbar and the\nprofiler.\n\nIf you are using ``symfony/security``, add ``symfony/security-bundle`` as\na Composer dependency to display Security related information in the toolbar\nand the profiler.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilexphp%2FSilex-WebProfiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilexphp%2FSilex-WebProfiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilexphp%2FSilex-WebProfiler/lists"}