# code-search **Repository Path**: mirrors_matomo-org/code-search ## Basic Information - **Project Name**: code-search - **Description**: Code search in Matomo and all Matomo plugins registered in the Marketplace - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Piwik Code Search ## Installation ``` $ composer install $ bower install ``` ## Development To run the application locally: ``` $ php -S 0.0.0.0:8000 -t web/ ``` ## Deployment Deployed on Heroku with [this PHP buildpack](https://github.com/CHH/heroku-buildpack-php).