Updated 9h ago
RSS
📰

Blogs

9h ago
1
[news] Yii HTML 4.2

Yii HTML version 4.2.0 was released. In this version: Add beforeInput() and afterInput() methods to abstract BooleanInputTag, extended by Radio and Checkbox Add beforeCheckbox() and afterCheckbox() methods to CheckboxList, and beforeRadio() and afterRadio() methods to RadioList

Blogs yiiframework.com vjik 9h ago
2
[news] Yii Runner RoadRunner 3.2

Yii Runner RoadRunner version 3.2.0 was released. In this version: Add PHP 8.5 support Add spiral/roadrunner-http version ^v4.0.0 support

Blogs yiiframework.com vjik 9h ago
4
[news] Yii HTML 4.1

Yii HTML version 4.1.0 was released. In this version: Add test helper functions for controlling HTML ID generation

Blogs yiiframework.com vjik 9h ago
5
[news] Yii Active Record 1.1

Yii Active Record version 1.1.0 was released. In this version: Clarify $relations parameter type in JoinWith::__construct() from array<string|Closure> to array<string|callable(ActiveQueryInterface):void> Optimize performance of ActiveRecord::get() method Remove check…

Blogs yiiframework.com vjik 9h ago
6
[news] Yii RBAC PHP File Storage 2.1

Yii RBAC PHP File Storage version 2.1.0 was released. In this version: Change PHP constraint in composer.json to 8.1 - 8.5 Bump yiisoft/rbac version to ^2.1 Apply code style fixes Explicitly import functions and constants in "use" section

Blogs yiiframework.com vjik 9h ago
7
[news] Yii 2.0.55

We are pleased to announce the release of Yii Framework version 2.0.55. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. In this release: Security fix for CVE-2026-39850: internal variables in View::renderPhpFile()…

Blogs yiiframework.com samdark 9h ago
8
[news] Yii Log Email Target 4.2

Yii Log Email Target version 4.2.0 was released. In this version: Change PHP constraint in composer.json to 8.1 - 8.5 Raise the minimum yiisoft/mailer version to ^6.0 and adapt the code accordingly Explicitly import classes in "use" section

Blogs yiiframework.com vjik 9h ago
9
[news] Yii3 FrankenPHP worker runner 1.0.0

First stable version of FrankenPHP worker runner released. The runner allows using FrankenPHP in worker mode. In this mode application is initializer once per worker and is serving multiple reqests in this state resulting in signficiant performance gains. Since the application d…

Blogs yiiframework.com samdark 9h ago
10
[news] Yii3 application templates 1.4.0

Both web template and API template got 1.4.0 release which adds expicit Caddyfile configs for production and development Docker environments. These configs are in docker/Caddyfile for production image and docker/dev/Caddyfile for development image. After these are edited you nee…

Blogs yiiframework.com samdark 9h ago
11
[news] Response Download 1.1.0

Response download version 1.1.0 was released. In this version: Add support for psr/http-message version ^2.0 Try to determine content MIME type automatically

Blogs yiiframework.com samdark 9h ago
12
[news] Yii3 web application template 1.3.0

Yii3 web application template version 1.3.0 was released. In this version: Replace deprecated PHP CS Fixer rule set @PER-CS2.0 with @PER-CS Do not write logs to file since that's not needed for both Docker and ./yii serve Allow symfony/console 8 Remove yiisoft/data-response depe…

Blogs yiiframework.com samdark 19d ago
13
[extension] chinaphp/yii2-ide-helper

Yii2 IDE Helper ¶ 功能特性 安装 使用 PhpStorm Meta 文件详解 PhpStorm 配置 生成文件示例 测试 贡献 许可证 致谢 为 Yii2 框架提供 PhpStorm 智能代码补全支持,灵感来源于 barryvdh/laravel-ide-helper 功能特性 ¶ ✅ 为 Yii2 组件生成完整的 PHPDoc 类型提示 ✅ 为 ActiveRecord 模型生成属性和方法文档 ✅ 为 ActiveQuery 生成查询构建器提示 ✅ 生成 PhpStorm Meta 文件支持高级 IDE 特性(DI 容器、类型推断)…

Blogs yiiframework.com chinaphp 9h ago
14
[extension] neoacevedo/yii2-chartjs-widget

ChartJs Widget ¶ Installation Usage Further Information Contributing Credits License Este paquete es un fork de 2amigos/yii2-chartjs-widget, el cual se encuentra en modo de solo lectura. Este fork fue creado para mantener vivo el paquete y continuar su mantenimiento. Renders a C…

