{"id":13617166,"url":"https://github.com/silexphp/Silex-Skeleton","last_synced_at":"2025-04-14T03:33:08.672Z","repository":{"id":3724896,"uuid":"4797939","full_name":"silexphp/Silex-Skeleton","owner":"silexphp","description":"A skeleton to get started with Silex","archived":true,"fork":false,"pushed_at":"2018-02-07T08:59:48.000Z","size":59,"stargazers_count":781,"open_issues_count":10,"forks_count":196,"subscribers_count":71,"default_branch":"master","last_synced_at":"2025-04-11T21:19:06.990Z","etag":null,"topics":["php","silex","skeleton","skeleton-application"],"latest_commit_sha":null,"homepage":"","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":"2012-06-26T16:59:22.000Z","updated_at":"2025-03-13T07:27:30.000Z","dependencies_parsed_at":"2022-07-15T16:47:15.932Z","dependency_job_id":null,"html_url":"https://github.com/silexphp/Silex-Skeleton","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-Skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-Skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-Skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silexphp%2FSilex-Skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silexphp","download_url":"https://codeload.github.com/silexphp/Silex-Skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248815767,"owners_count":21165979,"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","skeleton","skeleton-application"],"created_at":"2024-08-01T20:01:37.664Z","updated_at":"2025-04-14T03:33:03.665Z","avatar_url":"https://github.com/silexphp.png","language":"PHP","funding_links":[],"categories":["PHP","其他微型框架 Micro Framework Extras","Table of Contents"],"sub_categories":["Micro Framework Extras"],"readme":"Silex Skeleton\n==============\n\n**WARNING**: Silex is in maintenance mode only. Ends of life is set to June\n2018. Read more on `Symfony's blog`_.\n\nWelcome to the Silex Skeleton - a fully-functional Silex application that you\ncan use as the skeleton for your new applications.\n\nThis document contains information on how to start using the Silex Skeleton.\n\nCreating a Silex Application\n----------------------------\n\nSilex uses `Composer`_ to ease the creation of a new project:\n\n.. code-block:: console\n\n    $ composer create-project fabpot/silex-skeleton path/to/install \"~2.0\"\n\nComposer will create a new Silex project under the `path/to/install` directory.\n\nBrowsing the Demo Application\n-----------------------------\n\nCongratulations! You're now ready to use Silex.\n\nTo see a real-live Silex page in action, start the PHP built-in web server with\ncommand:\n\n.. code-block:: console\n\n    $ cd path/to/install\n    $ COMPOSER_PROCESS_TIMEOUT=0 composer run\n\nThen, browse to http://localhost:8888/index_dev.php/\n\nGetting started with Silex\n--------------------------\n\nThis distribution is meant to be the starting point for your Silex applications.\n\nA great way to start learning Silex is via the `Documentation`_, which will\ntake you through all the features of Silex.\n\nWhat's inside?\n---------------\n\nThe Silex Skeleton is configured with the following service providers:\n\n* `ValidatorServiceProvider`_ - Provides a service for validating data. It is\n  most useful when used with the FormServiceProvider, but can also be used\n  standalone.\n\n* `ServiceControllerServiceProvider`_ - As your Silex application grows, you\n  may wish to begin organizing your controllers in a more formal fashion.\n  Silex can use controller classes out of the box, but with a bit of work,\n  your controllers can be created as services, giving you the full power of\n  dependency injection and lazy loading.\n\n* `TwigServiceProvider`_ - Provides integration with the Twig template engine.\n\n* `WebProfilerServiceProvider`_ - Enable the Symfony web debug toolbar and\n  the Symfony profiler in your Silex application when developing.\n\n* `MonologServiceProvider`_ - Enable logging in the development environment.\n\nRead the `Providers`_ documentation for more details about Silex Service\nProviders.\n\nEnjoy!\n\n.. _Composer: http://getcomposer.org/\n.. _Documentation: http://silex.sensiolabs.org/documentation\n.. _ValidatorServiceProvider: http://silex.sensiolabs.org/doc/master/providers/validator.html\n.. _ServiceControllerServiceProvider: http://silex.sensiolabs.org/doc/master/providers/service_controller.html\n.. _TwigServiceProvider: http://silex.sensiolabs.org/doc/master/providers/twig.html\n.. _WebProfilerServiceProvider: http://github.com/silexphp/Silex-WebProfiler\n.. _MonologServiceProvider: http://silex.sensiolabs.org/doc/master/providers/monolog.html\n.. _Providers: http://silex.sensiolabs.org/doc/providers.html\n.. _Symfony's blog: http://symfony.com/blog/the-end-of-silex\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilexphp%2FSilex-Skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilexphp%2FSilex-Skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilexphp%2FSilex-Skeleton/lists"}