{"id":37891620,"url":"https://github.com/vektorprogrammet/vektorprogrammet","last_synced_at":"2026-01-16T16:56:49.159Z","repository":{"id":33536593,"uuid":"37182712","full_name":"vektorprogrammet/vektorprogrammet","owner":"vektorprogrammet","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-31T22:49:27.000Z","size":69585,"stargazers_count":17,"open_issues_count":134,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-01T00:17:35.069Z","etag":null,"topics":["hacktoberfest","php","symfony"],"latest_commit_sha":null,"homepage":"https://vektorprogrammet.no","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Qihoo360/ArgusAPM","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vektorprogrammet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-06-10T07:39:49.000Z","updated_at":"2025-02-12T07:53:30.000Z","dependencies_parsed_at":"2024-11-05T18:38:26.584Z","dependency_job_id":null,"html_url":"https://github.com/vektorprogrammet/vektorprogrammet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vektorprogrammet/vektorprogrammet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fvektorprogrammet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fvektorprogrammet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fvektorprogrammet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fvektorprogrammet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vektorprogrammet","download_url":"https://codeload.github.com/vektorprogrammet/vektorprogrammet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vektorprogrammet%2Fvektorprogrammet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["hacktoberfest","php","symfony"],"created_at":"2026-01-16T16:56:49.053Z","updated_at":"2026-01-16T16:56:49.133Z","avatar_url":"https://github.com/vektorprogrammet.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/vektorprogrammet/vektorprogrammet/blob/master/app/Resources/assets/images/vektor_stor.png\" alt=\"alt text\" width=\"400\" height=\"auto\"\u003e\n\n![Build Status](https://travis-ci.com/vektorprogrammet/vektorprogrammet.svg?branch=master)\n\n\n\n# Set up development environment\n## Requirements:\n- [PHP](http://php.net/downloads.php) version 7.4\n- [Node](https://nodejs.org/en/) version 14\n- [Git](https://git-scm.com/)\n\n##### Required PHP-dependencies:\n* ext-pdo_sqlite\n* ext-gd2\n* ext-mbstring\n* ext-curl\n* ext-xml\n\n#### How to install the php-dependencies\n\nPlease find the file `php.ini`. (On Linux it is located at `/etc/php/version/cli/php.ini`).\n\nUncomment all lines with the required PHP-dependencies.\n\nExample for dependency `mbstring`:\n\n`;extension=mbstring`       ---\u003e `extension=mbstring`\n\n\nTo install the PHP-dependencies on Ubuntu \n(Example with Ubuntu as operating system and a php-version of 7.4)\n```\nsudo apt-get install php7.4-mbstring\nsudo apt-get install php7.4-sqlite (php7.4-mysql for prod)\nsudo apt-get install php7.4-gd\nsudo apt-get install php7.4-curl\nsudo apt-get install php7.4-xml\n```\n\nAlternatively install Composer dependency manager from [here](https://getcomposer.org/).\nThen run `composer install`.\n\n\n\n\n## Setup:\n\n### Clone files:\n`git clone https://github.com/vektorprogrammet/vektorprogrammet.git`\n\n#### UNIX:\n`npm run setup`\n#### Windows:\n`npm run setup:win`\n\n### Start server on http://localhost:8000\n`npm start`\n\n\n### Build static files\nWhen adding new images or other non-code files, you can run:\n\n`npm run build`\n\nso that the files are put in the correct places. (this is automatically\ndone when doing `npm start`)\n\n## Users\n| Position     | Username   | Password |        Role        |\n| :----------: | :--------: |:--------:|:------------------:|\n| Assistent    | assistent  |   1234   |      ROLE_USER     |\n| Teammedlem   | teammember |   1234   |  ROLE_TEAM_MEMBER  |\n| Teamleder    | teamleader |   1234   |  ROLE_TEAM_LEADER  |\n| Admin        | admin      |   1234   |      ROLE_ADMIN    |\n\n\n## Code style\nCode style should follow a certain set of rules. Make sure your code \nadheres to these rules before opening a PR. \n\n### Fix style\n##### UNIX/LINUX:\n`npm run -s cs`\n##### Windows:\n`npm run -s cs:win`\n\n## Testing\nTests should be run before opening a PR.\n##### UNIX/LINUX:\n`npm run test`\n\n##### Windows:\n`npm run test:win`\n\n#### File specific test: \n\n`npm run test \"tests/PATH_TO_TEST\" `\n\nor *(without needing the exact path)*\n\n`npm run test -- --filter \"NAME_OF_FILE\" `\n\n\n\n## Database\n\n### Add new entities to the database and reload fixtures\n`npm run db:update`\n\n### Reload database\n`npm run db:reload`\n\n## Docker:\nBuild docker image:\n`npm run docker:build`\n\nSet up docker image:\n`npm run docker:setup`\n\nRun commands in docker image\n`npm run docker:run  -- \u003cCMD\u003e`\n\ne.g.\n`npm run docker:run -- npm run db:update`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvektorprogrammet%2Fvektorprogrammet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvektorprogrammet%2Fvektorprogrammet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvektorprogrammet%2Fvektorprogrammet/lists"}