2017 © Pedro Peláez
 

library yii

Yii Web Programming Framework

image

lucifurious/yii

Yii Web Programming Framework

  • Thursday, March 7, 2013
  • by lucifurious
  • Repository
  • 1 Watchers
  • 0 Stars
  • 121 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2149 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii Web Programming Framework

Thank you for choosing Yii - a high-performance component-based PHP framework., (*1)

Build Status, (*2)

INSTALLATION

Please make sure the release file is unpacked under a Web-accessible directory. You shall see the following files and directories:, (*3)

  demos/               demos
  framework/           framework source files
  requirements/        requirement checker
  CHANGELOG            describing changes in every Yii release
  LICENSE              license of Yii
  README               this file
  UPGRADE              upgrading instructions

REQUIREMENTS

The minimum requirement by Yii is that your Web server supports PHP 5.1.0 or above. Yii has been tested with Apache HTTP server on Windows and Linux operating systems., (*4)

Please access the following URL to check if your Web server reaches the requirements by Yii, assuming "YiiPath" is where Yii is installed:, (*5)

  http://hostname/YiiPath/requirements/index.php

QUICK START

Yii comes with a command line tool called "yiic" that can create a skeleton Yii application for you to start with., (*6)

On command line, type in the following commands:, (*7)

    $ cd YiiPath/framework                (Linux)
    cd YiiPath\framework                  (Windows)

    $ ./yiic webapp ../testdrive          (Linux)
    yiic webapp ..\testdrive              (Windows)

The new Yii application will be created at "YiiPath/testdrive". You can access it with the following URL:, (*8)

    http://hostname/YiiPath/testdrive/index.php

WHAT's NEXT

Please visit the project website for tutorials, class reference and join discussions with other Yii users., (*9)

The Yii Developer Team http://www.yiiframework.com, (*10)

The Versions

07/03 2013

dev-master

9999999-dev http://www.yiiframework.com/

Yii Web Programming Framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.1.0

 

by Wei Zhuo
by Jeffrey Winesett

framework yii

23/01 2013

1.1.13

1.1.13.0 https://github.com/lucifurious/yii

Yii Web Programming Framework

  Sources   Download

BSD

The Requires

  • php >=5.2

 

framework php rest mvc web php5