search
HomeheadlinesThe 10 most liked PHP projects on Github in March 2020

The 10 most liked PHP projects on Github in March 2020

Github Top 10 most liked PHP projects in March 2020:

walle-web

Star 9.4k Watch 526 Fork 2.4k Chinese

Walle (Walli) A Web deployment system tool, which may also be a continuous publishing tool, with simple configuration, complete functions, smooth interface, and ready-to-use out of the box! Supports git and svn version management, supports various web code releases, static HTML, dynamic PHP, Java that needs to be compiled, etc.

Usage display as shown in the picture:

The 10 most liked PHP projects on Github in March 2020

pinyin

Star 3.2k Watch 159 Fork 642 Chinese

Chinese to Pinyin tool based on CC-CEDICT dictionary, a more accurate Chinese character to Pinyin solution that supports multi-phonetic characters, sample code:

use OvertruePinyinPinyin;

$pinyin = new Pinyin();

$pinyin->convert('带着希望去旅行,比到达终点更美好');
// ["dai", "zhe", "xi", "wang", "qu", "lv", "xing", "bi", "dao", "da", "zhong", "dian", "geng", "mei", "hao"]

$pinyin->convert('带着希望去旅行,比到达终点更美好', PINYIN_UNICODE);
// ["dài","zhe","xī","wàng","qù","lǚ","xíng","bǐ","dào","dá","zhōng","diǎn","gèng","měi","hǎo"]

$pinyin->convert('带着希望去旅行,比到达终点更美好', PINYIN_ASCII);
//["dai4","zhe","xi1","wang4","qu4","lv3","xing2","bi3","dao4","da2","zhong1","dian3","geng4","mei3","hao3"]

VulApps

Star 2.7k Watch 206 Fork 821 Chinese

is used to quickly build a variety of vulnerability environments. It can be used to learn and understand common vulnerabilities and enhance your security awareness during the development process.

typecho

Star 6.7k Watch 325 Fork 1.4k Chinese

A blog program in PHP, official website,Documentation

The 10 most liked PHP projects on Github in March 2020

server

Star 10.1k Watch 455 Fork 1.8k

Open Source Cloud The storage platform is fully functional and can be used to build the company's internal cloud storage platform

The 10 most liked PHP projects on Github in March 2020

wooyun_public

Star 3.6k Watch 226 Fork 1.8k Chinese

黑云Open vulnerability, knowledge base crawler and search

The 10 most liked PHP projects on Github in March 2020

Biny

Star 1.5k Watch 100 Fork 255 Chinese

A high-performance, ultra-lightweight PHP framework open sourced by Tencent for rapid development of modern Web applications. The code is concise and elegant, and the encapsulation of the application layer, data layer, and template rendering layer is simple and easy to understand, so you can get started quickly, and the documentation is complete. High performance, the frame response time is within 1ms, and the single-machine qps can easily reach 3000.

  • Supports cross-database connection tables, conditional compound filtering, query PK cache, etc.

  • Separation of synchronous and asynchronous requests, automatic loading management of classes

  • Support Form form validation and event triggering mechanism

  • Support browser-side debugging to quickly locate program problems and performance bottlenecks

  • Has sql anti-injection, html automatic anti-xss and other features

arithmetic-php

Star 222 Watch 3 Fork 67 Chinese

A collection of various algorithms implemented in PHP language

dzzoffice

Star 2.2k Watch 112 Fork 484 Chinese

A set The open source office suite is suitable for enterprises and teams to build their own enterprise collaborative office platforms similar to Google Enterprise Application Suite and Microsoft Office 365.

Online Demo

meedu

Star 1.6k Watch 72 Fork 472 Chinese

Open source and free The online education system supports three major modules: online on-demand, online e-books, and membership fees.

Try online

Statement
This article is reproduced at:hellogithub. If there is any infringement, please contact admin@php.cn delete
GitHub项目分享:10款点开就能玩的开源在线游戏GitHub项目分享:10款点开就能玩的开源在线游戏Mar 24, 2023 pm 07:15 PM

本篇文章在GitHub上给大家整理总结10 款开源的在线游戏,点开就能玩的那种,大部分游戏支持手机端玩耍,简直不要太爽!

github是什么github是什么Mar 24, 2023 pm 05:46 PM

​GitHub是一个面向开源及私有软件项目的托管平台,可以让开发者们在这里托管自己的代码,并进行版本控制。GitHub主打的是开源项目与协作,通过这个平台上的开源项目,开发者们可以查看其他开发者的项目源代码,并进行交流和学习。

【总结】一些可能导致GitHub不能打开的原因和解决方法【总结】一些可能导致GitHub不能打开的原因和解决方法Mar 27, 2023 am 11:33 AM

GitHub是一个非常受欢迎的版本控制和代码托管平台。然而,有时候我们可能会遭遇到无法访问GitHub的问题。这是因为GitHub是一个全球性的平台,受到地理位置、网络状况、网站设置等因素的影响。本文将介绍一些可能导致GitHub不能打开的原因,以及解决这些问题的方法。

聊聊github中怎么上传项目和文本文档聊聊github中怎么上传项目和文本文档Mar 27, 2023 am 10:53 AM

GitHub是一个基于Git的代码托管平台,被广泛用于开源社区和企业内部代码管理。在GitHub上可以上传项目和文本文档,但是它所支持的格式和上传方式略有不同。

【整理分享】7个有趣又实用的开源GitHub项目【整理分享】7个有趣又实用的开源GitHub项目Nov 30, 2022 pm 06:18 PM

本篇文章给大家整理分享7个有趣又实用的开源项目,这些项目都已经收录到GitHub上的,希望对大家有所帮助!

github中怎么只下载一个文件夹中的内容github中怎么只下载一个文件夹中的内容Mar 27, 2023 am 10:53 AM

GitHub是一个流行的代码托管平台,用于开发人员协作和版本控制。作为开发人员,您可能需要从其他开发人员的GitHub存储库中只下载特定文件夹的内容。在本文中,我们将演示如何在不下载整个存储库的情况下只下载GitHub存储库中的一个文件夹。

详解将Github项目部署到服务器上的步骤详解将Github项目部署到服务器上的步骤Mar 27, 2023 am 10:53 AM

Github是目前全球最大的开源社区,很多程序员都会将自己的代码托管在Github上,借助其方便的版本控制和协作功能。然而,Github上的项目仅仅是代码,要把它部署到服务器上运行,需要一些额外的工作。本文将为大家介绍具体的操作步骤。

聊聊如何删除GitHub库中的一个文件夹聊聊如何删除GitHub库中的一个文件夹Mar 27, 2023 am 11:33 AM

GitHub是一个非常受欢迎的版本控制系统,它允许用户在互联网上存储和共享自己的代码库。它是程序员的必备工具之一。但是,有时候我们可能需要删除GitHub库中的一个文件夹。本篇文章将介绍如何删除GitHub库中的一个文件夹。

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft