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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
top-think avatar

top-think/think

0
View on GitHub↗
www.thinkphp.cn↗

Think

Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a structured foundation for application development, incorporating a dependency injection container to manage object lifecycles and reduce coupling between components.

The project includes a remote application debugger that allows for the inspection of internal state and variables from an external environment.

It implements a model-view-controller architecture to separate application logic and data from the user interface. This includes a request pipeline for routing and middleware processing, a template-based view rendering system, and an active record mapping system for relational database persistence.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Features

  • PHP Application Frameworks - Implements a structured PHP framework for building web applications with MVC architecture and dependency injection.
  • Web Application Frameworks - Provides a comprehensive platform for building web applications with integrated routing, security, and architecture.
  • Object-Relational Mappers - Provides an object-relational mapper that simplifies database interactions by mapping relational tables to objects.
  • Dependency Injection Containers - Incorporates a dependency injection container to manage object lifecycles and reduce component coupling.
  • MVC Frameworks - Employs an architectural pattern that separates data, presentation, and control logic for better maintainability.
  • MVC Pattern Implementations - Separates application logic into models, views, and controllers to decouple data management from the interface.
  • Model-View-Controller Patterns - Implements a model-view-controller architecture to decouple business logic and data from the user interface.
  • Active Record Mappers - Implements an active record mapping system to bind database records to object-oriented models.
  • Relational Database Persistence - Provides relational database persistence by connecting object-oriented code to database tables via mapping.
  • Remote Debugging - Allows for the inspection of internal state and variables from an external environment to troubleshoot issues.
  • PHP Application Debuggers - Includes a remote debugger allowing developers to inspect internal state and variables from an external environment.
  • PHP Debuggers - Includes a remote debugger to inspect internal application state and variables from an external environment.
  • Active Record Patterns - Utilizes the active record pattern to encapsulate data access logic within database-mapped objects.
  • HTML Template Renderers - Generates final HTML by merging dynamic data into predefined template files using a parsing engine.
  • Middleware Pipelines - Processes incoming requests through a series of filtered middleware layers for authentication and logging.
  • Request Dispatchers - Matches incoming URL patterns to specific controller actions using a predefined routing mapping table.
  • Request Pipelines - Manages the request lifecycle by routing URLs and passing them through a sequential middleware pipeline.
7,888 stele·1,602 fork-uri·PHP·7 vizualizări

Istoric stele

Graficul istoricului de stele pentru top-think/thinkGraficul istoricului de stele pentru top-think/think

Întrebări frecvente

Ce face top-think/think?

Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a structured foundation for application development, incorporating a dependency injection container to manage object lifecycles and reduce coupling between components.

Care sunt principalele funcționalități ale top-think/think?

Principalele funcționalități ale top-think/think sunt: PHP Application Frameworks, Web Application Frameworks, Object-Relational Mappers, Dependency Injection Containers, MVC Frameworks, MVC Pattern Implementations, Model-View-Controller Patterns, Active Record Mappers.

Care sunt câteva alternative open-source pentru top-think/think?

Alternativele open-source pentru top-think/think includ: bcit-ci/codeigniter — CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It… zendframework/zendframework — Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It… laruence/yaf — Yaf is an MVC web framework implemented as a compiled PHP extension in C. It functions as a performance extension… cakephp/cakephp — CakePHP is a PHP web framework designed for the rapid development of full-featured web applications. It utilizes a… spine/spine — Spine is a JavaScript MVC framework and client-side library designed to organize web applications into maintainable… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of…

Alternative open-source pentru Think

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Think.
  • bcit-ci/codeigniterAvatar bcit-ci

    bcit-ci/CodeIgniter

    18,171Vezi pe GitHub↗

    CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It implements a model-view-controller architecture to separate internal data representations from the user interface. The framework utilizes a front-controller architecture to direct all incoming web requests through a single entry point for URI parsing and request dispatching. It includes a dependency injection container to resolve class dependencies and manage the lifecycle of core system components. The toolkit provides capabilities for routing management, database interactions, a

    PHPphpphp-frameworkphp7
    Vezi pe GitHub↗18,171
  • zendframework/zendframeworkAvatar zendframework

    zendframework/zendframework

    5,441Vezi pe GitHub↗

    Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It implements an MVC architecture to separate business logic from the user interface and provides a structured request-handling system through a sequential middleware pipeline. The project features a factory-driven dependency injection container to automate object instantiation and manage class lifecycles. It also includes a comprehensive security suite for verifying user identities and restricting resource access using access control lists and role-based access control adapters.

    Vezi pe GitHub↗5,441
  • laruence/yafAvatar laruence

    laruence/yaf

    4,516Vezi pe GitHub↗

    Yaf is an MVC web framework implemented as a compiled PHP extension in C. It functions as a performance extension designed to reduce overhead and increase request processing speeds compared to frameworks written in standard user-land PHP. The framework moves core logic, including request routing, into a compiled binary layer to accelerate the dispatch of incoming network requests to controllers. It provides a command-line utility to generate standardized project scaffolding and boilerplate directory structures. The system covers application bootstrapping to initialize environment state, conf

    Ccphpphp-framework
    Vezi pe GitHub↗4,516
  • cakephp/cakephpAvatar cakephp

    cakephp/cakephp

    8,797Vezi pe GitHub↗

    CakePHP is a PHP web framework designed for the rapid development of full-featured web applications. It utilizes a model-view-controller architecture to separate business logic, data models, and user interfaces. The framework includes a built-in object-relational mapper that allows for the retrieval and storage of relational data without writing raw SQL queries. It employs a convention-over-configuration approach to reduce boilerplate code by assuming standard naming schemes for files and database tables. The project provides tools for implementing web forms with integrated validation and pr

    PHP
    Vezi pe GitHub↗8,797
Vezi toate cele 30 alternative pentru Think→