{"id":18383121,"url":"https://github.com/timkelty/craftcms-appmodule","last_synced_at":"2025-06-11T06:06:08.488Z","repository":{"id":66508548,"uuid":"142043996","full_name":"timkelty/craftcms-appmodule","owner":"timkelty","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-23T17:01:23.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T23:37:12.836Z","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/timkelty.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-07-23T17:01:17.000Z","updated_at":"2018-10-04T01:54:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ccaf519-cd9b-4e6c-9732-27eb6e927265","html_url":"https://github.com/timkelty/craftcms-appmodule","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/timkelty%2Fcraftcms-appmodule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fcraftcms-appmodule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fcraftcms-appmodule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fcraftcms-appmodule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timkelty","download_url":"https://codeload.github.com/timkelty/craftcms-appmodule/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timkelty%2Fcraftcms-appmodule/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259211835,"owners_count":22822379,"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-06T01:10:09.024Z","updated_at":"2025-06-11T06:06:08.469Z","avatar_url":"https://github.com/timkelty.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppModule module for Craft CMS 3.x\n\nThe app module.\n\n## Requirements\n\nThis module requires Craft CMS 3.0.0-RC1 or later.\n\n## Installation\n\nTo install the module, follow these instructions.\n\nFirst, you'll need to add the contents of the `app.php` file to your `config/app.php` (or just copy it there if it does not exist). This ensures that your module will get loaded for each request. The file might look something like this:\n```\nreturn [\n    'modules' =\u003e [\n        'app-module' =\u003e [\n            'class' =\u003e \\modules\\appmodule\\AppModule::class,\n            'components' =\u003e [\n                'appModuleService' =\u003e [\n                    'class' =\u003e 'modules\\appmodule\\services\\AppModuleService',\n                ],\n            ],\n        ],\n    ],\n    'bootstrap' =\u003e ['app-module'],\n];\n```\nYou'll also need to make sure that you add the following to your project's `composer.json` file so that Composer can find your module:\n\n    \"autoload\": {\n        \"psr-4\": {\n          \"modules\\\\appmodule\\\\\": \"modules/appmodule/src/\"\n        }\n    },\n\nAfter you have added this, you will need to do:\n\n    composer dump-autoload\n \n …from the project’s root directory, to rebuild the Composer autoload map. This will happen automatically any time you do a `composer install` or `composer update` as well.\n\n## AppModule Overview\n\n-Insert text here-\n\n## Using AppModule\n\n-Insert text here-\n\n## AppModule Roadmap\n\nSome things to do, and ideas for potential features:\n\n* Release it\n\nBrought to you by [Tim Kelty](http://fusionary.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimkelty%2Fcraftcms-appmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimkelty%2Fcraftcms-appmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimkelty%2Fcraftcms-appmodule/lists"}