{"id":15021868,"url":"https://github.com/abdielcs/expandedcollectionbundle","last_synced_at":"2025-04-10T20:33:23.818Z","repository":{"id":56939267,"uuid":"56238538","full_name":"abdielcs/ExpandedCollectionBundle","owner":"abdielcs","description":"Symfony bundle for render entity collections as a selectable expanded list.","archived":false,"fork":false,"pushed_at":"2020-01-24T19:12:31.000Z","size":219,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T18:11:18.576Z","etag":null,"topics":["bundle","checkbox","checkboxes","collection","expanded","symfony","symfony-bundle","table"],"latest_commit_sha":null,"homepage":"","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/abdielcs.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":"2016-04-14T13:13:21.000Z","updated_at":"2023-02-16T15:01:18.000Z","dependencies_parsed_at":"2022-08-21T06:50:12.381Z","dependency_job_id":null,"html_url":"https://github.com/abdielcs/ExpandedCollectionBundle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdielcs%2FExpandedCollectionBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdielcs%2FExpandedCollectionBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdielcs%2FExpandedCollectionBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdielcs%2FExpandedCollectionBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdielcs","download_url":"https://codeload.github.com/abdielcs/ExpandedCollectionBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290042,"owners_count":21078923,"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","checkbox","checkboxes","collection","expanded","symfony","symfony-bundle","table"],"created_at":"2024-09-24T19:57:09.624Z","updated_at":"2025-04-10T20:33:23.797Z","avatar_url":"https://github.com/abdielcs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Expanded Collection List\n========================\n\n\u003cimg src=\"https://raw.githubusercontent.com/abdielcs/ExpandedCollectionBundle/master/Resources/doc/images/expanded-checkbox-list.png\" alt=\"Symfony expanded list\"/\u003e\n\nSymfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list.\nInclude some usefull form types extending the native entity form field, so all entity options\ncould by used (like query_builder), except expanded and multiple, since all the bundle types are based in those\noptions setted to true. Read more about [entity type field](http://symfony.com/doc/current/reference/forms/types/entity.html).\n\n\n**Features**\n\n  * [Be able to configure wich entity properties or get method should be rendered and how.](Resources/doc/1-fields-configuration.md)\n  * [Render a collection of entities as an expanded checkbox list.](Resources/doc/2-expanded-onetomany.md)\n  * [Handling ManyToMany related collection as an expanded checkbox list.](Resources/doc/3-expanded-manytomany.md)\n  * [Support for bootstrap 3 symfony theme.](Resources/doc/4-bootstrap-3-example.md)\n\nInstallation\n------------\n\n### Step 1: Download the Bundle\n\n```bash\n$ composer require abdielcs/expanded-collection-bundle\n```\n\nThis command requires you to have Composer installed globally, as explained\nin the [Composer documentation](https://getcomposer.org/doc/00-intro.md).\n\n### Step 2: Enable the Bundle\n\n```php\n\u003c?php\n// app/AppKernel.php\n\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n            new abdielcs\\ExpandedCollectionBundle\\ExpandedCollectionBundle(),\n        );\n    }\n\n    // ...\n}\n```\n\nThat's it!. Now you can start to use it.\n\nLicense\n-------\n\nThis software is published under the [MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdielcs%2Fexpandedcollectionbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdielcs%2Fexpandedcollectionbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdielcs%2Fexpandedcollectionbundle/lists"}