GitHub上50個最受歡迎的PHP開源項目【2019】
1、Laravel
Laravel是一個為Web開發者打造的PHP開發框架。
GitHub Stars: 43.5k+
網址:
https://github.com/laravel/laravel
2、Symfony
Symfony是一個web應用開發框架,包含一組可重用的PHP組件。Symfony已經應用於上千個web應用,包括BlaBlaCar.com和Spotify.com以及大多數流行的PHP項目中,例如Drupal和Magento。
GitHub Stars: 17.8k+
網址:
https://github.com/symfony/symfony
3、CodeIgniter
CodeIgniter 是一個Web應用開發框架,它的目標是讓開發者可以使用其提供的功能豐富的庫來實現項目的快速開發。CodIgniter允許你使用最少的代碼來完成任務,從而保證你聚焦於項目本身。
GitHub Stars: 16k+
網址:
https://github.com/bcit-ci/CodeIgniter
4、Faker
Faker是一個模擬數據生成庫。如果你需要一些數據填充你的數據庫、創建看起來像模像樣的XML文檔、寫入持久化數據進行壓力測試等等,就是使用Faker的時候。
GitHub Stars: 16k+
網址:
https://github.com/fzaninotto/Faker
5、Composer
Composer幫助你聲明、管理並安裝PHP依賴。
GitHub Stars: 14.9k+
網址:
https://github.com/composer/composer
6、Guzzle
Guzzle是一個PHP的HTTP客戶端,它使得在PHP代碼中發送HTTP請求變得極其簡單。
GitHub Stars: 12.9k+
網址:
https://github.com/guzzle/guzzle
7、Yii 2
Yii 2 是一個現代的PHP框架,可用於作為你的PHP應用的基礎。
GitHub Stars: 12k+
網址:
https://github.com/yiisoft/yii2
8、PHPMailer
PHPMailer是PHP經典的電子郵件發送開發庫。
GitHub Stars: 11k+
網址:
https://github.com/PHPMailer/PHPMailer
9、PHPUnit
PHP Unit是PHP的單元測試框架。
GitHub Stars: 10k+
網址:
https://github.com/sebastianbergmann/phpunit
10、Phalcon
Phalcon是一個開源的web框架,作為PHP語言的C擴展提供,因此具有高性能、低資源消耗的特點。
GitHub Stars: 8.9k+
網址:
https://github.com/phalcon/cphalcon
11、Parsedown
Parsedown是一個PHP版本的Markdown解析器。
GitHub Stars: 7.9k+
網址:
https://github.com/erusev/parsedown
12、Mobile Detect
Mobile Detect是一個輕量級的PHP類,用於檢測包括平板在內的移動設備的類型。它使用User-Agent字符串以及特定的HTTP頭來檢測移動環境。
GitHub Stars: 7.9k+
網址:
https://github.com/serbanghita/Mobile-Detect
13、CakePHP
CakePHP是一個PHP的快速開發框架,它使用了一些常見設計模式例如MVC等。CakePHP的目標是提供一個結構化的框架,以便各種水平的PHP開發者都可以快速開發出魯棒的web應用,並且不失靈活性。
GitHub Stars: 7.5k+
網址:
https://github.com/cakephp/cakephp
14、whoops
Whoops是一個PHP的錯誤處理框架,開箱即用。
GitHub Stars: 7k+
網址:
https://github.com/filp/whoops
15、Laravel Debugbar
Laravel Debugbar是一個用於Laravel 5的PHP調試欄。它包含了一個ServiceProvider來注冊調試欄並掛接輸出。可以使用laravel發布資產並進行配置。
GitHub Stars: 7k+
網址:
https://github.com/barryvdh/laravel-debugbar
16、Intervention Image
Intervention Image是一個PHP圖像處理和操作庫,它提供了簡單明了的API用於圖像的創建、編輯及整合。Intervention Image包含了ServiceProvider和Facades用於集成入Laravel。
GitHub Stars: 7k+
網址:
https://github.com/Intervention/image
17、October
October 是一個內容管理系統(CMS)和一個web平台,它的目的就是簡化你的開發工作流。
GitHub Stars: 7k+
網址:
https://github.com/octobercms/october
18、WeChat
微信的PHP SDK。
GitHub Stars: 6.5k+
網址:
https://github.com/overtrue/wechat
19、PHP-Parser
一個使用PHP開發的PHP解析器。
GitHub Stars: 6.5k+
網址:
https://github.com/nikic/PHP-Parser
20、Goutte
Goutte是一個PHP版本的web爬蟲庫。
GitHub Stars: 6k+
網址:
https://github.com/FriendsOfPHP/Goutte
21、Workerman
Workerman是一個異步事件驅動的高性能PHP框架,用於構建快速、可伸縮的網絡應用。Workerman支持HTTP、Websocket、SSL及其他定制協議,支持libevent、HHVM和ReactPHP。
GitHub Stars: 6k+
網址:
https://github.com/walkor/Workerman
22、 PHP Coding Standards Fixer
這是一個自動修復PHP代碼規范問題的工具。
GitHub Stars: 6k+
網址:
https://github.com/FriendsOfPHP/PHP-CS-Fixer
23、PHP-ML
PHP-ML是一個PHP語言的機器學習庫。
GitHub Stars: 5.5k+
網址:
https://github.com/php-ai/php-ml
24、Deployer
Deployer是一個使用PHP開發的部署工具,預置了對流行的開發框架的支持。
GitHub Stars: 5.5k+
網址:
https://github.com/deployphp/deployer
25、Magento2
Magento2是一個先進的、功能豐富的電子商務解決方案。
GitHub Stars: 5.5k+
網址:
https://github.com/magento/magento2
26、 Swift Mailer
Swift Mailer是PHP語言的一站式郵件工具。
GitHub Stars: 5.5k+
網址:
https://github.com/swiftmailer/swiftmailer
27、 Mockery
Mockery 是一個簡單但靈活的PHP模擬框架,用於單元測試,支持PHPUnit、PHPSpec等測試框架。Mockery的核心目標是提供一個可以采用DSL定義模擬行為的測試框架。
GitHub Stars: 5k+
網址:
https://github.com/mockery/mockery
28、Google APIs Client Library for PHP
這是用來訪問Google API的PHP客戶端開發包。
GitHub Stars: 5k+
網址:
https://github.com/google/google-api-php-client
29、Twig
Twig是一個靈活、高速安全的模板語言。
GitHub Stars: 5k+
網址:
https://github.com/twigphp/Twig
30、 PHP-PM
PHP-PM是一個用於PHP應用的進程管理器和負載均衡器。
GitHub Stars: 5k+
網址:
https://github.com/php-pm/php-pm
31、PHP_CodeSniffer
PHP_CodeSniffer用來檢查PHP、JavaScript和CSS文件是否不符合預定義的代碼規范。
GitHub Stars: 4.9k+
網址:
https://github.com/squizlabs/PHP_CodeSniffer
32、Dompdf
Dompdf是PHP語言的HTML/PDF轉換器。
GitHub Stars: 4.5k+
網址:
https://github.com/dompdf/dompdf
33、 Predis
Predis是PHP版本的Redis客戶端,靈活而且功能完整。
GitHub Stars: 4.5k+
網址:
https://github.com/nrk/predis
34、Respect/Validation
PHP語言的驗證引擎。
GitHub Stars: 4.5k+
網址:
https://github.com/Respect/Validation
35、Typecho
Typecho是一個PHP博客平台,簡單強大。
GitHub Stars: 4k+
網址:
https://github.com/typecho/typecho
36、Lychee
Lychee是一個美觀易用的照片管理系統,你可以部署在自己的服務器上,
管理或分享照片。
GitHub Stars: 4k+
網址:
https://github.com/electerious/Lychee
37、Prophecy
Prophecy是一個PHP的模擬框架。
GitHub Stars: 4k
網址:
https://github.com/phpspec/prophecy
38、EmojiOne
EmojiOne包含了一組庫來幫助用戶找到並替換應用或網站中的系統emoji表情。
GitHub Stars: 3.9k+
網址:
https://github.com/emojione/emojione
39、Thanks
Thanks是一個PHP包管理器。
GitHub Stars: 3.5k+
網址:
https://github.com/symfony/thanks
40、PHPStan — PHP Static Analysis Tool
PHPStan是PHP靜態分析工具,無需運行PHP代碼就可以發現其中的bug。
GitHub Stars: 3.5k+
網址:
https://github.com/phpstan/phpstan
41、PHP OAuth 2.0 Server
league/oauth2-server是一個PHP開發的OAuth2.0驗證服務器實現。你可以輕松地配置一個OAuth 2.0服務器來使用訪問token保護你的API,或者允許客戶端來請求新的訪問token。
GitHub Stars: 3.5k+
網址:
https://github.com/thephpleague/oauth2-server
42、Countries
Coutries是一個PHP開發的數據集,以多種格式提供全球國家數據:JSON, CSV, XML 和Yaml。
GitHub Stars: 3.5k+
網址:
https://github.com/mledoze/countries
43、BotMan
BotMan是一個用來簡化對話機器人開發的PHP庫,支持多種消息平台,包括Slack、Telegram、Microsoft Bot Framework、Mexmo、HipChat、Facebook Messenger和微信。
GitHub Stars: 3.5k+
網址:
https://github.com/botman/botman
44、 Silex
Sliex是一個基於Symfony組件的PHP微框架。
GitHub Stars: 3.5k+
網址:
https://github.com/silexphp/Silex
45、Chat API
Chat API提供了訪問WhatsAPP的開發接口。
GitHub Stars: 3.5k+
網址:
https://github.com/mgp25/Chat-API
46、random_compat
隨機數發生器。
GitHub Stars: 3.5k+
網址:
https://github.com/paragonie/random_compat
47、Bolt
Bolt是一個簡單的CMS系統,它基於Symfony組件,使用Twig和SQLite/MySQL/PostgreSQL。
GitHub Stars: 3.5k+
網址:
https://github.com/bolt/bolt
48、Phinx
Phinx用來簡化你的PHP應用的數據庫遷移操作。在5分鍾內,你就可以安裝Phinx並創建第一個數據庫遷移。Phinx只負責遷移,它不是一個ORM。
GitHub Stars: 3k+
網址:
https://github.com/cakephp/phinx
49、 Codeception
Codeception是一個現代的PHP全棧測試框架, 受BDD的啟發,它提供了一種新的方式來編寫單元測試。Codeception基於PHPUnit實現。
GitHub Stars: 3k+
網址:
https://github.com/Codeception/Codeception
50、 PHPWord
PHPWord是一個使用PHP開發的Office文檔讀寫庫,支持MS Office XML(OOXML或OpenXML)、
OASIS開放文檔格式、富文本格式(RTF)、HTML和PDF。
GitHub Stars: 3k+
網址:
https://github.com/PHPOffice/PHPWord