Blogs yiiframework.com NestorAcevedo 9h ago
15
[extension] davidrnk/yii2-recurring-date

yii2-recurring-date ¶ Main Features Installation Usage JSON Format (persisted) Calculation of the Next Expiration Date Configuration and Customization Validations and UX Behavior Internationalization (i18n) Tests Best Practices and Notes Contributing License A Yii2 extension/wid…

Blogs yiiframework.com DavidRmz 9h ago
16
[wiki] Building Modern SPAs with Yii2 and Inertia.js

Introduction Installation Quick Setup Core Features Best Practices Common Patterns Troubleshooting Additional Resources Conclusion Introduction ¶Inertia.js is a modern approach to building single-page applications (SPAs) without the complexity of building an API. It allows you t…

Blogs yiiframework.com akshaypjoshi 9h ago
17
[extension] ldkafka/yii2-scheduler

yii2-scheduler ¶ Installation Usage Upgrade notes Release checklist Logging Monitoring Events Cleanup and safety Compatibility License High-resolution cron-like job scheduler for Yii2 supporting: External cron mode (invoke the scheduler from system cron, typically every minute) …

Blogs yiiframework.com ldk 19d ago
18
[extension] ldkafka/yii2-google-gemini

Yii2 Google Gemini Component (v2.0.0) ¶ What’s New in 2.0.0 Feature Summary Requirements Installation Quick Start Usage Examples Caching Modes Deep Dive Console Commands Configuration Options Supported Models (Snapshot) Canonical Response Format Helper Methods Cache Modes (Summa…

Blogs yiiframework.com ldk 19d ago
19
[extension] rft/yii2-searchable-depdrop

Searchable & Dependent Dropdown Widget for Yii2 ¶ Features Installation Usage Styling Features Configuration Options Recent Changes (v1.0.1) License A reusable Yii2 widget that provides a searchable dropdown list with support for dependent (cascading) dropdowns. It is design…

Blogs yiiframework.com zenjaku 19d ago

GitHub

9h ago
1
danielmiessler/SecLists

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.

GitHub ▲ 72.6k danielmiessler 9h ago ⚠ Safety
2
coollabsio/coolify

An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.

GitHub ▲ 58.5k coollabsio 19d ago ⚠ Safety
3
nextcloud/server

☁️ Nextcloud server, a safe home for all your data

GitHub ▲ 36.3k nextcloud 9h ago ⚠ Safety
4
laravel/framework

Laravel is a web application framework with expressive, elegant syntax.

GitHub ▲ 34.8k laravel 19d ago ⚠ Safety
5
filamentphp/filament

A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire

GitHub ▲ 31.7k filamentphp 21h ago ⚠ Safety
6
symfony/symfony

The Symfony PHP framework

GitHub ▲ 31.1k symfony 21h ago ⚠ Safety
7
composer/composer

Dependency Manager for PHP

GitHub ▲ 29.5k composer 22d ago ⚠ Safety
8
bagisto/bagisto

Free and open source laravel eCommerce platform

GitHub ▲ 27.9k bagisto 9h ago ⚠ Safety
10
livewire/livewire

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

GitHub ▲ 23.5k livewire 19d ago ⚠ Safety
11
matomo-org/matomo

Empowering People Ethically 🚀 — Matomo is hiring! Join us → https://matomo.org/jobs Matomo is the leading open-source alternative to Google Analytics, giving you complete control and built-in privacy. Easily collect, visualise, and analyse data from websites & apps. Star us on GitHub ⭐️ – Pull Requests welcome!

GitHub ▲ 21.7k matomo-org 19d ago ⚠ Safety
12
FreshRSS/FreshRSS

A free, self-hostable news aggregator…

GitHub ▲ 15.7k FreshRSS 21h ago ⚠ Safety
13
grokability/snipe-it

A free open source IT asset/license management system

GitHub ▲ 14.1k grokability 19d ago ⚠ Safety
14
PHPOffice/PhpSpreadsheet

A pure PHP library for reading and writing spreadsheet files

GitHub ▲ 14k PHPOffice 19d ago ⚠ Safety
15
digininja/DVWA

Damn Vulnerable Web Application (DVWA)

GitHub ▲ 13.5k digininja 9h ago ⚠ Safety
16
wallabag/wallabag

wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.

GitHub ▲ 12.8k wallabag 22d ago ⚠ Safety
17
typecho/typecho

A PHP Blogging Platform. Simple and Powerful.

GitHub ▲ 12.4k typecho 21h ago ⚠ Safety
18
magento/magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.

GitHub ▲ 12.2k magento 22d ago ⚠ Safety
19
YOURLS/YOURLS

🔗 The 𝘥𝘦 𝘧𝘢𝘤𝘵𝘰 standard, self hosted, powerful and customizable, URL shortener in PHP

GitHub ▲ 12.1k YOURLS 19d ago ⚠ Safety
20
pestphp/pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.

GitHub ▲ 11.6k pestphp 19d ago ⚠ Safety
21
Leantime/leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.

GitHub ▲ 11.2k Leantime 9h ago ⚠ Safety
22
woocommerce/woocommerce

A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.

GitHub ▲ 10.4k woocommerce 19d ago ⚠ Safety
23
doctrine/orm

Doctrine Object Relational Mapper (ORM)

GitHub ▲ 10.2k doctrine 9h ago ⚠ Safety
24
mautic/mautic

Mautic: Open Source Marketing Automation Software.

GitHub ▲ 10.1k mautic 22d ago ⚠ Safety
25
nextcloud/all-in-one

📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.

GitHub ▲ 10.1k nextcloud 19d ago ⚠ Safety
27
invoiceninja/invoiceninja

A source-available invoice, quote, project and time-tracking app built with Laravel

GitHub ▲ 9.9k invoiceninja 19d ago ⚠ Safety
29
kanboard/kanboard

Kanban project management software

GitHub ▲ 9.7k kanboard 22d ago ⚠ Safety
30
PrestaShop/PrestaShop

PrestaShop is the universal open-source software platform to build your e-commerce solution.

GitHub ▲ 9.2k PrestaShop 9h ago ⚠ Safety

Trendshift

9h ago
1
OpenCut-app/OpenCut

The open-source CapCut alternative

Video editing
Trendshift ▲ 99 OpenCut-app 22d ago ⚠ Safety
2
zhaoxuya520/reverse-skill

Reverse Engineering / Authorized Penetration Testing / Security Research Skill Router Pack AI-powered routing + On-demand toolchain bootstrapping + Self-evolving knowledge base Supports Claude Code, Kiro, Cursor, Cline, and other AI coding clients 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工…

AI agent AI skills Pentesting
Trendshift ▲ 99 zhaoxuya520 22h ago ⚠ Safety
3
huohua325/Memslides

A hierarchical memory framework for personalized presentation agents. Try it at memslides.com.

AI agent AI memory
Trendshift ▲ 99 huohua325 19d ago ⚠ Safety
4
jaywcjlove/awesome-mac

 This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.

Curated list
Trendshift ▲ 98 jaywcjlove 22d ago ⚠ Safety
6
TencentCloud/TencentDB-Agent-Memory

TencentDB Agent Memory is a team-level memory hub for AI Agents — turning conversations, docs, and code into four reusable memory assets (Chat Memory, Skill, LLM-Wiki, Code-Graph) that are governed, shared, and equipped across agents and frameworks.

AI agent AI memory
Trendshift ▲ 98 TencentCloud 22h ago ⚠ Safety
7
lyogavin/airllm

AirLLM 70B inference with single 4GB GPU

Local LLM
Trendshift ▲ 97 lyogavin 22h ago ⚠ Safety
8
1c7/chinese-independent-developer

👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻中国独立开发者项目列表 -- 分享大家都在做什么

Curated list
Trendshift ▲ 97 1c7 22d ago ⚠ Safety
9
JustVugg/colibri

Run GLM-5.2 (744B MoE) on a 25GB-RAM consumer machine — pure C, zero deps, experts streamed from disk. Tiny engine, immense model. 🐦

Local LLM
Trendshift ▲ 97 JustVugg 19d ago ⚠ Safety
10
Shubhamsaboo/awesome-llm-apps

100+ AI Agent & RAG apps you can actually run — clone, customize, ship.

AI agent Local LLM RAG Curated list
Trendshift ▲ 96 Shubhamsaboo 19d ago ⚠ Safety
11
yc-software/qm

Multiplayer agent harness for work

AI agent
Trendshift ▲ 96 yc-software 22h ago ⚠ Safety
12
microsoft/AI-For-Beginners

12 Weeks, 24 Lessons, AI for All!

AI skills Programming examples
Trendshift ▲ 95 microsoft 22h ago ⚠ Safety
13
router-for-me/CLIProxyAPI

Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.5, Grok 4.3, Claude model through API

AI coding assistant Proxy
Trendshift ▲ 95 router-for-me 22d ago ⚠ Safety
14
JetBrains/kotlin

The Kotlin Programming Language.

Trendshift ▲ 95 JetBrains 19d ago ⚠ Safety
15
hasaneyldrm/exercises-dataset

A comprehensive dataset of 433 fitness exercises. Each entry includes name, category, target muscle group, equipment, instructions, thumbnail image, and animation video.

Programming examples
Trendshift ▲ 94 hasaneyldrm 19d ago ⚠ Safety
16
esengine/DeepSeek-Reasonix

DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.

AI agent AI coding assistant
Trendshift ▲ 94 esengine 22h ago ⚠ Safety
17
catchorg/Catch2

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

Static analysis
Trendshift ▲ 93 catchorg 22d ago ⚠ Safety
18
Nutlope/hallmark

Anti-AI-slop design skill for Claude Code, Cursor, and Codex.

AI skills
Trendshift ▲ 93 Nutlope 19d ago ⚠ Safety
19
QwenAudio/qwen-audio-agent

A realtime voice runtime that keeps Agents talking, working, and present. Real-time Voice Runtime for AI Agents

AI agent AI voice Audio processing
Trendshift ▲ 93 QwenAudio 1d ago ⚠ Safety
21
hmjz100/LinkSwift

一个基于 JavaScript 的网盘文件下载地址获取工具。基于【网盘直链下载助手】修改 ,支持 百度网盘 / 阿里云盘 / 中国移动云盘 / 天翼云盘 / 迅雷云盘 / 夸克网盘 / UC网盘 / 123云盘 八大网盘

File management
Trendshift ▲ 92 hmjz100 22d ago ⚠ Safety
22
Dicklesworthstone/destructive_command_guard

The Destructive Command Guard (dcg) is for blocking dangerous git and shell commands from being executed by agents.

AI agent
Trendshift ▲ 92 Dicklesworthstone 19d ago ⚠ Safety
23
sherlock-project/sherlock

Hunt down social media accounts by username across social networks

Web scraping
Trendshift ▲ 92 sherlock-project 1d ago ⚠ Safety
24
FareedKhan-dev/kimi-k3-in-c

A 2.78-trillion-parameter Kimi K3 running inference on a single CPU in 8.24 GB of RAM. Portable C99: no BLAS, no framework, no GPU.

NLP Local LLM
Trendshift ▲ 92 FareedKhan-dev 22h ago ⚠ Safety
25
HKUDS/Vibe-Trading

"Vibe-Trading: Your Personal Trading Agent"

AI agent Workflow automation Fintech
Trendshift ▲ 91 HKUDS 22d ago ⚠ Safety
26
MadsLorentzen/ai-job-search

AI-powered job application framework built on Claude Code. Fork it, fill in your profile, and let Claude evaluate jobs, tailor CVs, write cover letters, and prepare you for interviews.

AI agent AI workflow Workflow automation Resume building
Trendshift ▲ 91 MadsLorentzen 19d ago ⚠ Safety
27
DannyMac180/sol-advisor

Codex-native architect orchestration with Luna and Terra implementation lanes and mandatory fresh Sol review.

AI agent AI workflow
Trendshift ▲ 91 DannyMac180 1d ago ⚠ Safety
29
cosmtrek/mindwalk

A visualization tool that replays coding-agent sessions on a 3D map of your codebase.

Trendshift ▲ 90 cosmtrek 22d ago ⚠ Safety
30
PiLastDigit/TRIP-workflow

Simple & BS-free Dev Workflow for AI Coding Agents

AI agent AI workflow AI coding assistant
Trendshift ▲ 90 PiLastDigit 19d ago ⚠ Safety

Telegram

9h ago
1
Первый официальный State of PHP опрос открыт: https://jb.gg/php-survey-2026В сообществе уже было мн…

Первый официальный State of PHP опрос открыт: https://jb.gg/php-survey-2026В сообществе уже было много опросов, но официального охватывающего весь PHP-мир, до этого не было.И вот PHP Foundation запартнерился с JetBrains, чтоб провести такой и сделать его ежегодным.Мы взяли за ос…

Telegram ▲ 4k @phpdigest 26d ago