Download the PHP package bluedot-bd/php-version-manager without Composer

On this page you can find all versions of the php package bluedot-bd/php-version-manager. 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-version-manager

PHP Version Manager

PHP Version Manager is a CLI tool designed to make it easier to manage multiple PHP versions on your system. As a developer, you often find yourself working with multiple projects, each requiring a different PHP version. This can be a bit frustrating as your system only allows one PHP version in the system path at a time. Changing the PHP version every time you need to work with a different project can become cumbersome. PHP Version Manager simplifies this process by enabling each project to have its own PHP version in the CLI.

Installation

To install PHP Version Manager, you need to have Composer installed on your system. Once you have Composer, you can install PHP Version Manager globally by running the following command:

Usage

To use PHP Version Manager, navigate to the root directory of your project in the CLI and run the phpver command. The tool will scan your project's composer.json file to determine the required PHP version.

If a composer.json file is not found, or if the file does not specify a PHP version, PHP Version Manager will prompt you to select a PHP version from the versions available on your system.

Here is how you use the phpver command:

The first time you run the command, PHP Version Manager will ask for the directory where your PHP versions are stored. The tool will remember this directory for future use.

Once the command has run successfully, a php.cmd and php file will be created in your project's root directory. This file sets the PHP version for the CLI in that directory to the version determined by PHP Version Manager. This means that any PHP command you run in that directory will use the correct PHP version for your project.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue on GitHub.

License

PHP Version Manager is open-source software licensed under the MIT license.


All versions of php-version-manager with dependencies

PHP Build Version
Package Version
Requires php Version *
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 bluedot-bd/php-version-manager contains the following files

Loading the files please wait ....