awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesFramework Integration Engines

Mechanisms for plugging into application lifecycles to provide shared helpers and views.

Distinct from Plug-in Based Markup Renderers: Candidates focus on browser engines or AI engines; this is about application-level framework integration for helpers.

Explore 2 awesome GitHub repositories matching web development · Framework Integration Engines. Refine with filters or upvote what's useful.

Awesome Framework Integration Engines GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • phalcon/cphalconAvatar de phalcon

    phalcon/cphalcon

    10,829Voir sur GitHub↗

    Phalcon is a full-stack PHP web framework implemented as a compiled C extension that loads directly into the PHP interpreter. Rather than executing PHP scripts at runtime, the framework runs as a native C module, bundling routing, ORM, templating, and caching into immutable structures compiled at build time. This architecture hooks directly into PHP's internal Zend Engine API to bypass userland function call overhead, processes HTTP requests through a C-level event pipeline, and passes data between layers using pointer references instead of duplicating memory buffers. The framework manages ob

    Hooks directly into PHP's Zend Engine API to bypass userland overhead and improve execution speed.

    PHPext-phalconextensionframework
    Voir sur GitHub↗10,829
  • kaminari/kaminariAvatar de kaminari

    kaminari/kaminari

    8,681Voir sur GitHub↗

    Kaminari is a Ruby pagination library and ActiveRecord tool designed to divide large datasets into smaller pages using limit and offset logic. It functions as a data paging utility that manages record offsets and total count calculations for Ruby web applications. The project distinguishes itself by generating SEO-friendly navigation links and standardized HTML tags to improve search engine indexing. It supports localized navigation labels and translation files for multilingual interface design, and allows for customizable pagination themes via template overrides of view partials. The librar

    Integrates with the application lifecycle to provide shared pagination helpers and view partials.

    Ruby
    Voir sur GitHub↗8,681
  1. Home
  2. Web Development
  3. Framework Integration Engines

Explorer les sous-tags

  • PHP Engine Integration FrameworksFrameworks that hook directly into PHP's Zend Engine API to bypass userland overhead. **Distinct from Framework Integration Engines:** Distinct from Framework Integration Engines: specifically targets the PHP Zend Engine, not general framework integration.