Vinala is a PHP framework made with love and PHP for web developers to make the web programing more easyer, faster and awsome. Created and developed since 10/10/2014 by Youssef Had, provided nice features to help you in your project such as Lumos, Atomium.
Vinala uses Composer
, You can use Composer to install Vinala and its dependencies.
First, download and install Composer installer
You can install Vinala via Composer by running the command of Composer create-project
in your terminal:
composer create-project vinala/app projet_name --prefer-dist
Vinala has some system requirements:
- PHP >= 5.5
- Enabling The mod_rewrite Apache extension
Vinala comes with .htaccess
file that uses URL rewriting, if you use Apache, Be sure you have enabled the extension mod_rewrite
We are working on Vinala documentation for every release version, you can take look or update the documentation of 3.3 release here
Vinala is open to the contributions of developers, the current released version of Vinala is 3.3
. However developers may instead opt to use the next beta version in dev branch aliased to 3.3.x-dev
.
You can install next release of Vinala in beta via Composer by running this command in your terminal:
composer create-project vinala/app projet_name dev-master --prefer-dist
To consult the change log of the framework please visit here change log
To get older releases of vinala framework please Vinala Releases
The Vinala framework is open-sourced software licensed under the MIT license