Compare Yii Hosting

⚙ Filter Results
Filters:
  • Yii
Showing top 10 results Show All

Oops! No Hosting Plans Match Your Search

You’ve selected a combination of features that none of the web hosts we profile offer. We suggest you remove your last filter or reset & start again.

Ask Our Experts

Need help with your hosting? Tell us exactly what you are looking for and we’ll do our very best to help. Please allow one working day for a response.

Please fill in all fields.

Thanks! Your request has been sent. We’ll reply within 24 hours.

SiteGround screenshot
SiteGround StartUp plan
  • Support 5 stars
  • Features 4.5 stars
  • Uptime 5 stars
  • Value 4.5 stars
5 stars
1278 user reviews
Usual price:  
Get  % off!
$3.95/mo
($3.95/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
BlueHost screenshot
BlueHost Shared Plus plan
  • Support 3.5 stars
  • Features 4 stars
  • Uptime 3.5 stars
  • Value 3.5 stars
3.5 stars
466 user reviews
Usual price:  
Get  % off!
$5.45/mo
($5.45/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
InMotion+Hosting screenshot
InMotion Hosting VPS-1000 plan
  • Support 4 stars
  • Features 4 stars
  • Uptime 4 stars
  • Value 4 stars
4 stars
538 user reviews
Usual price:  
Get  % off!
$29.99/mo
($29.99/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
A2+Hosting screenshot
A2 Hosting Entry VPS plan
20GB 2TB
  • Support 4.5 stars
  • Features 4.5 stars
  • Uptime 4.5 stars
  • Value 4.5 stars
4.5 stars
214 user reviews
Usual price:  
Get  % off!
$5.00/mo
($5.00/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
GreenGeeks screenshot
GreenGeeks EcoSite Starter plan
  • Support 4 stars
  • Features 4.5 stars
  • Uptime 4.5 stars
  • Value 4 stars
4 stars
260 user reviews
Usual price:  
Get  % off!
$3.96/mo
($3.96/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
Interserver screenshot
Interserver Linux Cloud VPS plan
See Features

Features

25GB 1TB
  • Support 4.5 stars
  • Features 4.5 stars
  • Uptime 5 stars
  • Value 5 stars
5 stars
201 user reviews
Usual price:  
Get  % off!
$6.00/mo
($6.00/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
LiquidWeb screenshot
LiquidWeb 1 GB VPS plan
See Features

Features

50GB 5,000GB
  • Support 4.5 stars
  • Features 4.5 stars
  • Uptime 4.5 stars
  • Value 4.5 stars
4.5 stars
57 user reviews
Usual price:  
Get  % off!
$50.00/mo
($50.00/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
Media Temple VPS – Developer plan
See Features

Features

30GB 2TB
  • Support 3.5 stars
  • Features 3.5 stars
  • Uptime 3.5 stars
  • Value 3 stars
3.5 stars
64 user reviews
Usual price:  
Get  % off!
$25.00/mo
($25.00/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
Eleven2 VS-100 VPS plan
See Features

Features

120GB 1TB
  • Support 2.5 stars
  • Features 3 stars
  • Uptime 2 stars
  • Value 2.5 stars
2.5 stars
21 user reviews
Usual price:  
Get  % off!
$22.05/mo
($22.05/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST
Beyond+Hosting screenshot
Beyond Hosting Compute Scalable VPS plan
  • Support 0 stars
  • Features 0 stars
  • Uptime 0 stars
  • Value 0 stars
0 stars
Usual price:  
Get  % off!
$32.00/mo
($32.00/mo) Prices in   are approximate, based on current exchange rates. The host may charge you in USD.
VISIT HOST

What Is Yii Hosting?

Yii is an oddly named PHP framework designed for rapid development of Web 2.0 applications. Yii stands for “simple and evolutionary” in Chinese, but at the same time it’s an acronym for “yes it is.”

Yii is a relatively new framework – version 1.1 was released in August 2013, while version 2.0 is still in beta, although it is available for download. The framework is released under the terms of the Berkely Software Distribution (BSD) license, which means it is free but there are some redistribution limitations.

As a generic Web programming framework, Yii can be used to develop various types of applications using PHP. It features a component-based structure, making it scalable and suitable for the development of large-scale applications. Yii relies on object-oriented programming (OOP).

Yii 1.1 and 2.0 are currently the most popular versions of the framework.

Yii 1.x and 2.0 Server Requirements

The Yii framework was designed to work on Apache servers, in Windows and Linux operating systems. However, it should work with other servers and platforms with support for PHP 5 or later versions.

Yii 1.x officially supports PHP 5.1.0 or above, while Yii 2.0, which is a complete rewrite of Yii 1.1, requires PHP 5.4.0 or above. Some developers may need to use legacy Yii 1.1 code with modern Yii 2.0 code, which involves a bit more planning.

Since Yii is a PHP framework, it does not have any special hosting requirements. Yii is ready to work with a default Apache web server configuration, but depending on your needs you may need to use mod_rewrite instructions to change the configuration on virtual hosts.

You can also use Yii with Nginx and PHP with FPM SAPI and you can find the necessary documentation on the Yii Framework website.

Yii is built on top of the PHP Data Objects (PDO) extension and can use a variety of database management systems including MySQL, PostgreSQL and SQLite.

Yii Installation

The installation process is straightforward. Get the latest copy of the Yii release file and unpack it to /wwwroot/yii. You should end up with the following directoy: /wwwroot/yii/framework.

The framework can be installed anywhere, as the /framework directory contains all framework code and is the only directory needed when deploying applications. Multiple Yii applications can use the same installation of the framework.

Also, since Yii does not necessarily have to be installed in a Web accessible directory, only the entry script needs to be exposed to web users. This is good news from a security perspective, as it restricts access to PHP scripts that could be used as an attack vector.

Yii provides extensive support for database programming and since Yii Data Access Objects (DAO) is built on top of PDO, it enables access to different database management systems. Applications developed using the Yii DAO can easily be switched to a different database management system without having to modify the code. This makes Yii more flexible than many other frameworks in a wide range of situations.

As far as the skill-set is concerned, developers with experience in object-oriented programming should have an easier time getting to grips with Yii, as it is a pure OOP framework.

Yii Hosting Services

Although Yii is a relatively new framework, many hosts are offering packages designed for Yii users. Since Yii does not have many exotic requirements and can run on a wide variety of platforms and databases, these plans usually don’t differ from hosting plans marketed for other frameworks.

Many hosts offer free Yii installation and timely framework upgrades. Hosts also offer the ability to extend Yii framework functionality with additional compatible modules and this is usually a 1-click affair.

Due to Yii’s advanced caching abilities, which make it suited for the development of big Web 2.0 sites, many hosts are keen to offer additional RAM or SSD upgrades, thus making the most of Yii’s caching prowess and boosting performance in the process.

Since Yii is a good choice for large scale Web 2.0 projects, many hosts offer scalable and dedicated Yii hosting, with daily backups, premium support and other perks. However, individuals and smaller businesses also have a lot of choice, whether they opt for VPS hosting or cloud hosting. These packages usually come at a fraction of the cost of a dedicated Yii server, yet they tend to offer good value for money and plenty of scalability.

Yii Hosting Frequently Asked Questions

  • What is Yii?

    Yii is an object-oriented PHP web application framework. The name is an acronym for “Yes it is.” It was released in late 2008, but it has already managed to gain a following in several niches.

  • How is Yii pronounced?

    Yii is pronounced “yee.”

  • How popular is Yii? How many people use it?

    Exact figures are hard to come by, but anecdotal evidence and Google Trends data indicate Yii is about as popular as the PHP frameworks CakePHP and even Zend. Yii is particularly popular in some niches such as ecommerce. Some estimates indicate that several hundred thousand developers use Yii.

  • What do some people prefer Yii over Zend?

    Yii is easier to master than Zend. It can be used for more types of projects, and developers often claim it is better documented.

  • What does my server need to handle Yii?

    You should have no trouble using Yii in the vast majority of modern development environments. Shared hosting plans could be an issue in some cases, but usually it is possible to tweak a few settings and run Yii 2.0 on shared hosting as well. Your server has to support PHP 5.4 or later. It is possible to check the requirements beforehand, and this should be straightforward because Yii is well documented.

  • Is Yii 1.x compatible with Yii 2.x?

    No. Yii 2.0 is a complete rewrite of Yii 1.1.

  • How do I install Yii?

    The installation process is well documented and straightforward. The official Yii framework website offers a number of useful guides and it’s the best place to start. Yii does not have to be installed in a web-accessible directory. Some shared hosting plans may be limited and create a few issues, but in most cases you won’t have much trouble installing and running Yii on shared hosting.

  • Are there any security issues I should be aware of?

    Not really. Yii is frequently updated and the fact that you can install it in a directory that is not accessible from the web should offer an added level of security. This makes PHP scripts that could be exploited by an attacker more difficult to access and tamper with.

  • Will my hosting provider have Yii ready to go? Is it available on many packages?

    Due to its rapid growth, the framework has caught the eye of many hosting companies, so you should have no trouble finding Yii hosting packages. Bear in mind that there is nothing too special about Yii’s requirements, so you don’t need a tailor-made hosting plan. Many hosts will allow you to install and upgrade Yii with relative ease. In most cases, you should have no trouble installing additional Yii modules, either.

  • Will my host upgrade Yii on a regular basis?

    It all depends on the host and package you choose. Obviously, packages specifically designed for Yii developers tend to get regular updates. In case you are a professional working on big Yii projects, scalable dedicated Yii hosting plans are available as well, with professional support, daily backups, and other features designed for your needs.

  • Do I need to think about caching when working on serious Yii projects?

    Yii features very advanced caching capabilities, so if you are a professional developer, or if you intend to commission an elaborate, high-traffic Yii project, you should definitely consult a few experts. Depending on the number of visitors and the amount of bandwidth, you could benefit from more RAM, or faster SSD storage in various RAID configurations.

  • How does Yii compare to CodeIgniter?

    The hosting requirements are similar, although CodeIgniter is somewhat leaner. It’s easy to learn and the installation process is even simpler than with Yii. It lacks a few features found in Yii, such as full ORM support and unit tests for source code.

  • How does Cake PHP compare to Yii?

    Cake PHP has a lot of built-in functionality and is closely integrated. However, it’s not as good as Yii for big projects and it’s not as well documented.

  • How is Yii licensed?

    Yii is published under the 3-clause New BSD License. It can be used to develop free or proprietary web applications.

  • Is Yii 1.1 still supported? Is Yii 2.0 more future-proof?

    Yii 1.0 is no longer officially supported, but Yii 1.1 still is. How long it will remain so is unclear. Yii 2.0 is, of course, actively supported.

  • Why do some people avoid Yii?

    While Yii is often touted as accessible and easy to learn, it still contains a number of pitfalls for inexperienced or poorly organized developers. Some developers complain about the lack of extensions for certain applications.

WhoIsHostingThis Recommends

5 stars
Support
5 stars
Features
4.5 stars
Uptime
5 stars
Value
4.5 stars

Pros: 24/7 Customer Service , 99.9% Server Uptime

Cons: No Windows-based plans

SiteGround is an established web host managing well over 1,000 servers and… Read more

Visit host
3.5 stars
Support
3.5 stars
Features
4 stars
Uptime
3.5 stars
Value
3.5 stars

Pros: Free Domain , Unlimited Bandwidth

Bluehost provides customers with low-cost shared hosting, as well as reseller, VPS… Read more

Visit host

3. iPage

4 stars
Support
4 stars
Features
4 stars
Uptime
4 stars
Value
4 stars

Pros: Instant Activation , Money-back Guarantee

Based in the US, iPage specialises in low-cost shared hosting. Each plan… Read more

Visit host

Updating…