{"id":27243436,"url":"https://github.com/dalee/php-config","last_synced_at":"2026-07-18T23:33:52.359Z","repository":{"id":56961465,"uuid":"106344878","full_name":"Dalee/php-config","owner":"Dalee","description":"A set of php configurations for different cool tools","archived":false,"fork":false,"pushed_at":"2018-03-22T15:42:24.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T00:44:15.421Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dalee.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}},"created_at":"2017-10-09T23:15:42.000Z","updated_at":"2018-03-22T15:42:25.000Z","dependencies_parsed_at":"2022-08-21T09:20:49.939Z","dependency_job_id":null,"html_url":"https://github.com/Dalee/php-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dalee/php-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fphp-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fphp-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fphp-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fphp-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dalee","download_url":"https://codeload.github.com/Dalee/php-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dalee%2Fphp-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007785,"owners_count":26084364,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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-04-10T20:36:55.227Z","updated_at":"2025-10-11T16:12:46.968Z","avatar_url":"https://github.com/Dalee.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-config\n\nA set of php configurations for different cool utils such as `php-cs-fixer`.\n\n```\n$ composer require --dev dalee/php-config\n```\n\n## Usage\n\n### php-cs-fixer\n\nTo make it work you have to create `.php_cs.dist` with `Dalee\\CodeStyle\\Config`:\n\n```php\nreturn Dalee\\CodeStyle\\Config::create()\n\t-\u003esetFinder(\n\t\tPhpCsFixer\\Finder::create()\n\t\t\t-\u003ein(__DIR__ . '/src')\n\t);\n```\n\n### phpcs\n\nTo extend the ruleset create your own `ruleset.xml`:\n\n\n```xml\n\u003c?xml version=\"1.0\"?\u003e\n\u003cruleset name=\"MyStandard\"\u003e\n    \u003cdescription\u003eCoding standard based on dalee/php-config with some additions.\u003c/description\u003e\n    \u003cfile\u003e./src\u003c/file\u003e\n    \u003crule ref=\"./vendor/dalee/php-config/ruleset.xml\" /\u003e\n\u003c/ruleset\u003e\n```\n\n## Requirements\n\n* `PHP 5.6` for `php-cs-fixer`\n\n## Links\n\n* [php-cs-fixer](http://cs.sensiolabs.org/)\n* [phpcs](https://github.com/squizlabs/PHP_CodeSniffer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalee%2Fphp-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalee%2Fphp-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalee%2Fphp-config/lists"}