All Projects → yiisoft → Yii

yiisoft / Yii

Licence: bsd-3-clause
Yii PHP Framework 1.1.x

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
TSQL
950 projects
TeX
3793 projects
PLSQL
303 projects

Projects that are alternatives of or similar to Yii

Yii2
Yii 2: The Fast, Secure and Professional PHP Framework
Stars: ✭ 13,852 (+186.2%)
Mutual labels:  hacktoberfest, php-framework
Symfony
The Symfony PHP framework
Stars: ✭ 26,220 (+441.74%)
Mutual labels:  hacktoberfest, php-framework
Neko
Free, open source, unofficial MangaDex reader for Android
Stars: ✭ 535 (-88.95%)
Mutual labels:  hacktoberfest
Unity Sdk
🎮 Unity SDK to use the IBM Watson services.
Stars: ✭ 546 (-88.72%)
Mutual labels:  hacktoberfest
Laravel Mediable
Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel 5.
Stars: ✭ 541 (-88.82%)
Mutual labels:  hacktoberfest
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (-88.97%)
Mutual labels:  hacktoberfest
Vardbg
A simple Python debugger and profiler that generates animated visualizations of program flow, useful for algorithm learning.
Stars: ✭ 543 (-88.78%)
Mutual labels:  hacktoberfest
React Esi
React ESI: Blazing-fast Server-Side Rendering for React and Next.js
Stars: ✭ 537 (-88.9%)
Mutual labels:  hacktoberfest
Secdevlabs
A laboratory for learning secure web and mobile development in a practical manner.
Stars: ✭ 547 (-88.7%)
Mutual labels:  hacktoberfest
Name That Hash
🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Stars: ✭ 540 (-88.84%)
Mutual labels:  hacktoberfest
Elixir
The Elixir Cross Referencer
Stars: ✭ 545 (-88.74%)
Mutual labels:  hacktoberfest
Multiverse Core
The original Bukkit Multi-World Plugin!
Stars: ✭ 541 (-88.82%)
Mutual labels:  hacktoberfest
Awesome Pixel Art
Curated list of everything awesome around pixel art.
Stars: ✭ 540 (-88.84%)
Mutual labels:  hacktoberfest
Web
Odoo web client UI related addons
Stars: ✭ 544 (-88.76%)
Mutual labels:  hacktoberfest
Gowatch
🚀 gowatch is a command line tool that builds and (re)starts your go project everytime you save a Go or template file.
Stars: ✭ 539 (-88.86%)
Mutual labels:  hacktoberfest
Openfoodfacts Androidapp
Native version of Open Food Facts on Android - Coders & Decoders welcome 🤳🥫
Stars: ✭ 544 (-88.76%)
Mutual labels:  hacktoberfest
Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (-88.88%)
Mutual labels:  hacktoberfest
Pact broker
Enables your consumer driven contracts workflow
Stars: ✭ 540 (-88.84%)
Mutual labels:  hacktoberfest
Spring Cloud Aws
Integration for Amazon Web Services APIs with Spring
Stars: ✭ 541 (-88.82%)
Mutual labels:  hacktoberfest
Express Validator
An express.js middleware for validator.js.
Stars: ✭ 5,236 (+8.18%)
Mutual labels:  hacktoberfest

Yii Web Programming Framework

Thank you for choosing Yii - a high-performance component-based PHP framework.

Build Status

Note that Yii 1.1 has reached end of life and won't receive updates except security fixes. Please start new projects using Yii 2.

INSTALLATION

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

  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.

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

  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.

On command line, type in the following commands:

    $ 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:

    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.

The Yii Developer Team http://www.yiiframework.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].