Coder Social home page Coder Social logo

build-symfony-bundle's Introduction

Build Symfony Bundle Action

This actions creates a blank Symfony project, installs the bundle in a bundle subdirectory and installs it with Composer to run its tests in a real application.

Usage

- uses: ebitkov/build-symfony-bundle@v1
  with:
    # Whether to run the tests with PHPUnit
    # Default: true
    run-tests: ''

    # PHP version to use.
    # Default: 8.2
    php-version:

    # PHP extensions to install.
    # String in CSV format.
    # Default: 'mbstring, xml, ctype, iconv, intl, pdo, pdo_mysql, dom, filter, gd, json'
    php-extensions: ''

    # Additional options passed to Composer on installation.
    # --no-interaction --no-progress --ansi are added automatically.
    # Default: '--prefer-dist'
    composer-options: ''

    # Additional Composer dependencies to install.
    # Runs after the main installation.
    # Accepts flex aliases and full package names with version constraints.
    # Multiple dependencies can be defined as space-separated (e.g. 'twig symfony/doctrine-bundle')
    # Default: null
    composer-additional-dependencies: ''

    # Symfony version to use.
    # Default: 6.3
    symfony-version: ''

    # Repository to install as a bundle.
    # Mainly used internally for testing.
    # Default: ${{ github.repository }}
    repository: ''

    # Bundle name as a Composer dependency: {vendor}/{package}.
    # Useful, if your package name differs from your repository path.
    # Mainly used internally for testing.
    # Default: ${{ github.repository }}
    bundle-name:

build-symfony-bundle's People

Contributors

ebitkov avatar

Stargazers

Tac Tacelosky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.