[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8495":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":15,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":10,"rankLanguage":10,"license":17,"archived":18,"fork":19,"defaultBranch":20,"hasWiki":18,"hasPages":19,"topics":21,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},8495,"Silex","silexphp\u002FSilex","silexphp","[DEPRECATED -- Use Symfony instead] The PHP micro-framework based on the Symfony Components","https:\u002F\u002Fsilex.symfony.com",null,"PHP",3539,700,1,0,30.54,"MIT License",true,false,"master",[22,23,24,25],"framework","php","silex","symfony","2026-06-12 02:01:54","Silex, a simple Web Framework\n=============================\n\n**WARNING**: Silex is in maintenance mode only. Ends of life is set to June\n2018. Read more on `Symfony's blog \u003Chttps:\u002F\u002Fsymfony.com\u002Fblog\u002Fthe-end-of-silex>`_.\n\nSilex is a PHP micro-framework to develop websites based on `Symfony\ncomponents`_:\n\n.. code-block:: php\n\n    \u003C?php\n\n    require_once __DIR__.'\u002F..\u002Fvendor\u002Fautoload.php';\n\n    $app = new Silex\\Application();\n\n    $app->get('\u002Fhello\u002F{name}', function ($name) use ($app) {\n      return 'Hello '.$app->escape($name);\n    });\n\n    $app->run();\n\nSilex works with PHP 7.1.3 or later.\n\nInstallation\n------------\n\nThe recommended way to install Silex is through `Composer`_:\n\n.. code-block:: bash\n\n    composer require silex\u002Fsilex \"~2.0\"\n\nAlternatively, you can download the `silex.zip`_ file and extract it.\n\nMore Information\n----------------\n\nRead the `documentation`_ for more information and `changelog\n\u003Cdoc\u002Fchangelog.rst>`_ for upgrading information.\n\nTests\n-----\n\nTo run the test suite, you need `Composer`_ and `PHPUnit`_:\n\n.. code-block:: bash\n\n    composer install\n    phpunit\n\nSupport\n-------\n\nIf you have a configuration problem use the `silex tag`_ on StackOverflow to ask a question.\n\nIf you think there is an actual problem in Silex, please `open an issue`_ if there isn't one already created.\n\nLicense\n-------\n\nSilex is licensed under the MIT license.\n\n.. _Symfony components: https:\u002F\u002Fsymfony.com\n.. _Composer:           https:\u002F\u002Fgetcomposer.org\n.. _PHPUnit:            https:\u002F\u002Fphpunit.de\n.. _silex.zip:          https:\u002F\u002Fsilex.symfony.com\u002Fdownload\n.. _documentation:      https:\u002F\u002Fsilex.symfony.com\u002Fdocumentation\n.. _silex tag:          https:\u002F\u002Fstackoverflow.com\u002Fquestions\u002Ftagged\u002Fsilex\n.. _open an issue:      https:\u002F\u002Fgithub.com\u002Fsilexphp\u002FSilex\u002Fissues\u002Fnew\n","Silex 是一个基于 Symfony 组件的 PHP 微框架，用于快速开发网站。它提供了一个轻量级且灵活的架构，支持依赖注入和服务容器等特性，使得开发者能够以更简洁的方式构建应用程序。Silex 适合小型到中型项目的开发场景，特别是那些需要快速启动并运行的应用程序。需要注意的是，Silex 已经进入维护模式，并计划于2018年6月停止支持，官方推荐使用 Symfony 作为替代方案。",2,"2026-06-11 03:18:17","top_language"]