awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesLifecycle Method Execution

Triggering specific object methods during an automated hydration or instantiation process.

Distinct from Per-Object Virtual Method Hooks: None of the candidates cover triggering non-setter methods as part of a data hydration lifecycle.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Lifecycle Method Execution. Refine with filters or upvote what's useful.

Awesome Lifecycle Method Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • johnno1962/injectionforxcodeAvatar de johnno1962

    johnno1962/injectionforxcode

    6,537Ver en GitHub↗

    This project is an Xcode runtime code injector and developer productivity tool. It enables the injection of Swift and Objective-C code changes into a running application without requiring a process restart, functioning as a hot module replacement tool for iOS development. The tool provides a dynamic UI debugger for reloading storyboards and tuning visual parameters in real time. It allows for the recompilation of individual classes and the binding of new implementations into a live process, avoiding full project rebuilds. The system covers runtime injection capabilities, including automated

    Executes specific methods immediately after code injection to refresh state and update global variables.

    Objective-C
    Ver en GitHub↗6,537
  • nelmio/aliceAvatar de nelmio

    nelmio/alice

    2,539Ver en GitHub↗

    Alice is a PHP test data generator and fixture library used to automate the creation of large sets of fake objects and entities. It functions as an object hydrator and random data provider, allowing users to define the structure and attributes of dummy test data in markup or arrays to simulate specific application states. The library distinguishes itself through a template-based system that supports fixture inheritance to reduce data duplication. It utilizes a flexible instantiation model that allows for custom factory integration, method invocation, and property hydration via reflection or c

    Triggers specific non-setter methods on generated objects during the data hydration process.

    PHPaliceexpression-languagefaker
    Ver en GitHub↗2,539
  1. Home
  2. Software Engineering & Architecture
  3. Lifecycle Method Execution