vinala / app
Vinala, An elegant and swift PHP Framework For Webmasters
Requires
- php: >=5.5.9
Requires (Dev)
- fzaninotto/faker: ~1.4
- monolog/monolog: ~1.17.2
- nesbot/carbon: ~1.14
- phpunit/phpunit: 4.1
- smarty/smarty: ~3.1.21
- swiftmailer/swiftmailer: 5.3.1
- symfony/cache: 3.*
- symfony/console: 3.*
- symfony/process: 3.2.*
- tedivm/stash: ^0.14.1
- vinala/kernel: 3.3.*
- vinala/whoops: 1.2.*
- vlucas/valitron: ^1.2
- youssef/debug: 1.*
- 3.4.x-dev
- dev-master / 3.3.x-dev
- dev-dev / 3.3.x-dev
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.3.0-beta.1
- v3.3.0-alpha.5
- v3.3.0-alpha.4
- v3.3.0-alpha.3
- v3.3.0-alpha.2
- v3.3.0-alpha.1
- 3.2.x-dev
- v3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- v2.5.0
- v2.0.0
- 1.5.0
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- dev-alpha
- dev-analysis-ADKAdG
- dev-help-concept
- dev-analysis-zOrOkk
- dev-dash
This package is not auto-updated.
Last update: 2024-11-10 02:08:43 UTC
README
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.
Installation
Install Composer
Vinala uses Composer
, You can use Composer to install Vinala and its dependencies.
First, download and install Composer installer
Install last stable release of Vinala
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 Requirements
Vinala has some system requirements:
- PHP >= 5.5
- Enabling The mod_rewrite Apache extension
Apache
Vinala comes with .htaccess
file that uses URL rewriting, if you use Apache, Be sure you have enabled the extension mod_rewrite
Documentation
We are working on Vinala documentation for every release version, you can take look or update the documentation of 3.3 release here
Development
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
.
Install next beta release of Vinala
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
Versions
To consult the change log of the framework please visit here change log
To get older releases of vinala framework please Vinala Releases
They use Vinala
Licence
The Vinala framework is open-sourced software licensed under the MIT license