{"id":36252440,"url":"https://github.com/tonyaxo/yii2-typeform","last_synced_at":"2026-01-11T07:01:41.037Z","repository":{"id":57071672,"uuid":"143837962","full_name":"tonyaxo/yii2-typeform","owner":"tonyaxo","description":"Typeform.com integration for the Yii framework","archived":false,"fork":false,"pushed_at":"2018-11-06T16:22:33.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-19T20:21:46.100Z","etag":null,"topics":["extension","php","typeform","yii2"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/tonyaxo/yii2-typeform","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tonyaxo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-07T07:42:46.000Z","updated_at":"2021-12-02T08:21:54.000Z","dependencies_parsed_at":"2022-08-24T10:40:55.319Z","dependency_job_id":null,"html_url":"https://github.com/tonyaxo/yii2-typeform","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/tonyaxo/yii2-typeform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyaxo%2Fyii2-typeform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyaxo%2Fyii2-typeform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyaxo%2Fyii2-typeform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyaxo%2Fyii2-typeform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonyaxo","download_url":"https://codeload.github.com/tonyaxo/yii2-typeform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyaxo%2Fyii2-typeform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28296941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: 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":["extension","php","typeform","yii2"],"created_at":"2026-01-11T07:01:40.957Z","updated_at":"2026-01-11T07:01:41.030Z","avatar_url":"https://github.com/tonyaxo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/yiisoft\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://avatars0.githubusercontent.com/u/993323\" height=\"100px\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eTypeform.com Extension for Yii 2\u003c/h1\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n[Typeform.com](https://typeform.com) yii2 integration\n\n[![Build Status](https://travis-ci.org/tonyaxo/yii2-typeform.svg?branch=master)](https://travis-ci.org/tonyaxo/yii2-typeform)\n[![Coverage Status](https://coveralls.io/repos/github/tonyaxo/yii2-typeform/badge.svg?branch=master)](https://coveralls.io/github/tonyaxo/yii2-typeform?branch=master)\n[![Maintainability](https://api.codeclimate.com/v1/badges/5c2f1eea56030224f7e1/maintainability)](https://codeclimate.com/github/tonyaxo/yii2-typeform/maintainability)\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist tonyaxo/yii2-typeform \"*\"\n```\n\nor add\n\n```\n\"tonyaxo/yii2-typeform\": \"*\"\n```\n\nto the require section of your `composer.json` file.\n\n\nUsage\n-----\n\nOnce the extension is installed, simply use it in your code by  :\n\n```php\n// SiteController.php\npublic function actions()\n{\n    return [\n        'index' =\u003e [\n            'class' =\u003e 'tonyaxo\\yii2typeform\\AuthAction',\n            'successCallback' =\u003e [$this, 'onAuthSuccess'],\n        ],\n    ];\n}\n```\n\n```php\n// auth-view.php\n\u003c?= \\tonyaxo\\yii2typeform\\widgets\\Auth::widget([\n        'baseAuthUrl' =\u003e ['/authorize/index'],\n        'linkOptions' =\u003e [\n                'class' =\u003e 'btn btn-info'\n        ]\n]);\n```\n\n```php\n// user.php\nclass MyTypeForm extends EmbeddedTypeForm\n{\n    const BASE_FORM_URL = 'https://myaccount.typeform.com/to/';\n\n    public $type = EmbeddedTypeForm::TYPE_POPUP;\n\n    /**\n     * @param mixed $id\n     */\n    public function setFormId(?string $id): void\n    {\n        if ($id !== null) {\n            $this-\u003esetUrl(self::BASE_FORM_URL . $id);\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyaxo%2Fyii2-typeform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonyaxo%2Fyii2-typeform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyaxo%2Fyii2-typeform/lists"}