Awesome List Updates on Sep 08 - Sep 14, 2025
12 awesome lists updated this week.
đ Home ¡ đ Search ¡ đĨ Feed ¡ đŽ Subscribe ¡ â¤ī¸ Sponsor
1. Awesome Webaudio
Packages / Frameworks
- React Native Audio API (â594) - Web Audio API implementation for native apps based on react-native.
2. Static Analysis
Programming Languages / Other
- STOKE â ī¸ â A programming-language agnostic stochastic optimizer for the x86_64 instruction set. It uses random search to explore the extremely high-dimensional space of all possible program transformations.
- cpplint (â1.7k) â Automated C++ checker that follows Google's style guide.
- ENRE-cpp â ī¸ â ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)
- flawfinder â ī¸ â Finds possible security weaknesses.
- flint++ â ī¸ â Cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.
- MATE â ī¸ â A suite of tools for interactive program analysis with a focus on hunting for bugs in C and C++ code. MATE unifies application-specific and low-level vulnerability analysis using code property graphs (CPGs), enabling the discovery of highly application-specific vulnerabilities that depend on both implementation details and the high-level semantics of target C/C++ programs.
- vera++ â ī¸ â Vera++ is a programmable tool for verification, analysis and transformation of C++ source code.
- CSharpEssentials â ī¸ â C# Essentials is a collection of Roslyn diagnostic analyzers, code fixes and refactorings that make it easy to work with C# 6 language features.
- Infer# â ī¸ â InferSharp (also referred to as Infer#) is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null pointer dereferences and resource leaks.
- VSDiagnostics â ī¸ â A collection of static analyzers based on Roslyn that integrates with VS.
- coffeelint â ī¸ â A style checker that helps keep CoffeeScript code clean and consistent.
- Dart Code Metrics â ī¸ â Additional linter for Dart. Reports code metrics, checks for anti-patterns and provides additional rules for Dart analyzer.
- Linter for dart (â627) â Style linter for Dart.
- elm-analyse â ī¸ â A tool that allows you to analyse your Elm code, identify deficiencies and apply best practices.
- Primitive Erlang Security Tool (PEST) â ī¸ â A tool to do a basic scan of Erlang source code and report any function calls that may cause Erlang source code to be insecure.
- FSharpLint (â315) â Lint tool for F#.
- fprettify â ī¸ â Auto-formatter for modern fortran source code, written in Python. Fprettify is a tool that provides consistent whitespace, indentation, and delimiter alignment in code, including the ability to change letter case and handle preprocessor directives, all while preserving revision history and tested for editor integration.
- dingo-hunter â ī¸ â Static analyser for finding deadlocks in Go.
- dupl â ī¸ â Reports potentially duplicated code.
- goast â ī¸ â Go AST (Abstract Syntax Tree) based static analysis tool with Rego.
- gocyclo â ī¸ â Calculate cyclomatic complexities of functions in Go source code.
- interfacer â ī¸ â Suggest narrower interfaces that can be used.
- lll â ī¸ â Report long lines.
- maligned â ī¸ â Detect structs that would take less memory if their fields were sorted.
- safesql â ī¸ â Static analysis tool for Golang that protects against SQL injections.
- brittany â ī¸ â Haskell source code formatter
- ENRE-java â ī¸ â ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-java is a ENtity Relationship Extractor for Java projects based on @Eclipse JDT/parser.
- HuntBugs â ī¸ â Bytecode static analyzer tool based on Procyon Compiler Tools aimed to supersede FindBugs.
- steady â ī¸ â Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy.
- aether â ī¸ â Lint, analyze, normalize, transform, sandbox, run, step through, and visualize user JavaScript, in node or the browser.
- ClosureLinter â ī¸ â Ensures that all of your project's JavaScript code follows the guidelines in the Google JavaScript Style Guide. It can also automatically fix many common errors.
- complexity-report â ī¸ â Software complexity analysis for JavaScript projects.
- es6-plato â ī¸ â Visualize JavaScript (ES6) source complexity.
- escomplex â ī¸ â Software complexity analysis of JavaScript-family abstract syntax trees.
- Esprima â ī¸ â ECMAScript parsing infrastructure for multipurpose analysis.
- hegel â ī¸ â A static type checker for JavaScript with a bias on type inference and strong type systems.
- JSPrime â ī¸ â Static security analysis tool.
- plato â ī¸ â Visualize JavaScript source complexity.
- RSLint â ī¸ â A (WIP) JavaScript linter written in Rust designed to be as fast as possible, customizable, and easy to use.
- TypL â ī¸ â With TypL, you just write completely standard JS, and the tool figures out your types via powerful inferencing.
- yardstick â ī¸ â Javascript code metrics.
- Luanalysis â ī¸ â An IDE for statically typed Lua development.
- nimfmt â ī¸ â Nim code formatter / linter / style checker
- Mondrian â ī¸ â A set of static analysis and refactoring tools which use graph theory.
- pdepend â ī¸ â Calculates software metrics like cyclomatic complexity for PHP code.
- PHP Semantic Versioning Checker â ī¸ â Suggests a next version according to semantic versioning.
- PHP-Token-Reflection â ī¸ â Library emulating the PHP internal reflection.
- php7cc â ī¸ â PHP 7 Compatibility Checker.
- php7mar â ī¸ â Assist developers in porting their code quickly to PHP 7.
- PHP_CodeSniffer â ī¸ â Detects violations of a defined set of coding standards.
- phpca â ī¸ â Finds usage of non-built-in extensions.
- phpcpd â ī¸ â Copy/Paste Detector for PHP code.
- phpdcd â ī¸ â Dead Code Detector (DCD) for PHP code.
- PhpDependencyAnalysis â ī¸ â Builds a dependency graph for a project.
- PhpDeprecationDetector â ī¸ â Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).
- phpdoc-to-typehint â ī¸ â Add scalar type hints and return types to existing PHP projects using PHPDoc annotations.
- phpsa â ī¸ â Static analysis tool for PHP.
- Qafoo Quality Analyzer â ī¸ â Visualizes metrics and source code.
- ENRE-py â ī¸ â ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code. ENRE-py is a ENtity Relationship Extractor for Python based on Python Language Services of The Standard Library.
- InspectorTiger â ī¸ â IT, Inspector Tiger, is a modern python code review tool / framework. It comes with bunch of pre-defined handlers which warns you about improvements and possible bugs. Beside these handlers, you can write your own or use community ones.
- mccabe â ī¸ â Check McCabe complexity.
- py-find-injection â ī¸ â Find SQL injection vulnerabilities in Python code.
- pydocstyle â ī¸ â Check compliance with Python docstring conventions.
- PyT - Python Taint â ī¸ â A static analysis tool for detecting security vulnerabilities in Python web applications.
- wily â ī¸ â A command-line tool for archiving, exploring and graphing the complexity of Python source code.
- CodeDepends â ī¸ â Static Code Analysis for R.
- cane â ī¸ â Code quality threshold checking as part of your build.
- Churn â ī¸ â A Project to give the churn file, class, and method for a project for a given checkin. Over time the tool adds up the history of churns to give the number of times a file, class, or method is changing during the life of a project.
- flay â ī¸ â Flay analyzes code for structural similarities.
- flog â ī¸ â Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.
- laser â ī¸ â Static analysis and style linter for Ruby code.
- MetricFu â ī¸ â MetricFu is a set of tools to provide reports that show which parts of your code might need extra work.
- Querly â ī¸ â Pattern Based Checking Tool for Ruby.
- Railroader â ī¸ â An open source static analysis security vulnerability scanner for Ruby on Rails applications.
- Roodi â ī¸ â Roodi stands for Ruby Object Oriented Design Inferometer. It parses your Ruby code and warns you about design issues you have based on the checks that it has configured.
- ruby-lint â ī¸ â Static code analysis for Ruby.
- Saikuro â ī¸ â A Ruby cyclomatic complexity analyzer.
- SandiMeter â ī¸ â Static analysis tool for checking Ruby code for Sandi Metz' rules.
- cargo-inspect â ī¸ â Inspect Rust code without syntactic sugar to see what the compiler does behind the curtains.
- electrolysis â ī¸ â A tool for formally verifying Rust programs by transpiling them into definitions in the Lean theorem prover.
- herbie â ī¸ â Adds warnings or errors to your crate when using a numerically unstable floating point expression.
- linter-rust â ī¸ â Linting your Rust-files in Atom, using rustc and cargo.
- MIRAI â ī¸ â And abstract interpreter operating on Rust's mid-level intermediate language, and providing warnings based on taint analysis.
- prae â ī¸ â Provides a convenient macro that allows you to generate type wrappers that promise to always uphold arbitrary invariants that you specified.
- Prusti â ī¸ â A static verifier for Rust, based on the Viper verification infrastructure. By default Prusti verifies absence of panics by proving that statements such as unreachable!() and panic!() are unreachable.
- Rudra â ī¸ â Rust Memory Safety & Undefined Behavior Detection. It is capable of analyzing single Rust packages as well as all the packages on crates.io.
- Rust Language Server â ī¸ â Supports functionality such as 'goto definition', symbol search, reformatting, and code completion, and enables renaming and refactorings.
- sqlcheck â ī¸ â Automatically identify anti-patterns in SQL queries.
- TSqlRules â ī¸ â TSQL Static Code Analysis Rules for SQL Server.
- linter â ī¸ â Linter is a Scala static analysis compiler plugin which adds compile-time checks for various possible bugs, inefficiencies, and style problems.
- Tailor â ī¸ â A static analysis and lint tool for source code written in Apple's Swift programming language.
- Codelyzer â ī¸ â A set of tslint rules for static code analysis of Angular 2 TypeScript projects.
- stc â ī¸ â Speedy TypeScript type checker written in Rust
- tslint â ī¸ â TSLint has been deprecated as of 2019. Please see this issue (â5.9k) for more details.
typescript-eslintis now your best option for linting TypeScript. TSLint is an extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.
- tslint-microsoft-contrib â ī¸ â A set of tslint rules for static code analysis of TypeScript projects maintained by Microsoft.
- vint â ī¸ â Fast and Highly Extensible Vim script Language Lint implemented by Python.
Other / Other
- Go Meta Linter â ī¸ â Concurrently run Go lint tools and normalise their output. Use
golangci-lintfor new projects.
- shisho â ī¸ â A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
- Enlightn â ī¸ â A static and dynamic analysis tool for Laravel applications that provides recommendations to improve the performance, security and code reliability of Laravel apps. Contains 120 automated checks.
- ciocheck â ī¸ â Linter, formatter and test suite helper. As a linter, it is a wrapper around
pep8,pydocstyle,flake8, andpylint.
- multilint â ī¸ â A wrapper around
flake8,isortandmodernize.
- QuantifiedCode â ī¸ â Automated code review & repair. It helps you to keep track of issues and metrics in your software projects, and can be easily extended to support new types of analyses.
- quality â ī¸ â Runs quality checks on your code using community tools, and makes sure your numbers don't get any worse over time.
- cargo-bloat â ī¸ â Find out what takes most of the space in your executable. supports ELF (Linux, BSD), Mach-O (macOS) and PE (Windows) binaries.
- Twiggy (â1.4k) â Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.
- packj â ī¸ â Packj (pronounced package) is a command line (CLI) tool to vet open-source software packages for "risky" attributes that make them vulnerable to supply chain attacks. This is the tool behind our large-scale security analysis platform Packj.dev that continuously vets packages and provides free reports.
- pure â ī¸ â Pure is a static analysis file format checker that checks ZIP files for dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
- ktool â ī¸ â Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
- Manalyze â ī¸ â A static analyzer, which checks portable executables for malicious content.
- mcsema â ī¸ â Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode. It translates ("lifts") executable binaries from native machine code to LLVM bitcode, which is very useful for performing program analysis methods.
- Parker â ī¸ â Stylesheet analysis tool.
- sass-lint â ī¸ â A Node-only Sass linter for both sass and scss syntax.
- scsslint â ī¸ â Linter for SCSS files.
- Specificity Graph (â703) â CSS Specificity Graph Generator.
- Puppet Lint â ī¸ â Check that your Puppet manifests conform to the style guide.
- collector â ī¸ â Run arbitrary scripts inside containers, and gather useful information.
- dagda â ī¸ â Perform static analysis of known vulnerabilities in docker images/containers.
- Docker Label Inspector â ī¸ â Lint and validate Dockerfile labels.
- Bootlint â ī¸ â An HTML linter for Bootstrap projects.
- HTML Inspector â ī¸ â HTML Inspector is a code quality tool to help you and your team write better markup.
- kube-hunter â ī¸ â Hunt for security weaknesses in Kubernetes clusters.
- kubeval â ī¸ â Validates your Kubernetes configuration files and supports multiple Kubernetes versions.
- mdl â ī¸ â A tool to check Markdown files and flag style issues.
- android-lint-summary â ī¸ â Combines lint errors of multiple projects into one output, check lint results of multiple sub-projects at once.
- iblessing â ī¸ â iblessing is an iOS security exploiting toolkit. It can be used for reverse engineering, binary analysis and vulnerability mining.
- paprika â ī¸ â A toolkit to detect some code smells in analyzed Android applications.
- qark â ī¸ â Tool to look for several security related Android application vulnerabilities.
- statix (â733) â Lints and suggestions for the Nix programming language. "statix check" highlights antipatterns in Nix code. "statix fix" can fix several such occurrences.
- promformat â ī¸ â Promformat is a PromQL formatter written in Python.
- LunaSec â ī¸ â Open Source AppSec platform that automatically notifies you the next time vulnerabilities like Log4Shell or node-ipc happen. Track your dependencies and builds in a centralized service.
- OWASP Noir â Attack surface detector that identifies endpoints by static analysis.
- dennis â ī¸ â A set of utilities for working with PO files to ease development and improve quality.
- Vetur â ī¸ â Vue tooling for VS Code, powered by vls (vue language server). Vetur has support for formatting embedded HTML, CSS, SCSS, JS, TypeScript, and more. Vetur only has a "whole document formatter" and cannot format arbitrary ranges.
- After the Deadline â ī¸ â Spell, style and grammar checker.
Multiple languages / Other
- Atom-Beautify â ī¸ â Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom editor.
- Betterscan CE â ī¸ â Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).
- BugProve â ī¸ ÂŠī¸ â BugProve is a firmware analysis platform featuring both static and dynamic analysis techniques to discover memory corruptions, command injections and other classes or common weaknesses in binary code. It also detects vulnerable dependencies, weak cryptographic parameters, misconfigurations, and more.
- coala â ī¸ â Language independent framework for creating code analysis - supports over 60 languages by default.
- Corrode â ī¸ â Semi-automatic translation from C to Rust. Could reveal bugs in the original implementation by showing Rust compiler warnings and errors. Superseded by C2Rust.
- cqc â ī¸ â Check your code quality for js, jsx, vue, css, less, scss, sass and styl files.
- DeepCode â ī¸ ÂŠī¸ â DeepCode was acquired by Snyk is now Snyk Code.
- goone â ī¸ â Finds N+1 queries (SQL calls in a for loop) in go code
- Hopper â ī¸ â A static analysis tool written in scala for languages that run on JVM.
- Hound CI â ī¸ â Comments on style violations in GitHub pull requests. Supports Coffeescript, Go, HAML, JavaScript, Ruby, SCSS and Swift.
- imhotep â ī¸ â Comment on commits coming into your repository and check for syntactic errors and general lint warnings.
- include-gardener â ī¸ â A multi-language static analyzer for C/C++/Obj-C/Python/Ruby to create a graph (in dot or graphml format) which shows all
#includerelations of a given set of files.
- pfff â ī¸ â Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.
- PT.PM â ī¸ â An engine for searching patterns in the source code, based on Unified AST or UST. At present time C#, Java, PHP, PL/SQL, T-SQL, and JavaScript are supported. Patterns can be described within the code or using a DSL.
- Scrutinizer â ī¸ ÂŠī¸ â A proprietary code quality checker that can be integrated with GitHub.
- shipshape â ī¸ â Static program analysis platform that allows custom analyzers to plug in through a common interface.
- Super-Linter â ī¸ â Combination of multiple linters to install as a GitHub Action.
- Wotan â ī¸ â Pluggable TypeScript and JavaScript linter.
3. Awesome Theoretical Computer Science
Books / Monograph
- Eck & Critchlow. Foundations of Computation - for a one-semester course in theoretical computer science. It has no prerequisites other than introductory computer programming. It includes logic, sets, and function from discrete math, and automata, formal languages, and grammar from upper-level courses.
4. Awesome Zig
Game Field / Zigged Project
- ajTronic/zetr (â2) : An aesthetic tetris clone for the terminal written in Zig.
5. Free Programming Books (English, By Subjects)
Embedded Systems
- Discovering the STM32 Microcontroller (PDF) (CC BY-NC-SA)
6. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- auto-cenv (â0) - Automatically activates the conda environment when entering the project folder.
- databricks (â2) - Enhanced Databricks CLI integration for Zsh with convenient aliases and profile management.
- prompt-watcher (â0) - Automatically updates your prompt when git status changes, using fswatch to monitor repository files in real-time.
- zoc (â1) - Speeds up OpenShift
oclogins and token renewal.
7. Awesome Gemini Cli
Official
- Gemini CLI (â84k) - The official open-source AI agent that brings the power of Gemini directly into your terminal. Features context-aware coding assistance, file manipulation, and command execution capabilities.
- Gemini CLI cookbook (â16k) - Official collection of examples and guides demonstrating best practices for using the Gemini API. Essential resource for developers getting started.
Forks
- iFlow CLI (â3.4k) - Powerful fork that extends Gemini CLI with repository analysis, context interpretation, and complex workflow automation. Perfect for teams needing advanced orchestration capabilities.
Development Tools & Utilities
- Terminal Jarvis (â105) - Ultimate command center unifying multiple AI coding assistants in one elegant interface. Switch between tools seamlessly and manage sessions efficiently.
- Splitrail (â35) - Comprehensive usage analytics platform that tracks and optimizes your Gemini CLI workflows, helping teams understand and improve their AI-assisted development patterns.
- ccmanager (â653) - Essential session management tool that saves, restores, and organizes multiple Gemini CLI sessions, perfect for juggling multiple projects or experiments.
API Bridges & Proxies
- geminicli2api (â325) - Powerful FastAPI proxy that transforms Gemini CLI into standard API endpoints, enabling integration with any OpenAI-compatible tool or service.
- gemini-openai-proxy (â38) - Universal compatibility layer serving Gemini 2.5 Pro/Flash through OpenAI protocol. Works instantly with existing tools like LangChain, llama.cpp, and VS Code extensions.
Commands & Extensions
- GeminiCLI_Slash_Listen (â15) - Innovative
/listencommand enabling remote Gemini CLI access through Slack, perfect for collaborative coding and remote assistance scenarios.
- gemini-cli-custom-slash-commands (â111) - Curated collection of productivity-boosting custom slash commands that extend Gemini CLI with specialized workflows and shortcuts.
- gemini-flow (â213) - Transforms Gemini CLI into an autonomous AI development team using proven Claude-Flow patterns, enabling complex multi-agent workflows.
MCP Servers
- ToolsForMCPServer (â78) - Bridges Gemini CLI with Google Workspace through Apps Script integration, automating document processing, spreadsheet manipulation, and workflow automation.
- gemini-mcp-tool (â1.6k) - Leverages Gemini's industry-leading 2M token context window through MCP, enabling analysis of entire codebases and large documents that other tools can't handle.
Neovim Plugins
- gemini-cli.nvim (â47) - Native Neovim integration bringing Gemini's AI capabilities directly into your editor with keybindings, commands, and buffer manipulation support.
Frameworks
- gemini-code-flow (â133) - Enterprise-grade orchestration framework that coordinates multiple Gemini CLI instances for complex development tasks, based on battle-tested Claude Code Flow patterns.
Documentation & Examples
- gemini-cli-extension (â135) - Essential collection of extensions and commands that enhance Gemini CLI with additional capabilities and workflow improvements.
- gemini-cli-demos (â10) - Ready-to-run demonstration scenarios showcasing Gemini CLI's capabilities, perfect for learning, presenting, or evaluating the tool.
8. Awesome Typescript
Libraries / Chrome Extensions
- đ safe-fetch (â79) - Zero-dependency fetch wrapper with safe results, dual timeouts, smart retries and normalized TypeScript errors.
9. Awesome Jax
Libraries / New Libraries
- flaxdiff (â30) - Framework and Library for building and training Diffusion models in multi-node multi-device distributed settings (TPUs)
- FDTDX (â152) - Finite-Difference Time-Domain Electromagnetic Simulations in JAX
- DiffeRT (â36) - Differentiable Ray Tracing toolbox for Radio Propagation powered by the JAX ecosystem.
- JAX-in-Cell (â7) - Plasma physics simulations using a PIC (Particle-in-Cell) method to self-consistently solve for electron and ion dynamics in electromagnetic fields
- kvax (â140) - A FlashAttention implementation for JAX with support for efficient document mask computation and context parallelism.
Models and Projects / Flax
- awesome-jax-flax-llms - Collection of LLMs implemented in JAX & Flax
Models and Projects / Equinox
- Sampling Path Candidates with Machine Learning - Official tutorial and implementation from the paper Towards Generative Ray Path Sampling for Faster Point-to-Point Ray Tracing.
10. Awesome Neovim
Marks / Assembly
- walkersumida/fusen.nvim (â24) - Sticky note bookmarks, per Git branch with hover annotations and Telescope integration.
11. Awesome Go
Audio and Music
- tosone/minimp3 (â132) â Decode mp3 â
132
Database / Caches
- mdaliyan/icache (â23) â A High Performance, Generic, thread-safe, zero-dependency, key-value, in-memory cache â
23
Database Drivers / Interfaces to Multiple Backends
- fogfish/dynamo (â22) â Generic Golang Key/Value trait for AWS storage services â
22
Database Drivers / NoSQL Database Drivers
- couchbase/gocb (â373) â The Couchbase Go SDK â
373
Miscellaneous / Dependency Injection
- i-love-flamingo/dingo (â185) â Go Dependency Injection Framework â
185
Networking / Transliteration
- wzshiming/httpproxy (â31) â HTTP proxy handler and dialer â
31
Third-party APIs / Utility/Miscellaneous
- Icelain/jokeapi (â26) â Official golang wrapper for Sv443's jokeapi. â
26
Utilities / Utility/Miscellaneous
- kamilsk/retry (â345) â The most advanced interruptible mechanism to perform actions repetitively until successful. â
345
- antham/ghokin (â49) â Parallelized formatter with no external dependencies for gherkin (cucumber, behat...) â
49
12. Awesome Cakephp
Console
- SignalHandler plugin (â2) - Cross-platform signal handling for CakePHP console commands with zero external dependencies. Supports Linux (pcntl), Windows (native API).
Templating
- LatteView plugin (â1) - A plugin providing Latte template engine integration.
- Prev: Sep 15 - Sep 21, 2025
- Next: Sep 01 - Sep 07, 2025