{"id":28672880,"url":"https://github.com/form8ion/php","last_synced_at":"2026-06-11T08:01:18.830Z","repository":{"id":271654085,"uuid":"914144913","full_name":"form8ion/php","owner":"form8ion","description":"PHP language plugin for the form8ion tool suite","archived":false,"fork":false,"pushed_at":"2026-06-09T19:42:36.000Z","size":1722,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-09T21:21:16.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npm.im/@form8ion/php","language":"JavaScript","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/form8ion.png","metadata":{"files":{"readme":"README.md","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":"2025-01-09T03:06:15.000Z","updated_at":"2026-06-09T14:48:35.000Z","dependencies_parsed_at":"2025-01-09T04:41:16.138Z","dependency_job_id":"139ed206-7875-49d0-b1f5-259b3fa08403","html_url":"https://github.com/form8ion/php","commit_stats":null,"previous_names":["form8ion/php"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/form8ion/php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/form8ion","download_url":"https://codeload.github.com/form8ion/php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/form8ion%2Fphp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-06-13T20:01:12.631Z","updated_at":"2026-06-11T08:01:18.821Z","avatar_url":"https://github.com/form8ion.png","language":"JavaScript","funding_links":[],"categories":["Scaffolding"],"sub_categories":["Official"],"readme":"# php\n\n[PHP](https://www.php.net/) language plugin for the form8ion tool suite\n\n\u003c!--status-badges start --\u003e\n\n[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]\n[![Codecov][coverage-badge]][coverage-link]\n![SLSA Level 2][slsa-badge]\n\n\u003c!--status-badges end --\u003e\n\n## Table of Contents\n\n* [Usage](#usage)\n  * [Installation](#installation)\n  * [Example](#example)\n    * [Import](#import)\n    * [Execute](#execute)\n* [Contributing](#contributing)\n  * [Dependencies](#dependencies)\n  * [Verification](#verification)\n\n## Usage\n\n\u003c!--consumer-badges start --\u003e\n\n[![npm][npm-badge]][npm-link]\n[![Try @form8ion/php on RunKit][runkit-badge]][runkit-link]\n[![license][license-badge]][license-link]\n![node][node-badge]\n\n\u003c!--consumer-badges end --\u003e\n\n### Installation\n\n```sh\n$ npm install @form8ion/php --save-prod\n```\n\n### Example\n\n#### Import\n\n#### Execute\n\n```javascript\n  const {scaffold, test, lift} = await import('@form8ion/php');\n\n  const projectRoot = process.cwd();\n\n  await scaffold({\n    projectRoot,\n    projectName: 'name-of-the-project',\n    description: 'A short summary of the project'\n  });\n\n  if (await test({projectRoot})) {\n    await lift({\n      projectRoot,\n      results: {\n        dependencies: {\n          php: {\n            production: ['smarty/smarty'],\n            development: ['phpunit/phpunit']\n          }\n        }\n      }\n    });\n  }\n```\n\n## Contributing\n\n\u003c!--contribution-badges start --\u003e\n\n[![Commitizen friendly][commitizen-badge]][commitizen-link]\n[![Conventional Commits][commit-convention-badge]][commit-convention-link]\n[![semantic-release: angular][semantic-release-badge]][semantic-release-link]\n[![Renovate][renovate-badge]][renovate-link]\n[![PRs Welcome][PRs-badge]][PRs-link]\n\n\u003c!--contribution-badges end --\u003e\n\n### Dependencies\n\n```sh\n$ nvm install\n$ npm install\n```\n\n### Verification\n\n```sh\n$ npm test\n```\n\n[github-actions-ci-link]: https://github.com/form8ion/php/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster\n\n[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/php/node-ci.yml.svg?branch=master\u0026logo=github\n\n[coverage-link]: https://codecov.io/github/form8ion/php\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/php?logo=codecov\n\n[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg\n\n[commitizen-link]: http://commitizen.github.io/cz-cli/\n\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n\n[commit-convention-link]: https://conventionalcommits.org\n\n[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\n\n[semantic-release-link]: https://github.com/semantic-release/semantic-release\n\n[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release\n\n[renovate-link]: https://renovatebot.com\n\n[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot\n\n[PRs-link]: https://makeapullrequest.com\n\n[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n\n[npm-link]: https://www.npmjs.com/package/@form8ion/php\n\n[npm-badge]: https://img.shields.io/npm/v/@form8ion/php?logo=npm\n\n[runkit-link]: https://npm.runkit.com/@form8ion/php\n\n[runkit-badge]: https://badge.runkitcdn.com/@form8ion/php.svg\n\n[license-link]: LICENSE\n\n[license-badge]: https://img.shields.io/github/license/form8ion/php.svg?logo=opensourceinitiative\n\n[node-badge]: https://img.shields.io/node/v/@form8ion/php?logo=node.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Fphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fform8ion%2Fphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fform8ion%2Fphp/lists"}