{"id":18929389,"url":"https://github.com/thecodingmachine/mouf","last_synced_at":"2025-04-07T07:10:47.161Z","repository":{"id":52119759,"uuid":"5873430","full_name":"thecodingmachine/mouf","owner":"thecodingmachine","description":"The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.","archived":false,"fork":false,"pushed_at":"2023-10-10T08:15:23.000Z","size":6417,"stargazers_count":54,"open_issues_count":28,"forks_count":28,"subscribers_count":11,"default_branch":"2.0","last_synced_at":"2025-03-31T05:07:39.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodingmachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-09-19T14:56:56.000Z","updated_at":"2023-12-24T18:06:48.000Z","dependencies_parsed_at":"2024-06-18T13:39:45.297Z","dependency_job_id":"94708f5e-a15f-4274-94e0-f21731e00bd2","html_url":"https://github.com/thecodingmachine/mouf","commit_stats":{"total_commits":467,"total_committers":28,"mean_commits":"16.678571428571427","dds":0.5117773019271948,"last_synced_commit":"51252c9ae22f4b7d4945e27de0724892592d7560"},"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fmouf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fmouf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fmouf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fmouf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingmachine","download_url":"https://codeload.github.com/thecodingmachine/mouf/tar.gz/refs/heads/2.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T11:32:18.476Z","updated_at":"2025-04-07T07:10:47.129Z","avatar_url":"https://github.com/thecodingmachine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mouf 2: Dependency injection... on steroids\n===========================================\n[![Latest Unstable Version](https://poser.pugx.org/mouf/mouf/v/unstable.png)](https://packagist.org/packages/mouf/mouf) [![Total Downloads](https://poser.pugx.org/mouf/mouf/downloads.png)](https://packagist.org/packages/mouf/mouf) [![License](https://poser.pugx.org/mouf/mouf/license.png)](https://packagist.org/packages/mouf/mouf) [![Build Status](https://travis-ci.org/thecodingmachine/mouf.svg?branch=master)](https://travis-ci.org/thecodingmachine/mouf)\nWhat is Mouf?\n-------------\n\nMouf is a PHP dependency injection framework with a nice web-based user interface.\n\nWhy Mouf?\n---------\n\nDependency injection solves the **spaghetti code** problem by externalizing all the instances declaration\ninto a **configuration file**. But soon, this file becomes a **spaghetti configuration file**.  \nMouf solves that problem by providing a nice **web-based UI** to edit your file.\n\nBy solving that problem, Mouf opens a whole new world of possibities where most of your application is \ndeclared using a user interface instead of written in pure PHP code. \n\nWant to learn more about dependency injection? [Check out the dependency injection guide](doc/dependency_injection.md).  \nWant to see Mouf basic principles in action? [Check the introduction to graphical dependency injection video](http://mouf-php.com/packages/mouf/mouf/doc/mouf_di_ui.md).\n\nGetting started\n---------------\n\nMouf is at the same time a graphical dependency injection framework (the core of Mouf), and a full featured web-framework with\nhundreds of packages available.\n\n- If you are interested in Mouf's core dependency injection framework, stay here! You are at the right place.\n- If you are interested in the global Mouf ecosystem, the MVC library, the database layer, etc..., you might want to start by\nhaving a look at the [main packages chart](http://mouf-php.com/skills) or at the  [Getting things done with Mouf project](http://mouf-php.com/packages/mouf/getting-things-done-basic-edition/index.md). This\nis a kind of \"distribution\" of the most common libraries used with Mouf.\n- You can also be interested in extending your existing project with Mouf. Mouf integrates easily with\n[Wordpress](http://mouf-php.com/packages/mouf/integration.wordpress.moufpress/README.md), \n[Drupal](http://mouf-php.com/packages/mouf/integration.drupal.druplash/README.md), \n[Symfony 2](http://mouf-php.com/packages/mouf/interop.symfony.di/README.md), \n[Silex](https://github.com/moufmouf/pimple-interop), [Doctrine](http://mouf-php.com/packages/mouf/database.doctrine-orm-wrapper/README.md) \nor any project compatible with the [container-interop](https://github.com/container-interop/container-interop) project. \n\nInstallation\n------------\n\nMouf 2 is provided as a [Composer](http://getcomposer.org) package. The name of the package is *mouf/mouf*.\nFollow the [installation guide](doc/installing_mouf.md) to learn more.\n\nClasses\n-------\n\nEach class can be injected using the Mouf dependency injection features. Because it is graphical and easy to use, \nyou can push dependency injection to new limits.\nAnd if you want a nice graphical representation, you can add annotations to your code to add custom logos \nfor your classes, etc...\n\nTo learn more about using dependency injection, please read the [Dependency Injection guide](doc/dependency_injection.md).\n\nPackages\n--------\n\nMouf provides a user interface to help you manage your composer dependencies.\nUsing an extension to the `composer.json` file format, you can [extend the Mouf user interface](doc/extending_mouf_ui.md) to add features to help your developer.\n\n- You are developing a cache package? Add a \"Purge\" button in Mouf UI to let your developers purge the cache\n- You are developing a database connection? Add a screen to create a new database connection, etc...\n\n### Upgrade composer-mouf.json\n\n```shell\n$ COMPOSER=composer-mouf.json composer \u003ccommand\u003e ... # e.g. COMPOSER=composer-mouf.json composer install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fmouf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingmachine%2Fmouf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fmouf/lists"}