{"id":15026243,"url":"https://github.com/delirehberi/php7-symfony","last_synced_at":"2025-04-09T20:21:01.385Z","repository":{"id":148102580,"uuid":"54591052","full_name":"delirehberi/php7-symfony","owner":"delirehberi","description":"PHP7 build for symfony development","archived":false,"fork":false,"pushed_at":"2020-04-28T07:59:10.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T22:12:43.447Z","etag":null,"topics":["docker","php-docker","php7","php71","php72","php73","php74","symfony-docker"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/delirehberi.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":"2016-03-23T20:31:10.000Z","updated_at":"2024-01-11T14:00:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e99b0a20-73b7-4893-ba67-fe2a3cf08399","html_url":"https://github.com/delirehberi/php7-symfony","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/delirehberi%2Fphp7-symfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delirehberi%2Fphp7-symfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delirehberi%2Fphp7-symfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delirehberi%2Fphp7-symfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delirehberi","download_url":"https://codeload.github.com/delirehberi/php7-symfony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104148,"owners_count":21048289,"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":["docker","php-docker","php7","php71","php72","php73","php74","symfony-docker"],"created_at":"2024-09-24T20:04:08.643Z","updated_at":"2025-04-09T20:21:01.371Z","avatar_url":"https://github.com/delirehberi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preconfigured development environment for Symfony\n\nThe Symfony Docker Image is based official PHP-FPM docker file and it including several required and a few optional extensions for Symfony. Also, this docker image contains `composer` tool.\n\nYou can create `www.conf` file for customized pool configuration and then you can mount it to the image with this path: `/usr/local/etc/php-fpm.d/www.conf`.\n\n# Available Tags\n\n- delirehberi/php7-symfony:7.1\n- delirehberi/php7-symfony:7.2\n- delirehberi/php7-symfony:7.3\n- delirehberi/php7-symfony:7.4\n\n# Included Extensions and Tools:\n\n- composer\n- git\n- pdo\n- pdo_mysql\n- pdo_pgsql\n- mbstring\n- intl\n- zip\n- iconv\n- mcrypt\n- gd\n\n\n## Example docker-compose configuration\n\n```yaml\nversion: '3'\nservices:\n  php:\n    image: delirehberi/php7-symfony:7.4\n    ports:\n      - 9000:9000\n    volumes:\n      - ./:/app/\n      - ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf\n    environment:\n      APP_ENV: dev\n      APP_SECRET: \"CHANGE_ME\"\n      DATABASE_URL: \"pgsql://dbuser:dbpassword@postgresql:5432/dbname\"\n      REDIS_HOST: redis\n  nginx:\n    image: nginx:1.17.8\n    ports:\n      - 80:80\n    volumes:\n      - ./:/app/\n      - ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf\n    depends_on:\n      - php\n  postgresql:\n    image: postgres:11\n    ports:\n      - 5432:5432\n    depends_on:\n      - php\n    volumes:\n      - ./:/app/\n    environment: \n      POSTGRES_DB: dbname\n      POSTGRES_USER: dbuser\n      POSTGRES_PASSWORD: dbpassword\n  node:\n    image: node:13\n    volumes:\n      - ./:/app/\n    working_dir: /app\n  redis:\n    image: redis\n    depends_on:\n      - php\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelirehberi%2Fphp7-symfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelirehberi%2Fphp7-symfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelirehberi%2Fphp7-symfony/lists"}