Download the PHP package yaroslavche/php-project without Composer
On this page you can find all versions of the php package yaroslavche/php-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yaroslavche/php-project
More information about yaroslavche/php-project
Files in yaroslavche/php-project
Download yaroslavche/php-project
More information about yaroslavche/php-project
Files in yaroslavche/php-project
Vendor yaroslavche
Package php-project
Short Description Clean PHP8 project with installed dev-tools
License MIT
Package php-project
Short Description Clean PHP8 project with installed dev-tools
License MIT
Please rate this library. Is it a good library?
Informations about the package php-project
Clean PHP 8.1 project with dev tools.
Installation
Download and install
or manually
Post cmd
In `composer.json` you can see `post-install-cmd` and `post-create-project-cmd`, which will: - ask needed information - change `composer.json` - replace all occurrences (vendor, package) in `README.md` - uncomment lines in `.gitattributes` - remove self in `composer.json` (if remove installer after complete) - remove installer (whole `internal` directory, by default)Tools
PHP_CodeSniffer
[squizlabs/PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) > PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent. Check: Fix:PHPMD - PHP Mess Detector
[phpmd/phpmd](https://github.com/phpmd/phpmd) > What PHPMD does is: It takes a given PHP source code base and look for several potential problems within that source. These problems can be things like: > Possible bugs, > Suboptimal code, > Overcomplicated expressions, > Unused parameters, methods, properties.PHPStan - PHP Static Analysis Tool
[phpstan/phpstan](https://github.com/phpstan/phpstan) > PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. It moves PHP closer to compiled languages in the sense that the correctness of each line of the code can be checked before you run the actual line.PHPUnit
[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit) | [Writing Tests](https://phpunit.readthedocs.io/en/8.3/writing-tests-for-phpunit.html) > PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. Run tests: Code coverage Will show results in console and if success, then generate `build/coverage/html/` directory (see `index.html` in browser) and `build/coverage/clover.xml` (which can be useful in some cases).Infection - Mutation Testing framework
[infection/infection](https://github.com/infection/infection) > Infection is a PHP mutation testing framework based on AST (Abstract Syntax Tree) mutations. It works as a CLI tool and can be executed from your project’s root. > > Mutation testing is a testing methodology that involves modifying a program in small ways and analyzing reactions of the test suite on these modifications. If tests pass after the code is changed, then we have either not covered line of code or the tests are not very efficient for the mutated piece of code.Roave Security Advisories
[Roave/SecurityAdvisories](https://github.com/Roave/SecurityAdvisories) > Does not provide any API or usable classes: its only purpose is to prevent installation of software with known and documented security issues.All versions of php-project with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package yaroslavche/php-project contains the following files
Loading the files please wait ....