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
klein avatar

klein/klein.php

0
View on GitHub↗
2,661 stars·287 forks·PHP·MIT·5 views

Klein.php

A fast & flexible router

Features

  • Routing and Templating - Flexible and lightweight routing library.

Star history

Star history chart for klein/klein.phpStar history chart for klein/klein.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

Frequently asked questions

What does klein/klein.php do?

A fast & flexible router

What are the main features of klein/klein.php?

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

Which projects share features with klein/klein.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. bobthecow/mustache.php — A Mustache implementation in PHP. 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.

Projects sharing features with Klein.php

These projects share indexed features with Klein.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
  • bobthecow/mustache.phpbobthecow avatar

    bobthecow/mustache.php

    3,283View on GitHub↗

    A Mustache implementation in PHP.

    PHP
    View on GitHub↗3,283
  • 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→