Updated 11h ago
RSS
📰

Blogs

11h ago
1
SymfonyOnline June 2026: Replays are available!

Two weeks ago, we wrapped up another fantastic edition of SymfonyOnline, and we are still buzzing from the energy! 🎉 Our pre-conference workshops (June 9-10) focused on Symfony and AI, expertly led by Stiven Llupa and Guillaume Loulier. Thank you for sharing your expertise and s…

Blogs symfony.com Eloïse Charrier 6d ago
2
Turn PHP Attributes Into Docs With Signal

Signal is a PHP library that reads attributes on your classes and methods and turns them into Markdown and JSON documentation through a single command. The post Turn PHP Attributes Into Docs With Signal appeared first on Laravel News. Join the Laravel Newsletter to get all the l…

Blogs laravel-news.com Yannick Lyn Fatt 6d ago
3
USAIGE: Track Token Usage and Costs for Laravel AI SDK Requests

USAIGE is a Laravel package by Ludovic Guenet that records every AI request as a run with token counts, USD costs, provider details, and status — plus a built-in dashboard for browsing the data. The post USAIGE: Track Token Usage and Costs for Laravel AI SDK Requests appeared fi…

Blogs laravel-news.com Paul Redmond 6d ago
4
Help make Filament faster!

Calling all Filament users – want to help make Filament faster? As of today, the team has launched some big performance upgrades across all of the first-party Filament packages into beta and they need your help to test the releases in some real-world applications! Read on for mo…

Blogs laravel-news.com Alex Six 6d ago
5
Symfony 8.1.1 released

Symfony 8.1.1 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published? …

Blogs symfony.com Fabien Potencier 5d ago
6
Symfony 8.0.14 released

Symfony 8.0.14 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published?…

Blogs symfony.com Fabien Potencier 5d ago
7
Symfony 7.4.14 released

Symfony 7.4.14 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published?…

Blogs symfony.com Fabien Potencier 5d ago
8
Symfony 6.4.42 released

Symfony 6.4.42 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published?…

Blogs symfony.com Fabien Potencier 5d ago
9
Symfony 8.1.1 released

Symfony 8.1.1 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published? …

Blogs symfony.com Fabien Potencier 5d ago
10
Symfony 8.0.14 released

Symfony 8.0.14 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published?…

Blogs symfony.com Fabien Potencier 5d ago
11
Symfony 7.4.14 released

Symfony 7.4.14 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published?…

Blogs symfony.com Fabien Potencier 5d ago
12
Symfony 6.4.42 released

Symfony 6.4.42 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your project. Tip Want to be notified whenever a new Symfony release is published?…

Blogs symfony.com Fabien Potencier 5d ago
13
SymfonyOnline June 2026: Replays are available!

Two weeks ago, we wrapped up another fantastic edition of SymfonyOnline, and we are still buzzing from the energy! 🎉 Our pre-conference workshops (June 9-10) focused on Symfony and AI, expertly led by Stiven Llupa and Guillaume Loulier. Thank you for sharing your expertise and s…

Blogs symfony.com Eloïse Charrier 6d ago
14
MySQL JSON Columns

MySQL’s JSON column type has been around since version 5.7, but it’s one of those features where the gap between “I know it exists” and “I know when and how to use it well” is surprisingly wide. Used correctly, JSON columns give you schema fle…

Blogs Eric Van Johnson 5d ago
15
The PHP Podcast 2026.06.25

PHP Podcast – June 25, 2026 Hosts: Eric Van Johnson & John Congdon Eric and John are back. Sara and Holly did a better job. Eric’s computer still hates him. Eric’s Connectivity Saga: A Possible Resolution For weeks, Eric has been dealing with a maddening st…

Blogs phparch.com Eric Van Johnson 6d ago
16
Google Drops FAQ Rich Results: Keep the Schema, Audit the Dashboards

On May 7, 2026, Google removed FAQ rich results from Search without a blog post or formal webmaster notice — a quiet edit to the structured data documentation was the only signal. If your reporting dashboards still track FAQ rich result impressions, or your automation queries th…

