{"id":14983738,"url":"https://github.com/phptuts/starterkitforsymfony","last_synced_at":"2026-03-06T17:03:48.818Z","repository":{"id":87705310,"uuid":"95263432","full_name":"phptuts/starterkitforsymfony","owner":"phptuts","description":"Starter Kit For Symfony Projects","archived":false,"fork":false,"pushed_at":"2017-12-08T05:02:02.000Z","size":14632,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-08T00:20:09.226Z","etag":null,"topics":["facebook-api","facebook-login","fosrestbundle","google-api","google-login","jmsserializerbundle","jws","jwt","liipfunctionaltestbundle","mockery","nelmioapidocbundle","oauth2","phpunit","refresh-tokens","starter-kit","symfony","symfony-forms","symfony-security","symfony3","testing"],"latest_commit_sha":null,"homepage":"http://skfsp.info","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/phptuts.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-23T23:29:51.000Z","updated_at":"2024-08-11T12:40:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"772ac75f-20e5-45c1-8661-cd7478caaad7","html_url":"https://github.com/phptuts/starterkitforsymfony","commit_stats":{"total_commits":251,"total_committers":3,"mean_commits":83.66666666666667,"dds":0.01195219123505975,"last_synced_commit":"c120ff4b3712c54f7c952a8ea167cf26cfb6a194"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phptuts/starterkitforsymfony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Fstarterkitforsymfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Fstarterkitforsymfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Fstarterkitforsymfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Fstarterkitforsymfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phptuts","download_url":"https://codeload.github.com/phptuts/starterkitforsymfony/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Fstarterkitforsymfony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30186780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["facebook-api","facebook-login","fosrestbundle","google-api","google-login","jmsserializerbundle","jws","jwt","liipfunctionaltestbundle","mockery","nelmioapidocbundle","oauth2","phpunit","refresh-tokens","starter-kit","symfony","symfony-forms","symfony-security","symfony3","testing"],"created_at":"2024-09-24T14:07:51.349Z","updated_at":"2026-03-06T17:03:43.796Z","avatar_url":"https://github.com/phptuts.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Starter Kit For Symfony\n\n[![Build Status](https://travis-ci.org/phptuts/starterkitforsymfony.svg?branch=master)](https://travis-ci.org/phptuts/starterkitforsymfony) [![Code Climate](https://codeclimate.com/github/phptuts/starterkitforsymfony/badges/gpa.svg)](https://codeclimate.com/github/phptuts/starterkitforsymfony) [![Code Climate](https://codeclimate.com/github/phptuts/starterkitforsymfony/badges/coverage.svg)](https://codeclimate.com/github/phptuts/starterkitforsymfony)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\n\nThis symfony project is about helping you get up and running symfony, quickly.  Everything has been has been setup and coded so that all you should have to do is add your business logic. We've documented most of the projects so that if you need to change anything you should be able to without having to dig through a ton of code.  \n\n### [Documentation](https://phptuts.github.io/starterkitforsymfony/)\n\n### [Example Wesbite](http://skfsp.info/)\n\n### Things you will need before setting up.\n\n- Amazon s3:\n    - secret\n    - key\n    - bucket name\n    - region\n- Facebook Auth\n    - secret\n    - client id\n- Google Auth\n    - secret\n    - client id\n- You smtp server credentials\n\n## Setup Guide\n\n1. Install [virtual box](https://www.virtualbox.org/).\n2. Install [vagrant](https://www.vagrantup.com/).\n3. Read the [homestead doc page](https://laravel.com/docs/5.4/homestead)\n4. Setup Homestead environment\n5. Now clone the repo for the starter kit\n``` \ngit clone https://github.com/phptuts/starterkitforsymfony.git\n```\n6. Go into your Homestead.yml file and add a site to match where you cloned the repo.  Mine looks like this.\n    ``` \n    folders:\n        - map: ~/vagrant/code\n          to: /home/vagrant/Code\n    \n    sites:\n        - map: bigfootlocator.app\n          to: /home/vagrant/Code/Symfony/SymfonyStart/web\n          type: symfony2\n    ```\n7. Also add a database to your config\n    ``` \n    databases:\n        - homestead\n        - skfsp\n    ```\n8. vagrant up and then do a vagrant provision in the homestead folder.\n9. vagrant ssh to ssh into the vagrant box.\n10. cd into the directory where your project is\n11. create a jwt directory in your var folder\n    ``` \n    mkdir var/jwt\n    ```\n12. create your private key with and write down the pass phrase you used.\n    ``` \n    openssl genrsa -out var/jwt/private.pem -aes256 4096\n    ```\n13. create your public key, you will need the pass phrase here and in the composer install step\n    ``` \n    openssl rsa -pubout -in var/jwt/private.pem -out var/jwt/public.pem\n    ```\n14. Run  composer install\n15. Composer will ask for all the stuff you setup in the pre steps + jwt pass phrase \u0026 database info.  Homestead root \npassword stuff is below.  You can always change this in the parameters.yml, fyi.\nhere:\n    ``` \n        app.database_user: homestead\n        app.database_password: secret\n        app.database_name: skfsp ## or whatever you named it in the config\n    ```\n16. run migrations and this data fixtures script to load a default user.\n\n    ``` \n       bin/console doctrine:migrations:migrate\n       \n       bin/console doctrine:fixtures:load --fixtures=\"./src/AppBundle/DataFixtures/ORM/LoadStartUserData.php\"\n    ```\n17. Delete the .git folder\n    ```\n        rm -rf .git\n    ```\n\nYou should then have the website setup.  The user to login is:\n\nemail: admin@not-real-domain.com /\npassword: password\n\nThen your done if you have any questions just ask!!! :)\n\n## Running Tests\n\nThis will run all the tests \n\n``` \n    sh scripts/run_tests.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphptuts%2Fstarterkitforsymfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphptuts%2Fstarterkitforsymfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphptuts%2Fstarterkitforsymfony/lists"}