awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bobthecow avatar

bobthecow/mustache.php

0
View on GitHub↗
3,283 stars·436 forks·PHP·MIT·12 viewsmustache.github.io↗

Mustache.php

A Mustache implementation in PHP.

Features

  • Routing and Templating - Implementation of the Mustache template language.

Star history

Star history chart for bobthecow/mustache.phpStar history chart for bobthecow/mustache.php

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Mustache.php

These projects share indexed features with Mustache.php. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • arnaud-lb/mthamlarnaud-lb avatar

    arnaud-lb/MtHaml

    358View on GitHub↗

    Multi target HAML (HAML for PHP, Twig, )

    PHP
    View on GitHub↗358
  • auraphp/aura.routerauraphp avatar

    auraphp/Aura.Router

    501View on GitHub↗

    A web router implementation for PHP.

    PHP
    View on GitHub↗501
  • klein/klein.phpklein avatar

    klein/klein.php

    2,661View on GitHub↗

    A fast & flexible router

    PHP
    View on GitHub↗2,661
  • nikic/fastroutenikic avatar

    nikic/FastRoute

    5,270View on GitHub↗

    FastRoute is a PHP request router that maps incoming HTTP request URIs to specific handlers. It functions as a regular expression router, matching dynamic request paths against patterns to extract variables and route traffic. The project operates as a cached route dispatcher, storing pre-computed routing tables to eliminate the overhead of parsing definitions on every request. It utilizes regular expression grouping to combine multiple route patterns into a single operation, reducing the total number of matching steps required for resolution. The library covers dynamic API endpoint managemen

    PHP
    View on GitHub↗5,270
Compare all 5 related projects→

Frequently asked questions

What does bobthecow/mustache.php do?

A Mustache implementation in PHP.

What are the main features of bobthecow/mustache.php?

The main features of bobthecow/mustache.php are: Routing and Templating.

Which projects share features with bobthecow/mustache.php?

Projects with overlapping indexed features include: arnaud-lb/mthaml — Multi target HAML (HAML for PHP, Twig, <your language here>). auraphp/aura.router — A web router implementation for PHP. klein/klein.php — A fast & flexible router. nikic/fastroute — FastRoute is a PHP request router that maps incoming HTTP request URIs to specific handlers. It functions as a regular… thephpleague/route — Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.