{"id":24916866,"url":"https://github.com/easycorp/easy-doc-bundle","last_synced_at":"2025-10-17T03:30:59.930Z","repository":{"id":56974315,"uuid":"79888334","full_name":"EasyCorp/easy-doc-bundle","owner":"EasyCorp","description":"Symfony application documentation generator","archived":false,"fork":false,"pushed_at":"2019-04-02T19:34:01.000Z","size":357,"stargazers_count":102,"open_issues_count":0,"forks_count":8,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-02-01T18:17:39.091Z","etag":null,"topics":["bundle","documentation","generator","php","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://easycorp.io/EasyDoc","language":"HTML","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/EasyCorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-24T07:20:49.000Z","updated_at":"2024-11-16T08:03:17.000Z","dependencies_parsed_at":"2022-08-21T07:40:29.022Z","dependency_job_id":null,"html_url":"https://github.com/EasyCorp/easy-doc-bundle","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2Feasy-doc-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2Feasy-doc-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2Feasy-doc-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyCorp%2Feasy-doc-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyCorp","download_url":"https://codeload.github.com/EasyCorp/easy-doc-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236767384,"owners_count":19201523,"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":["bundle","documentation","generator","php","symfony","symfony-bundle"],"created_at":"2025-02-02T08:18:42.530Z","updated_at":"2025-10-17T03:30:59.557Z","avatar_url":"https://github.com/EasyCorp.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"EasyDoc\n=======\n\nThis bundle generates the formal documentation for Symfony applications. This\ndocumentation is a HTML document that contains detailed information about every\napplication element (routes, services, events, configuration, etc.)\n\nWhen would this bundle be useful?\n\n  * As a reference to look for any application element details.\n  * As a document to get an overall idea of the application when adding new\n    developers to the project.\n  * As a deliverable to the client who paid for the application development.\n  * As a *searchable* archive of legacy applications.\n\nThis is how it looks:\n\n![EasyDoc in action](/src/Resources/doc/images/easydoc-index.png)\n\nInstallation\n------------\n\n### Step 1: Download the Bundle\n\n```bash\n$ composer require --dev easycorp/easy-doc-bundle\n```\n\n### Step 2: Enable the Bundle\n\n```php\n// app/AppKernel.php\n\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        // ...\n\n        if (in_array($this-\u003egetEnvironment(), ['dev', 'test'])) {\n            // ...\n\n            if ('dev' === $this-\u003egetEnvironment()) {\n                // ...\n                $bundles[] = new EasyCorp\\Bundle\\EasyDocBundle\\EasyDocBundle();\n            }\n        }\n    }\n\n    // ...\n}\n```\n\nUsage\n-----\n\nRun the `doc` command in your Symfony application to generate the documentation:\n\n```bash\n$ cd your-project/\n$ ./bin/console doc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasycorp%2Feasy-doc-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasycorp%2Feasy-doc-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasycorp%2Feasy-doc-bundle/lists"}