Blogs systemsarchitect.net Sebastian Henderson 5d ago
17
[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 11h ago
18
[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 11h ago
20
[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 11h ago
21
[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 11h ago
22
[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 11h ago
23
[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 11h ago
24
[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 11h ago
25
[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 11h ago
26
[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 11h ago
27
[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 11h ago
28
[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 11h ago
29
[news] Proxy 1.2.0

Yii Proxy version 1.2 was released. This version adds support for PHP 8.5.

Blogs yiiframework.com samdark 2d ago
30
[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 11h ago

GitHub

11h 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 ▲ 71.9k danielmiessler 11h 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 ▲ 57.7k coollabsio 11h ago ⚠ Safety
3
nextcloud/server

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

GitHub ▲ 36k nextcloud 23h ago ⚠ Safety
4
laravel/framework

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

GitHub ▲ 34.8k laravel 11h ago ⚠ Safety
5
filamentphp/filament

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

GitHub ▲ 31.3k filamentphp 11h ago ⚠ Safety
6
symfony/symfony

The Symfony PHP framework

GitHub ▲ 31.1k symfony 11h ago ⚠ Safety
7
blueimp/jQuery-File-Upload

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

GitHub ▲ 30.7k blueimp 11h ago ⚠ Safety
8
composer/composer

Dependency Manager for PHP

GitHub ▲ 29.5k composer 11h ago ⚠ Safety
9
bagisto/bagisto

Free and open source laravel eCommerce platform

GitHub ▲ 27.5k bagisto 3d ago ⚠ Safety
10
monicahq/monica

Personal CRM. Remember everything about your friends, family and business relationships.

GitHub ▲ 24.8k monicahq 1d ago ⚠ Safety
12
PHPMailer/PHPMailer

The classic email sending library for PHP

GitHub ▲ 22.2k PHPMailer 11h ago ⚠ Safety
13
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 11h ago ⚠ Safety
14
Seldaek/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

GitHub ▲ 21.4k Seldaek 23h ago ⚠ Safety
15
easychen/opc-methodology

《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。

GitHub ▲ 16.1k easychen 6d ago ⚠ Safety
16
FreshRSS/FreshRSS

A free, self-hostable news aggregator…

GitHub ▲ 15.4k FreshRSS 23h ago ⚠ Safety
17
yiisoft/yii2

Yii 2: The Fast, Secure and Professional PHP Framework

GitHub ▲ 14.3k yiisoft 11h ago ⚠ Safety
18
grokability/snipe-it

A free open source IT asset/license management system

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

A pure PHP library for reading and writing spreadsheet files

GitHub ▲ 13.9k PHPOffice 23h ago ⚠ Safety
20
PHP-CS-Fixer/PHP-CS-Fixer

A tool to automatically fix PHP Coding Standards issues

GitHub ▲ 13.5k PHP-CS-Fixer 5d ago ⚠ Safety
21
digininja/DVWA

Damn Vulnerable Web Application (DVWA)

GitHub ▲ 13.3k digininja 23h ago ⚠ Safety
22
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.1k magento 23h ago ⚠ Safety
23
assimon/dujiaoka

🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉

GitHub ▲ 12.1k assimon 23h ago ⚠ Safety
24
aureuserp/aureuserp

Free and Open Source ERP platform

GitHub ▲ 11.3k aureuserp 4d ago ⚠ Safety
25
z-song/laravel-admin

Build a full-featured administrative interface in ten minutes

GitHub ▲ 11.2k z-song 11h ago ⚠ Safety
26
woocommerce/woocommerce

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

GitHub ▲ 10.4k woocommerce 23h ago ⚠ Safety
27
Leantime/leantime

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

GitHub ▲ 10.1k Leantime 1d ago ⚠ Safety
28
nextcloud/all-in-one

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

GitHub ▲ 10k nextcloud 23h ago ⚠ Safety
29
mautic/mautic

Mautic: Open Source Marketing Automation Software.

GitHub ▲ 10k mautic 23h ago ⚠ Safety
30
invoiceninja/invoiceninja

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

GitHub ▲ 9.9k invoiceninja 3d ago ⚠ Safety

Trendshift

11h ago
1
deepseek-ai/DeepSpec

DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms

AI infrastructure
Trendshift ▲ 99 deepseek-ai 3d ago ⚠ Safety
2
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 ▲ 99 hasaneyldrm 2d ago ⚠ Safety
3
tigicion/dao-code

Terminal coding agent that turns DeepSeek-V4's cache economics into capability — trustworthy memory (re-verified against your code), robust long tasks. MIT.

AI agent AI coding assistant AI memory
Trendshift ▲ 99 tigicion 1d ago ⚠ Safety
4
tdeverx/contained-app

A native macOS app for Apple's Container CLI

Trendshift ▲ 98 tdeverx 4d ago ⚠ Safety
5
Unclecheng-li/VulnClaw

基于 AI Agent + MCP 工具链 + 渗透 Skill 编排, 配合大语言模型, 自然语言输入 → 自动完成「信息收集 → 漏洞发现 → 漏洞利用 → 报告生成」全流程。

Trendshift ▲ 98 Unclecheng-li 3d ago ⚠ Safety
7
langchain-ai/openwiki

OpenWiki is a CLI that writes and maintains agent documentation for your codebase.

Trendshift ▲ 98 langchain-ai 1d ago ⚠ Safety
8
every-app/open-seo

Open source alternative to Semrush and Ahrefs

Self-hosted
Trendshift ▲ 97 every-app 5d ago ⚠ Safety
10
vercel-labs/deepsec

Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents

AI agent Pentesting
Trendshift ▲ 97 vercel-labs 4d ago ⚠ Safety
11
diegosouzapw/OmniRoute

Never stop coding. Free AI gateway: one endpoint, 160+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA.

AI infrastructure Proxy
Trendshift ▲ 97 diegosouzapw 2d ago ⚠ Safety
12
facebook/astryx

An open source design system that's fully customizable and agent ready

Design system UI components
Trendshift ▲ 97 facebook 1d ago ⚠ Safety
13
stablyai/orca

Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile.

AI agent AI coding assistant
Trendshift ▲ 96 stablyai 1d ago ⚠ Safety
15
bikini/exploitarium

A single archive of public exploit PoCs and vulnerability research writeups. At the time I post these, none have been reported. Feel free to report them yourself and take credit for the CVE if handed out lulz

Pentesting
Trendshift ▲ 96 bikini 6d ago ⚠ Safety
16
msitarzewski/agency-agents

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.

AI agent
Trendshift ▲ 96 msitarzewski 2d ago ⚠ Safety
17
joomlaworks/joomla-3.x

Joomla 3.x development continued to ensure code security and support modern PHP versions

Self-hosted
Trendshift ▲ 96 joomlaworks 4d ago ⚠ Safety
18
baairon/torlink

A sleek, zero-setup torrent finder and downloader that lives right in your terminal.

Trendshift ▲ 96 baairon 3d ago ⚠ Safety
19
loc567/loc567

loc567 是一款完全开源免费的纯网页端iOS模拟定位工具。在线体验地址:https://loc567.com

Trendshift ▲ 95 loc567 3d ago ⚠ Safety
20
yaosiyuuu6/odyssey-skill

真实人生决策筛选器,当你面对人生重大决策时,帮你找到最符合你当下情况的播客/B站视频

AI agent
Trendshift ▲ 95 yaosiyuuu6 5d ago ⚠ Safety
21
microsoft/AI-For-Beginners

12 Weeks, 24 Lessons, AI for All!

AI skills Programming examples
Trendshift ▲ 95 microsoft 2d ago ⚠ Safety
22
eugeniughelbur/obsidian-second-brain

Cross-CLI skill for Obsidian: turn your vault into a living AI-first second brain across Claude Code, Codex, Gemini, and OpenCode. 43 commands - now with /obsidian-architect to document your codebase, key-less web research, Google Calendar, and self-rewriting notes.

AI agent AI skills
Trendshift ▲ 95 eugeniughelbur 1d ago ⚠ Safety
23
jamiepine/voicebox

The open-source AI voice studio. Clone, dictate, create.

AI voice Text to speech Audio processing Self-hosted
Trendshift ▲ 94 jamiepine 5d ago ⚠ Safety
24
youhunwl/TVAPP

收集全网 Android TV电视盒子应用,涵盖影视、直播、K歌、工具、游戏等类型,整理优质APK资源,支持便捷下载与自动更新。提供安全验证、分类索引与兼容性标注,助力用户打造家庭影音娱乐中心! ✅ TVBox/影视仓等影音壳接口配置源。

Curated list
Trendshift ▲ 94 youhunwl 1d ago ⚠ Safety
25
google/agents-cli

The CLI and skills that turn any coding assistant into an expert at creating, evaluating, and deploying AI agents on Google Cloud.

AI agent AI coding assistant AI skills
Trendshift ▲ 94 google 2d ago ⚠ Safety
26
addyosmani/agent-skills

Production-grade engineering skills for AI coding agents.

AI agent AI coding assistant AI skills
Trendshift ▲ 93 addyosmani 1d ago ⚠ Safety
27
anomalyco/opencode

The open source coding agent.

AI agent AI coding assistant
Trendshift ▲ 93 anomalyco 5d ago ⚠ Safety
28
hugohe3/ppt-master

AI generates a real, editable PowerPoint from any document — native shapes & animations, speaker notes voiced as audio narration, and the option to follow your own .pptx template, not slide images · by Hugo He

AI workflow Document processing
Trendshift ▲ 93 hugohe3 2d ago ⚠ Safety
29
calesthio/OpenMontage

World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio.

AI agent AI video generation Workflow automation
Trendshift ▲ 93 calesthio 4d ago ⚠ Safety
30
ExTV/Podroid

A rootless Android app that boots Alpine Linux: run containers (Podman/Docker/LXC) and GUI desktop apps.

Emulator
Trendshift ▲ 93 ExTV 6d ago ⚠ Safety