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.

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 php-project

PHP build License Latest Stable Version PHP Version

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
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 yaroslavche/php-project contains the following files

Loading the files please wait ....