yemexx1 / phalcon-switcher

Phalcon Version Switcher allows you to switch between phalcon versions seamlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phalcon Version Switcher

Software License

Phalcon Version Switcher allows you to switch between Phalcon versions seamlessly.

This script is inspired by two great tools: sphp and xdebug-osx and Phalcon2 Installation guide by @goke_epapa

Quick Installation

curl -L https://raw.githubusercontent.com/yemexx1/phalcon-switcher/master/phalcon-switcher.sh && sudo mv phalcon-switcher.sh /usr/local/bin/phalcon-switcher

##Installation with Clone

git clone https://github.com/yemexx1/phalcon-switcher.git
cd phalcon-switcher
chmod +x phalcon-switcher.sh
sudo ln -s `pwd`/phalcon-switcher.sh /usr/local/bin/phalcon-switcher

Usage

sudo phalcon-switcher <version_to_install>

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Phalcon Version Switcher allows you to switch between phalcon versions seamlessly.

License:MIT License


Languages

Language:Shell 100.0%