Download the PHP package sci3ma/symfony-grumphp without Composer

On this page you can find all versions of the php package sci3ma/symfony-grumphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package symfony-grumphp

Symfony + GrumPHP

symfony-grumphp is configured GrumPHP with bunch of tools for static code analysis mainly based on PSRs and Symfony Coding Standards for Symfony Framework projects.

GitHub release (latest SemVer) GitHub Packagist (custom server) GitHub last commit Travis (.org) Coveralls github

Included tools

Requirements

PHP needs to be a minimum version of PHP 7.3.
Symfony Framework needs to be a minimum version of Symfony Framework 4.0 or 5.0.

Installation

To install symfony-grumphp, install Composer, execute the following command:

and create (or update) configuration files:

Configuration

You can, and perhaps you should, check and customize all configured tasks in grumphp.yml file in project root folder.

GrumPHP should be enabled by default but you can also enable GrumPHP yourself:

or disable GrumPHP:

You can find more GrumPHP configuration here.

Test code with the database

If you need to test code that interact with the database you need to instal dama/doctrine-test-bundle:

and uncomment extension <extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" /> in phpunit.xml.dist.
Read more about how to Test Code that Interacts with the Database

Uninstall

If you want to uninstall this library remove configuration files first:

then remove package:

Force run

You can run tests/checks our code without commit manually:


All versions of symfony-grumphp with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
composer/composer Version ^2.0
enlightn/security-checker Version ^1.5
friendsofphp/php-cs-fixer Version ^2.18
php-parallel-lint/php-parallel-lint Version ^1.2
phpmd/phpmd Version ^2.9
phpro/grumphp Version ^1.3
phpstan/phpstan Version ^0.11.2|^0.12.26
phpstan/phpstan-doctrine Version ^0.11.1|^0.12.0
phpstan/phpstan-phpunit Version ^0.11.0|^0.12.0
phpstan/phpstan-symfony Version ^0.11.1|^0.12.0
psr/event-dispatcher Version ^1.0
sebastian/phpcpd Version ^6.0
symfony/console Version ^4.0|^5.0
symfony/filesystem Version ^4.0|^5.0
symfony/phpunit-bridge Version ^4.0|^5.0
thecodingmachine/phpstan-strict-rules Version ^0.11.2|^0.12.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sci3ma/symfony-grumphp contains the following files

Loading the files please wait ....