awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bcit-ci avatar

bcit-ci/CodeIgniter

0
View on GitHub↗
18,171 स्टार्स·7,561 फोर्क्स·PHP·MIT·3 व्यूज़codeigniter.com↗

CodeIgniter

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, and input validation. It supports the initialization of structured projects to facilitate the development of dynamic websites and rapid prototyping.

Features

  • Web Application Frameworks - Provides a comprehensive platform for building scalable web applications with integrated routing, security, and architecture.
  • PHP Application Frameworks - Provides a structured environment for building PHP applications using service providers and modular patterns.
  • MVC Implementations - Provides a server-side framework for building web applications using the model-view-controller architecture in PHP.
  • MVC Frameworks - Organizes web code into model, view, and controller layers to separate data processing from the user interface.
  • Model-View-Controller Patterns - Implements an architectural pattern that separates application logic into distinct data, interface, and control layers.
  • PHP Development Toolkits - Provides a comprehensive collection of open-source libraries for managing routing, database interactions, and input validation.
  • Request Routing - Directs all incoming web requests through a single entry point for URI parsing and request dispatching.
  • Front-Controller Patterns - Utilizes a front-controller architecture to direct all incoming web requests through a single entry point.
  • Server-Side Frameworks - Provides a framework for building server-side applications and services that deliver content to a browser.
  • Dependency Injection Containers - Includes a dependency injection container to resolve class dependencies and manage core system component lifecycles.
  • Dependency Injection Containers - Ships a service-based management system that resolves class dependencies and manages component lifecycles.
  • Rapid Prototyping - Facilitates rapid prototyping by providing built-in libraries to quickly move from an initial idea to a functional website.
  • Environment Configurations - Provides a centralized system of PHP arrays to manage global settings and system paths across deployments.
  • HTML Template Renderers - Provides a system for generating HTML output by merging dynamic data with predefined template files.

स्टार हिस्ट्री

bcit-ci/codeigniter के लिए स्टार हिस्ट्री चार्टbcit-ci/codeigniter के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

bcit-ci/codeigniter क्या करता है?

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.

bcit-ci/codeigniter की मुख्य विशेषताएं क्या हैं?

bcit-ci/codeigniter की मुख्य विशेषताएं हैं: Web Application Frameworks, PHP Application Frameworks, MVC Implementations, MVC Frameworks, Model-View-Controller Patterns, PHP Development Toolkits, Request Routing, Front-Controller Patterns।

bcit-ci/codeigniter के कुछ ओपन-सोर्स विकल्प क्या हैं?

bcit-ci/codeigniter के ओपन-सोर्स विकल्पों में शामिल हैं: top-think/think — Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a… daveh/php-mvc — This project is a lightweight PHP framework designed for building web applications using the model-view-controller… laruence/yaf — Yaf is an MVC web framework implemented as a compiled PHP extension in C. It functions as a performance extension… patricklouys/no-framework-tutorial — This project is an educational guide focused on building modular web applications using native PHP features. It… yiisoft/yii2 — Yii2 is a professional PHP web framework designed for developing high-performance, scalable enterprise web… zendframework/zendframework — Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It…

CodeIgniter के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो CodeIgniter के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • top-think/thinktop-think का अवतार

    top-think/think

    7,888GitHub पर देखें↗

    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 middlewa

    PHPframeworkormroute
    GitHub पर देखें↗7,888
  • daveh/php-mvcdaveh का अवतार

    daveh/php-mvc

    815GitHub पर देखें↗

    This project is a lightweight PHP framework designed for building web applications using the model-view-controller architectural pattern. It provides a structured environment that separates business logic, data management, and user interface presentation into distinct layers to improve code maintainability. The framework utilizes a front-controller to intercept all incoming web traffic, routing requests to specific controller actions based on defined URL patterns. It incorporates middleware-style request interception, allowing for the execution of custom logic such as authentication, security

    PHPmvc-frameworkphpphp-mvc
    GitHub पर देखें↗815
  • laruence/yaflaruence का अवतार

    laruence/yaf

    4,516GitHub पर देखें↗

    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
    GitHub पर देखें↗4,516
  • patricklouys/no-framework-tutorialPatrickLouys का अवतार

    PatrickLouys/no-framework-tutorial

    1,556GitHub पर देखें↗

    This project is an educational guide focused on building modular web applications using native PHP features. It demonstrates how to construct a functional application architecture from the ground up without relying on external third-party frameworks. The guide centers on implementing core architectural patterns, including a request router that maps incoming HTTP paths to specific controller logic and a dependency injection container that manages object lifecycles and class requirements. By decoupling components through automated dependency resolution, the project emphasizes maintainability an

    clean-codedependency-injectionframework-agnostic
    GitHub पर देखें↗1,556
  • CodeIgniter के सभी 30 विकल्प देखें→