{"id":20339816,"url":"https://github.com/minkphp/minkzombiedriver","last_synced_at":"2025-09-19T04:32:19.616Z","repository":{"id":3435102,"uuid":"4487335","full_name":"minkphp/MinkZombieDriver","owner":"minkphp","description":"Zombie.js driver for Mink framework","archived":false,"fork":false,"pushed_at":"2024-10-31T11:40:01.000Z","size":230,"stargazers_count":41,"open_issues_count":17,"forks_count":49,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-04T23:07:00.082Z","etag":null,"topics":["mink","mink-driver","php"],"latest_commit_sha":null,"homepage":null,"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/minkphp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2012-05-29T20:44:51.000Z","updated_at":"2024-10-31T11:40:05.000Z","dependencies_parsed_at":"2024-11-22T08:50:54.582Z","dependency_job_id":null,"html_url":"https://github.com/minkphp/MinkZombieDriver","commit_stats":{"total_commits":181,"total_committers":24,"mean_commits":7.541666666666667,"dds":0.5966850828729282,"last_synced_commit":"486cff944f54b10f46ae64f8e26afb0b61f97767"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minkphp%2FMinkZombieDriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minkphp%2FMinkZombieDriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minkphp%2FMinkZombieDriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minkphp%2FMinkZombieDriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minkphp","download_url":"https://codeload.github.com/minkphp/MinkZombieDriver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233550360,"owners_count":18692832,"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":["mink","mink-driver","php"],"created_at":"2024-11-14T21:18:36.259Z","updated_at":"2025-09-19T04:32:14.310Z","avatar_url":"https://github.com/minkphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mink Zombie.js Driver\n=====================\n\n[![Latest Stable Version](https://poser.pugx.org/behat/mink-zombie-driver/v/stable.svg)](https://packagist.org/packages/behat/mink-zombie-driver)\n[![Latest Unstable Version](https://poser.pugx.org/behat/mink-zombie-driver/v/unstable.svg)](https://packagist.org/packages/behat/mink-zombie-driver)\n[![Total Downloads](https://poser.pugx.org/behat/mink-zombie-driver/downloads.svg)](https://packagist.org/packages/behat/mink-zombie-driver)\n[![CI](https://github.com/minkphp/MinkZombieDriver/actions/workflows/tests.yml/badge.svg)](https://github.com/minkphp/MinkZombieDriver/actions/workflows/tests.yml)\n[![License](https://poser.pugx.org/behat/mink-zombie-driver/license.svg)](https://packagist.org/packages/behat/mink-zombie-driver)\n[![codecov](https://codecov.io/gh/minkphp/MinkZombieDriver/branch/master/graph/badge.svg?token=q3KjYserBP)](https://codecov.io/gh/minkphp/MinkZombieDriver)\n\nInstallation \u0026 Compatibility\n----------------------------\n\nYou need a working installation of [NodeJS](https://nodejs.org/) and\n[npm](https://www.npmjs.com/). Install the\n[zombie.js](https://zombie.js.org/) library through npm:\n\n``` bash\n$ npm install -g zombie\n```\n\nThe driver requires zombie.js __version 2.0.0 or higher__.\n\nUse [Composer](https://getcomposer.org/) to install all required PHP dependencies:\n\n```bash\n$ composer require --dev behat/mink behat/mink-zombie-driver\n```\n\nUsage Example\n-------------\n\n```php\n\u003c?php\n\nuse Behat\\Mink\\Mink,\n    Behat\\Mink\\Session,\n    Behat\\Mink\\Driver\\ZombieDriver,\n    Behat\\Mink\\Driver\\NodeJS\\Server\\ZombieServer;\n\n$host       = '127.0.0.1';\n$port       = '8124';\n$nodeBinary = '/usr/local/bin/node';\n\n$mink = new Mink(array(\n    'zombie' =\u003e new Session(new ZombieDriver(new ZombieServer(\n        $host, $port, $nodeBinary\n    ))),\n));\n\n$mink-\u003esetDefaultSessionName('zombie');\n\n$session = $mink-\u003egetSession();\n$session-\u003evisit('http://example.org');\n\n$page = $session-\u003egetPage();\n$elem = $page-\u003efind('css', 'h1');\n\necho $elem-\u003egetText();\n```\n\nCopyright\n---------\n\nCopyright (c) 2011-2012 Pascal Cremer \u003cb00gizm@gmail.com\u003e\n\nMaintainers\n-----------\n\n* Alexander Obuhovich [aik099](https://github.com/aik099)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminkphp%2Fminkzombiedriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminkphp%2Fminkzombiedriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminkphp%2Fminkzombiedriver/lists"}