{"id":13519751,"url":"https://github.com/silexphp/Silex","last_synced_at":"2025-03-31T14:31:06.682Z","repository":{"id":1073713,"uuid":"914985","full_name":"silexphp/Silex","owner":"silexphp","description":"[DEPRECATED -- Use Symfony instead] The PHP micro-framework based on the Symfony Components","archived":true,"fork":false,"pushed_at":"2018-06-02T11:25:23.000Z","size":3661,"stargazers_count":3591,"open_issues_count":0,"forks_count":727,"subscribers_count":202,"default_branch":"master","last_synced_at":"2024-03-25T21:09:12.192Z","etag":null,"topics":["framework","php","silex","symfony"],"latest_commit_sha":null,"homepage":"https://silex.symfony.com","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":"2010-09-16T09:47:20.000Z","updated_at":"2024-03-24T01:39:43.000Z","dependencies_parsed_at":"2022-08-08T05:00:01.639Z","dependency_job_id":null,"html_url":"https://github.com/silexphp/Silex","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silexphp","download_url":"https://codeload.github.com/silexphp/Silex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246482950,"owners_count":20784801,"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":["framework","php","silex","symfony"],"created_at":"2024-08-01T05:02:02.746Z","updated_at":"2025-03-31T14:31:05.875Z","avatar_url":"https://github.com/silexphp.png","language":"PHP","readme":"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://symfony.com/blog/the-end-of-silex\u003e`_.\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__.'/../vendor/autoload.php';\n\n    $app = new Silex\\Application();\n\n    $app-\u003eget('/hello/{name}', function ($name) use ($app) {\n      return 'Hello '.$app-\u003eescape($name);\n    });\n\n    $app-\u003erun();\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/silex \"~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/changelog.rst\u003e`_ 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://symfony.com\n.. _Composer:           https://getcomposer.org\n.. _PHPUnit:            https://phpunit.de\n.. _silex.zip:          https://silex.symfony.com/download\n.. _documentation:      https://silex.symfony.com/documentation\n.. _silex tag:          https://stackoverflow.com/questions/tagged/silex\n.. _open an issue:      https://github.com/silexphp/Silex/issues/new\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilexphp%2FSilex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilexphp%2FSilex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilexphp%2FSilex/lists"}