{"id":16269737,"url":"https://github.com/tairov/test-frontend-clean-project","last_synced_at":"2025-04-08T15:20:09.791Z","repository":{"id":152282653,"uuid":"58987860","full_name":"tairov/test-frontend-clean-project","owner":"tairov","description":null,"archived":false,"fork":false,"pushed_at":"2016-05-17T10:23:36.000Z","size":987,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T11:41:27.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tairov.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}},"created_at":"2016-05-17T03:35:51.000Z","updated_at":"2016-05-17T03:37:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a78050c-1e8e-4a7e-8b1b-88eb4cb08e55","html_url":"https://github.com/tairov/test-frontend-clean-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tairov%2Ftest-frontend-clean-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tairov%2Ftest-frontend-clean-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tairov%2Ftest-frontend-clean-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tairov%2Ftest-frontend-clean-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tairov","download_url":"https://codeload.github.com/tairov/test-frontend-clean-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247867361,"owners_count":21009240,"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":[],"created_at":"2024-10-10T18:08:59.940Z","updated_at":"2025-04-08T15:20:09.748Z","avatar_url":"https://github.com/tairov.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n---\n\nInstallation process for debian-based systems.\n\n### Requirements\n----\n\n* PHP 5.5 or newer\n* Any webserver: [Apache](installation.md#markdown-header-apache-settings), nginx etc.\n* [Mysql](installation.md#markdown-header-mysql-databases)\n* GIT\n\n```\nsudo su\napt-get install php5 apache2 mysql-server mysql-client php5-mysql git\n```\n\n\n#### PHP Libraries\n* Intl\n* Curl\n* Composer\n* PDO\n\n~~~~\nsudo su\n\napt-get install curl php5-curl php5-intl\n~~~~\n\nWe don't store composer.phar in the git, so you need to download it manually and install to common bin directory\n\n~~~~\nsudo su\ncurl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin\nchmod +x /usr/local/bin/composer.phar\nmv /usr/local/bin/composer.phar /usr/local/bin/composer\n~~~~\n\n# Set up the project\n----\n\n### Get code\n---\n\n``` git clone git@github.com:payeverworldwide/test-task-frontend.git \u003ctarget directory name\u003e ```\n\n### Configuration\n\nInstall vendors:\n\n``` composer install ```\n\n### Database\n(run commands from project root)\n- Create mysql database\n    ``` php app/console doctrine:database:create ```\n- Create database schema\n    ``` php app/console doctrine:schema:create ```\n- Load doctrine fixtures\n    ``` php app/console doctrine:fixtures:load ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftairov%2Ftest-frontend-clean-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftairov%2Ftest-frontend-clean-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftairov%2Ftest-frontend-clean-project/lists"}