{"id":37266302,"url":"https://github.com/plesk/yii2-pjax","last_synced_at":"2026-01-16T00:33:41.050Z","repository":{"id":57042673,"uuid":"257809524","full_name":"plesk/yii2-pjax","owner":"plesk","description":"Plesk extension for Yii2 framework to extend it's PJAX functions","archived":false,"fork":false,"pushed_at":"2020-04-22T06:46:42.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-17T23:09:50.538Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-22T06:16:23.000Z","updated_at":"2020-04-24T07:20:10.000Z","dependencies_parsed_at":"2022-08-24T00:50:51.209Z","dependency_job_id":null,"html_url":"https://github.com/plesk/yii2-pjax","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/plesk/yii2-pjax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fyii2-pjax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fyii2-pjax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fyii2-pjax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fyii2-pjax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plesk","download_url":"https://codeload.github.com/plesk/yii2-pjax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fyii2-pjax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-01-16T00:33:40.236Z","updated_at":"2026-01-16T00:33:41.039Z","avatar_url":"https://github.com/plesk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Plesk extension for Yii2 framework to extend it's PJAX functions \n============================\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\n- Add the following lines to your `composer.json` file:\n\n    ```js\n    \"repositories\": [\n        {\n            \"type\": \"vcs\",\n            \"url\":  \"git@github.com:plesk/yii2-pjax.git\"\n        }\n    ]\n    ```\n\n- Run `composer require \"plesk/yii2-pjax:^1.0.0\"`\n\nAPI\n------------\n\nSetup the component in your web.php config:\n```php\n[\n    'components' =\u003e [\n        'pjax' =\u003e [\n            'class' =\u003e 'plesk\\yii2pjax\\Component',\n        ],\n    ],\n]\n```\n\nConvert PJAX config from Yii2 widget format to JS format.\n```php\n$this-\u003eregisterJs(\n    '$(\"#plesk-pjax-search-form\").on(\"pjax:success\", function() {\n        $.pjax.reload(' . Json::encode(Yii::$app-\u003epjax-\u003epjaxConvertConfigWidgetToJs($gridPjaxOptions)) . ');\n    });'\n);\n```\n\nExceptions\n\n    - plesk\\yii2pjax\\exceptions\\Exception\n\n        All exceptions thrown by the extension, extend this exception.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplesk%2Fyii2-pjax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplesk%2Fyii2-pjax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplesk%2Fyii2-pjax/lists"}