Table of Contents
Reply content:
Home Backend Development PHP Tutorial May I ask what lightweight PHP development frameworks there are? I have been trying to write frameworks recently.

May I ask what lightweight PHP development frameworks there are? I have been trying to write frameworks recently.

Aug 04, 2016 am 09:19 AM
php

I recently planned to write a PHP development framework, but the frameworks currently on the market are too complex and seem to be difficult.
I hope everyone can recommend a simpler framework.

If you have blog recommendations on PHP development frameworks, they are also very welcome. Thank you in advance~

Reply content:

I recently planned to write a PHP development framework, but the frameworks currently on the market are too complex and seem to be difficult.
I hope everyone can recommend a simpler framework.

If you have blog recommendations on PHP development frameworks, they are also very welcome. Thank you in advance~

There are roughly two types of frameworks, micro-framework and full-stack framework.

What you are looking for belongs to the category of micro-framework. At present, the Slim micro-framework best meets your needs.

The following is excerpted from the official website introduction of the framework and translated as follows:

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs

Official website link: http://www.slimframework.com/

If your English is not good, there is also a Chinese website: http://www.slimphp.net/

CodeIgniter is a pretty good framework
If...

You want a compact framework;
You need excellent performance;
You need broad compatibility with various PHP versions and configurations on standard hosts;
You want a framework with almost zero configuration;
You want a framework that requires no Use a command-line framework;
You want a framework that doesn't want to be constrained by coding rules;
You're not interested in a behemoth like PEAR;
You don't want to be forced to learn a new template language (of course, if you like, You can choose a template parser);
You don’t like complexity and pursue simplicity;
You need clear and complete documentation.
Then CI framework is what you need

xiaocms This belongs to the system
First make the system yourself

thinkphp is very simple, and the Chinese documentation is detailed
Thinkphp

I just finished learning PHP, and then tried to write web programs using the PHP framework. As far as Laravel is concerned, I feel that it is not too difficult to get started

Yaf framework is launched. There are three realms of the sword: first, if there is a sword in the hand, there is also a sword in the heart; second, if there is no sword in the hand, there is a sword in the heart; third, if there is no sword in the hand, there is also no sword in the heart. Yaf is the second level of the sword. The framework is not in your hands, but in the "heart" of PHP.

I plan to write just like you. I am currently using Laravel and want to absorb some of Laravel’s advantages into the framework.
If possible, let’s write it together.

CodeIgniter

I use corethink, which is lightweight and easy to use, and has high code quality. You can download it from the official website and try it, it’s free

https://packagist.org/search/…
https://packagist.org/search/…
https://packagist.org/search/…
https://packagist.org /search/...

You should be able to find the framework you want! ! !

The professionals are here to pour cold water on you.

It is not recommended. The use of self-developed frameworks is not much different from using familiar existing frameworks. In addition, the document maintenance and debugging of the framework are very expensive. If there is no financial support, it will be really thankless.
Moreover, it is ok to use testing tools for code testing, but the framework must use it to develop projects to reflect various problems in the design, which is really difficult for individuals to bear.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

CakePHP Date and Time

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

CakePHP Project Configuration

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

CakePHP File upload

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

CakePHP Routing

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

Discuss CakePHP

CakePHP Quick Guide CakePHP Quick Guide Sep 10, 2024 pm 05:27 PM

CakePHP Quick Guide

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

How To Set Up Visual Studio Code (VS Code) for PHP Development

See all articles