Version 3-0.22.0
Phundament is a solid, highly customizable universal application foundation built with composer upon Yii Framework.
It's goal is the seamless integration of Yii extensions and libraries bundled in composer packages packages. Read on…
Option A) If you have composer already installed
composer.phar create-project --prefer-dist phundament/app my-app
Option B) Download, extract, enter the app root folder and start the installation process with
php composer.phar create-project --prefer-dist
When asked, create local configuration files and choose your environment.
Apply the database migrations and enter your desired admin credentials.
cd my-app
app/yiic migrate
Open http://localhost/my-app/www/index.php
in your browser
You may add the --no-dev
option for production systems or use --prefer-source
if you want to develop packages.
Note: if you want to install Phundament 3 with a MySQL database, you have to update your config first, see the Setup section in our wiki.
- Try a test-drive at the Demo Page
- Login with
admin
/admin
. The demo website will be resetted every 6 hours.
- Login with
- Documentation
- API Class Reference
- FAQ / Troubleshooting
- Support
- Report a bug
- Composer Repository packages.phundament.com