{"id":18657889,"url":"https://github.com/lightsofapollo/php-bdd-demo","last_synced_at":"2025-11-05T22:30:23.774Z","repository":{"id":1670193,"uuid":"2397022","full_name":"lightsofapollo/php-bdd-demo","owner":"lightsofapollo","description":"Demo of php with cucumber and selenium","archived":false,"fork":false,"pushed_at":"2014-02-25T05:30:20.000Z","size":32716,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T15:12:44.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/lightsofapollo.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":"2011-09-16T03:10:32.000Z","updated_at":"2014-02-25T05:30:20.000Z","dependencies_parsed_at":"2022-09-07T03:21:16.329Z","dependency_job_id":null,"html_url":"https://github.com/lightsofapollo/php-bdd-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fphp-bdd-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fphp-bdd-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fphp-bdd-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fphp-bdd-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsofapollo","download_url":"https://codeload.github.com/lightsofapollo/php-bdd-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475960,"owners_count":19645041,"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":[],"created_at":"2024-11-07T07:30:17.469Z","updated_at":"2025-11-05T22:30:23.732Z","avatar_url":"https://github.com/lightsofapollo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup\n\n### Clone the demo repository.\n\n`git clone git@github.com:michikono/php-bdd-demo.git`\n\n### Install xcode command line utilities if you do not have them already\n\n`xcode-select --install`\n\n### Install Composer\n\n`brew tap josegonzalez/homebrew-php`\n\n`brew install josegonzalez/php/composer`\n\n### install PHP55\n`brew tap homebrew/dupes`\n\n`brew tap josegonzalez/homebrew-php`\n\n`brew install php55`\n\n# the previous step will tell you HOW to update your CLI path, which is also outlined below!\n#\n# edit your ~/.bashrc file:\n# ====== start .bashrc file ======\n# Swapping from PHP53 to PHP54\n# export PATH=\"$(brew --prefix josegonzalez/php/php53)/bin:$PATH\"\nexport PATH=\"$(brew --prefix josegonzalez/php/php54)/bin:$PATH\"\n# ======= end .bashrc file =======\n\n# update your paths\nsource ~/.bashrc \n\n# install rvm and ruby\n\\curl -sSL https://get.rvm.io | bash\nrvm install ruby-2.1.0\nrvm reload\nbundle install\n\n# setup auto-test functionality\ngem install watchr\n# event watcher for Linux/BSD\ngem install rev\n# event watcher for OSX\ngem install ruby-fsevent\n\n# navigate into folder\n# install dependencies PHPUnit and PHPUnit_Selenium\ncomposer install\n# or composer update\n\n# In a new tab: run the selenium grid script\n./bin/selenium-hub.sh\n\n# In another tab:\n./bin/selenium-webdriver.sh\n\n# turn on auto test-running (runs headless behat tests)\nobservr ./test.observr.rb\n\n# Run behat tests\n./bin/behat --verbose --profile headless\n# or for the full browser test\n./bin/behat --verbose\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fphp-bdd-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsofapollo%2Fphp-bdd-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fphp-bdd-demo/lists"}