{"id":18929741,"url":"https://github.com/thecodingmachine/harmony","last_synced_at":"2025-08-15T22:11:25.041Z","repository":{"id":27228237,"uuid":"30699542","full_name":"thecodingmachine/harmony","owner":"thecodingmachine","description":"A web-based development helper for any PHP project. Because command-line sucks!","archived":false,"fork":false,"pushed_at":"2015-05-15T16:10:40.000Z","size":4942,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"1.0","last_synced_at":"2025-02-16T12:30:27.089Z","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}},"created_at":"2015-02-12T11:30:27.000Z","updated_at":"2015-02-12T17:33:26.000Z","dependencies_parsed_at":"2022-09-01T02:42:07.173Z","dependency_job_id":null,"html_url":"https://github.com/thecodingmachine/harmony","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fharmony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingmachine","download_url":"https://codeload.github.com/thecodingmachine/harmony/tar.gz/refs/heads/1.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927825,"owners_count":19719835,"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:34:50.110Z","updated_at":"2025-02-20T22:42:37.635Z","avatar_url":"https://github.com/thecodingmachine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mouf 2: Dependency injection... on steroids\n===========================================\n[![Latest Stable Version](https://poser.pugx.org/mouf/mouf/v/stable.png)](https://packagist.org/packages/mouf/mouf) [![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)\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fharmony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingmachine%2Fharmony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fharmony/lists"}