{"id":14983880,"url":"https://github.com/ebitkov/build-symfony-bundle","last_synced_at":"2026-01-30T01:44:59.631Z","repository":{"id":206859396,"uuid":"717839600","full_name":"ebitkov/build-symfony-bundle","owner":"ebitkov","description":"GitHub Action for building and testing Symfony bundles.","archived":false,"fork":false,"pushed_at":"2023-11-15T17:21:52.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T02:14:01.988Z","etag":null,"topics":["action","bundle","github-action","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","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/ebitkov.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":"2023-11-12T19:01:01.000Z","updated_at":"2024-04-03T10:45:32.000Z","dependencies_parsed_at":"2023-11-12T21:21:50.304Z","dependency_job_id":"f09f1508-1627-4418-b456-598d32b8aa90","html_url":"https://github.com/ebitkov/build-symfony-bundle","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"c5f09a00e7be1ab08fc2a61e8d86274a69ff6714"},"previous_names":["ebitkov/build-symfony-bundle"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebitkov%2Fbuild-symfony-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebitkov%2Fbuild-symfony-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebitkov%2Fbuild-symfony-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebitkov%2Fbuild-symfony-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebitkov","download_url":"https://codeload.github.com/ebitkov/build-symfony-bundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885889,"owners_count":20363644,"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":["action","bundle","github-action","symfony","symfony-bundle"],"created_at":"2024-09-24T14:08:06.799Z","updated_at":"2026-01-30T01:44:59.588Z","avatar_url":"https://github.com/ebitkov.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Symfony Bundle Action\n\nThis actions creates a blank Symfony project, installs the bundle in a `bundle` subdirectory and installs it with\nComposer to run its tests in a real application.\n\n## Usage\n\n```yaml\n- uses: ebitkov/build-symfony-bundle@v1\n  with:\n    # Whether to run the tests with PHPUnit\n    # Default: true\n    run-tests: ''\n\n    # PHP version to use.\n    # Default: 8.2\n    php-version:\n\n    # PHP extensions to install.\n    # String in CSV format.\n    # Default: 'mbstring, xml, ctype, iconv, intl, pdo, pdo_mysql, dom, filter, gd, json'\n    php-extensions: ''\n\n    # Additional options passed to Composer on installation.\n    # --no-interaction --no-progress --ansi are added automatically.\n    # Default: '--prefer-dist'\n    composer-options: ''\n\n    # Additional Composer dependencies to install.\n    # Runs after the main installation.\n    # Accepts flex aliases and full package names with version constraints.\n    # Multiple dependencies can be defined as space-separated (e.g. 'twig symfony/doctrine-bundle')\n    # Default: null\n    composer-additional-dependencies: ''\n\n    # Symfony version to use.\n    # Default: 6.3\n    symfony-version: ''\n\n    # Repository to install as a bundle.\n    # Mainly used internally for testing.\n    # Default: ${{ github.repository }}\n    repository: ''\n\n    # Bundle name as a Composer dependency: {vendor}/{package}.\n    # Useful, if your package name differs from your repository path.\n    # Mainly used internally for testing.\n    # Default: ${{ github.repository }}\n    bundle-name:\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febitkov%2Fbuild-symfony-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febitkov%2Fbuild-symfony-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febitkov%2Fbuild-symfony-bundle/lists"}