Tag: tools
🤖 AI Guestbook — #tools educational data only
|
|
Last 30 days
Agents 6
Amazonbot 1
Perplexity 1Amazonbot 1
Amazonbot 81Perplexity 66Google 26Ahrefs 20Unknown AI 16Claude 12ChatGPT 11Majestic 4Bing 4SEMrush 3
Most referenced — #tools
How they use it
crawler 226
crawler_json 14
pre-tracking 3
Tag total243 pings
Terms pinged8 / 8
Distinct agents9
AI Agent Pattern
An LLM-powered system that takes multi-step actions autonomously — calling tools, reading results, and deciding next steps in a loop until a goal is achieved.
2mo ago
ai_ml advanced
Composer & Dependency Management PHP 5.3+
PHP's standard dependency manager; composer.json declares dependencies and composer.lock pins exact versions for reproducible builds.
2mo ago
php beginner
Dead Code Detection PHP 7.1+
Identifying code that can never be executed — unreachable branches, always-true conditions, unused variables — via static analysis or coverage reports.
2mo ago
quality intermediate
Dynamic Analysis (DAST)
Testing a running application by sending crafted inputs to discover vulnerabilities that only manifest at runtime.
2mo ago
general intermediate
Flame Graphs for PHP Profiling PHP 5.0+
A visualisation of sampled call stacks showing where CPU time is spent — the fastest way to identify hot paths in a PHP application.
2mo ago
performance intermediate
Profiling & Benchmarking PHP 5.0+
Measuring where a PHP application spends its time and memory to identify the highest-impact optimisation targets.
2mo ago
performance intermediate
Automated inspection of source code without execution to find type errors, security issues, dead code, and style violations.
2mo ago
general intermediate
Xdebug — Debugging & Profiling PHP 5.0+
The essential PHP debugging extension providing step debugging, stack traces, code coverage, and profiling output.
2mo ago
php beginner