{"id":41781047,"url":"https://github.com/imatic/view-bundle","last_synced_at":"2026-01-25T04:02:21.782Z","repository":{"id":27317763,"uuid":"113344579","full_name":"imatic/view-bundle","owner":"imatic","description":"Bundle with predefined UI components","archived":false,"fork":false,"pushed_at":"2025-09-02T06:49:35.000Z","size":8771,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-02T08:29:12.495Z","etag":null,"topics":["symfony","ui","view"],"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/imatic.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-12-06T17:06:08.000Z","updated_at":"2025-09-02T06:49:32.000Z","dependencies_parsed_at":"2023-01-14T07:30:24.612Z","dependency_job_id":"2161ddfc-0223-4c71-9634-f6604770862a","html_url":"https://github.com/imatic/view-bundle","commit_stats":{"total_commits":436,"total_committers":12,"mean_commits":"36.333333333333336","dds":0.5940366972477065,"last_synced_commit":"a69cb089829732c3348751a96a9759992a670151"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/imatic/view-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imatic%2Fview-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imatic%2Fview-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imatic%2Fview-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imatic%2Fview-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imatic","download_url":"https://codeload.github.com/imatic/view-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imatic%2Fview-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["symfony","ui","view"],"created_at":"2026-01-25T04:02:21.087Z","updated_at":"2026-01-25T04:02:21.771Z","avatar_url":"https://github.com/imatic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://secure.travis-ci.org/imatic/view-bundle.png?branch=master\n   :alt: Build Status\n   :target: http://travis-ci.org/imatic/view-bundle\n|\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg\n   :alt: License: MIT\n   :target: LICENSE\n\nImaticViewBundle\n================\n\nSee *Resources/doc/index.rst* for documentation.\n\nBuild Process\n-------------\n\nIn case any asset sources are changed run ``yarn build`` command which will compile them.\nAny compiled assets are commited with project. Build process is provided by standard webpack configuration.\nMore details can be found in ``webpack.config.js``.\n\nExtending ExpressionLanguage\n----------------------------\n\nBundle ExpressionLanguage can be extended easily extended. To do so, you can create a new expression provider tagged\nwith ``imatic_view.expression_language_provider``.\n\n.. sourcecode:: php\n\n    use Symfony\\Component\\ExpressionLanguage\\ExpressionFunction;\n    use Symfony\\Component\\ExpressionLanguage\\ExpressionFunctionProviderInterface;\n\n   \u003c?php\n\n    class ExpressionLanguageProvider implements ExpressionFunctionProviderInterface\n    {\n        public function getFunctions()\n        {\n            return [\n                new ExpressionFunction(\n                    'myFunction',\n                    function () {\n                        // ...\n                    },\n                    function () {\n                        // ...\n                    }\n                ),\n            ];\n        }\n    }\n\n.. sourcecode:: yaml\n\n   services:\n       ExpressionLanguageProvider:\n           tags:\n               - { name: imatic_view.expression_language_provider }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimatic%2Fview-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimatic%2Fview-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimatic%2Fview-bundle/lists"}