[ PHP ] 框架比較一覽
18 Jun 2019
| Criteria | Laravel | Symfony | Nette | CodeIgniter | Yii 2 | Zend 2 | CakePHP | 
|---|---|---|---|---|---|---|---|
| License | MIT | MIT | BSD | MIT | BSD | BSD | MIT | 
| Architecture | Full | Full | Full | Full | Full | Full | Full | 
| Popularity | 1st | 2nd | 3rd | 4th | 5th | 8th | < 10th | 
| Performance | Slow | Slow | Slow | Fast | Fair | Slow | Slow | 
| Template | Blade | Twig | Latte | PHP | PHP | PHP | Built-in | 
| Database | MySQL | MySQL | MySQL | MySQL | MySQL | MySQL | MySQL | 
| · | PostgreSQL | PostgreSQL | PostgreSQL | PostgreSQL | PostgreSQL | PostgreSQL | PostgreSQL | 
| · | SQLite | SQLite | SQLite | SQLite | SQLite | SQLite | SQLite | 
| · | SQL Server | SQL Server | SQL Server | SQL Server | SQL Server | SQL Server | |
| · | Oracle | Oracle | Oracle | Oracle | Oracle (plugin) | ||
| ORM | Yes | Doctrine | PDO | No built-in | Active Record | Doctrine | Yes | 
| Authentication | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| Security | Yes | Yes | Yes | Yes | Yes | Yes | Yes | 
| Testing | PHPUnit | PHPUnit | Built-in | Built-in | PHPUnit | PHPUnit | PHPUnit | 
| i18n | Yes | Yes | Third-party | Third-party | Yes | Yes | Yes |