{"id":15284046,"url":"https://github.com/Sikessem/PHP-DevTools","last_synced_at":"2025-07-24T01:32:02.165Z","repository":{"id":170503761,"uuid":"646636546","full_name":"Sikessem/devtools","owner":"Sikessem","description":"🧪 PHP Dev Tools used by @Sikessem","archived":false,"fork":false,"pushed_at":"2024-10-15T19:09:08.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"0.x","last_synced_at":"2024-11-24T22:45:42.113Z","etag":null,"topics":["dev","devtools","lint","pest","php","phpstan","pint","psalm","rector","refactor","sikessem","test","test-tools","testing","testing-tools","var-dump"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/sikessem/devtools","language":null,"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/Sikessem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-05-29T02:01:31.000Z","updated_at":"2024-10-15T19:12:45.000Z","dependencies_parsed_at":"2024-06-22T15:38:25.070Z","dependency_job_id":"18d21c8e-ae10-4b6e-a965-a135781bb3ee","html_url":"https://github.com/Sikessem/devtools","commit_stats":null,"previous_names":["sikessem/test-tools","sikessem/devtools","sikessel/devtools"],"tags_count":10,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fdevtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fdevtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fdevtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sikessem%2Fdevtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sikessem","download_url":"https://codeload.github.com/Sikessem/devtools/tar.gz/refs/heads/0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227391372,"owners_count":17773035,"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":["dev","devtools","lint","pest","php","phpstan","pint","psalm","rector","refactor","sikessem","test","test-tools","testing","testing-tools","var-dump"],"created_at":"2024-09-30T14:48:54.356Z","updated_at":"2025-07-24T01:32:01.845Z","avatar_url":"https://github.com/Sikessem.png","language":null,"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sikessem\" target=\"__blank\" title=\"Sikessem\"\u003e\n    \u003cimg src=\"https://github.com/sikessem/art/blob/HEAD/images/sikessem.svg\" alt=\"Sikessem Brand\" height=\"96\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![ci-icon]][ci-link]\n[![packagist-version-icon]][packagist-version-link]\n[![packagist-download-icon]][packagist-download-link]\n[![license-icon]][license-link]\n[![twitter-icon]][twitter-link]\n\n\u003c/div\u003e\n\n***\n\n# 🧪 PHP Dev Tools\n\nPHP development, debugging, testing and automation tools.\n\n## 🔖 Contents\n\n- [🧪 PHP Dev Tools](#-php-dev-tools)\n  - [🔖 Contents](#-contents)\n  - [📋 Requirements](#-requirements)\n  - [⚡️ Installation](#️-installation)\n  - [👏 Contribution](#-contribution)\n    - [Code of Conduct](#code-of-conduct)\n    - [👥 Contributing Guide](#-contributing-guide)\n    - [🔒️ Good First Issues](#️-good-first-issues)\n    - [💬 Discussions](#-discussions)\n  - [🔐 Security Reports](#-security-reports)\n\n## 📋 Requirements\n\n\u003e - **Requires [PHP 8.2+](https://php.net/releases/)**\n(at least 8.2.24 recommended to avoid potential bugs).\n\u003e - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.\n\n## ⚡️ Installation\n\nInstall [PHP Dev Tools](https://packagist.org/packages/sikessem/devtools) using [Composer](https://getcomposer.org/):\n\n- By including the dependency:\n\n  ```bash\n  composer require sikessem/devtools --dev --with-all-dependencies\n  ```\n\n- Or by adding the `sikessem/devtools` dependency to your `composer.json` file:\n\n  ```json\n  {\n    \"require-dev\" : {\n      \"sikessem/devtools\": \"^0.9\"\n    }\n  }\n  ```\n\n## 👏 Contribution\n\nThe main purpose of this repository is to continue evolving Sikessem.\nWe want to make contributing to this project as easy and transparent as possible,\nand we are grateful to the community for contributing bug fixes and improvements.\nRead below to learn how you can take part in improving Sikessem.\n\n### [Code of Conduct][conduct-link]\n\n[Sikessem][sikessem-link] has adopted a Code of Conduct\nthat we expect project participants to adhere to.\nPlease read the [full text][conduct-link]\nso that you can understand what actions will and will not be tolerated.\n\n### 👥 [Contributing Guide][contrib-link]\n\nRead our [**Contributing Guide**][contrib-link] to learn about our development process,\nhow to propose bugfixes and improvements,\nand how to build and test your changes to Sikessem.\n\n### 🔒️ Good First Issues\n\nWe have a list of [good first issues][gfi] that contain bugs\nwhich have a relatively limited scope.\nThis is a great place to get started, gain experience,\nand get familiar with our contribution process.\n\n[gfi]: https://github.com/sikessem/devtools/labels/good%20first%20issue\n\n### 💬 Discussions\n\nLarger discussions and proposals are discussed in [**sikessem/community**][discuss-link].\n\n## 🔐 Security Reports\n\nIf you discover a security vulnerability within [Sikessem][sikessem-link],\nplease email [Sigui Kessé Emmanuel][siguici-link] at [siguici@proton.me](mailto:siguici@proton.me).\nAll security vulnerabilities will be promptly addressed.\n\n***\n\n\u003cdiv align=\"center\"\u003e\u003csub\u003eMade with ❤︎ by \u003ca href=\"https://twitter.com/intent/follow?screen_name=siguici\" style=\"content:url(https://img.shields.io/twitter/follow/siguici.svg?label=@siguici);margin-bottom:-6px\"\u003e@siguici\u003c/a\u003e.\u003c/sub\u003e\u003c/div\u003e\n\n[sikessem-link]: https://github.com/sikessem \"Sikessem\"\n[siguici-link]: https://siguici.deno.dev \"Sigui Kessé Emmanuel\"\n\n[packagist-version-icon]: https://img.shields.io/packagist/v/sikessem/devtools\n[packagist-version-link]: https://packagist.org/packages/sikessem/devtools \"DevTools Releases\"\n\n[packagist-download-icon]: https://img.shields.io/packagist/dt/sikessem/devtools\n[packagist-download-link]: https://packagist.org/packages/sikessem/devtools \"DevTools Downloads\"\n\n[ci-icon]: https://github.com/sikessem/devtools/workflows/CI/badge.svg\n[ci-link]: https://github.com/sikessem/devtools/actions \"DevTools CI\"\n\n[twitter-icon]: https://img.shields.io/twitter/follow/sikessem.svg?label=@SikessemOrg\n[twitter-link]: https://twitter.com/intent/follow?screen_name=SikessemOrg \"Ping Sikessem\"\n\n[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg\n[license-link]: https://github.com/sikessem/devtools/blob/HEAD/LICENSE \"DevTools License\"\n\n[conduct-link]: https://github.com/sikessem/.github/blob/HEAD/CODE_OF_CONDUCT.md\n[contrib-link]: https://github.com/sikessem/.github/blob/HEAD/CONTRIBUTING.md\n[discuss-link]: https://github.com/orgs/sikessem/discussions\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSikessem%2FPHP-DevTools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSikessem%2FPHP-DevTools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSikessem%2FPHP-DevTools/lists"}