{"id":18659192,"url":"https://github.com/fnayou/symfony-micro-framework","last_synced_at":"2025-04-11T20:30:53.939Z","repository":{"id":62506118,"uuid":"89570349","full_name":"fnayou/symfony-micro-framework","owner":"fnayou","description":"Symfony Micro Framework based on MicroKernelTrait","archived":false,"fork":false,"pushed_at":"2017-08-14T01:12:49.000Z","size":60,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-09T12:02:56.842Z","etag":null,"topics":["micro-framework","micro-kernel","php","symfony","symfony-micro-framework"],"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/fnayou.png","metadata":{"files":{"readme":"README.md","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":"2017-04-27T07:44:47.000Z","updated_at":"2024-05-09T12:02:56.843Z","dependencies_parsed_at":"2022-11-02T10:15:41.424Z","dependency_job_id":null,"html_url":"https://github.com/fnayou/symfony-micro-framework","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnayou%2Fsymfony-micro-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnayou%2Fsymfony-micro-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnayou%2Fsymfony-micro-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnayou%2Fsymfony-micro-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnayou","download_url":"https://codeload.github.com/fnayou/symfony-micro-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223478345,"owners_count":17151847,"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":["micro-framework","micro-kernel","php","symfony","symfony-micro-framework"],"created_at":"2024-11-07T07:36:14.129Z","updated_at":"2024-11-07T07:36:15.531Z","avatar_url":"https://github.com/fnayou.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Symfony MicroFramework\n======================\n\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/fnayou/symfony-micro-framework/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/fnayou/symfony-micro-framework/?branch=master)\n[![Build Status](https://travis-ci.org/fnayou/symfony-micro-framework.svg?branch=master)](https://travis-ci.org/fnayou/symfony-micro-framework)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/77eee168-fc93-4151-9d1a-85c999b46756/mini.png)](https://insight.sensiolabs.com/projects/77eee168-fc93-4151-9d1a-85c999b46756)\n[![Build Status](https://scrutinizer-ci.com/g/fnayou/symfony-micro-framework/badges/build.png?b=master)](https://scrutinizer-ci.com/g/fnayou/symfony-micro-framework/build-status/master)\n\nSymfony Micro Framework based on [MicroKernelTrait][link-micro-kernel]\n\nSmall and tiny and easy to configure, this build is perfect for :\n  - console based project\n  - POC\n  - light web project\n  - development playground\n  - etc.\n\n## How to use ?\n\nYou can create a new project using `composer` :\n\n```bash\n$ php composer.phar create-project fnayou/symfony-micro-framework\n```\n\nThat's it ! you have full working project with :\n  - `.editorconfig` file\n  - PHPCodeSniffer configuration just run command `bin\\standards`\n  - Scrutinizer configuration file\n  - PHPCSFixer configuration file\n  - and much more\n\n**Docker** is ready to be used with *nginx*, *PHP-FPM*, *MariaDB*, *Postgres*, *MongoDB* and *CouchDB*. all you have to \ndo is to configure `docker-compose.yml`. We use [fnayou/oh-my-docker][link-oh-my-docker], so check the project for more\ninformation.\n\nDon't waste time configuring, start coding !\n\n## Included packages ?\n\n```json\n    \"require\": {\n        \"php\": \"\u003e=5.6.0\",\n        \"incenteev/composer-parameter-handler\": \"^2.1\",\n        \"sensio/distribution-bundle\": \"^5.0\",\n        \"sensio/framework-extra-bundle\": \"^3.0\",\n        \"symfony/symfony\": \"^3.2\",\n        \"twig/twig\": \"^1.0||^2.0\"\n    },\n    \"require-dev\": {\n        \"escapestudios/symfony2-coding-standard\": \"^2.10\",\n        \"fnayou/standards\": \"^1.2\",\n        \"friendsofphp/php-cs-fixer\": \"^2.3\",\n        \"phpunit/phpunit\": \"^5.7\",\n        \"sensio/generator-bundle\": \"^3.1\"\n    }\n```\n\n## Note\n\nIf you want to clean up your project, don't forget to uncomment content of `.gitattributes`.\n\n## Credits\n\n- [Symfony][link-symfony]\n- [Aymen FNAYOU][link-author]\n\n## License\n\n![license](https://img.shields.io/badge/license-MIT-lightgrey.svg) Please see [License File](LICENSE) for more information.\n\n[link-author]: https://aymen-fnayou.com\n[link-oh-my-docker]: https://github.com/fnayou/oh-my-docker\n[link-micro-kernel]: https://symfony.com/doc/2.8/configuration/micro_kernel_trait.html\n[link-symfony]: https://github.com/symfony/symfony\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnayou%2Fsymfony-micro-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnayou%2Fsymfony-micro-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnayou%2Fsymfony-micro-framework/lists"}