{"id":22878710,"url":"https://github.com/jascha030/composer-template","last_synced_at":"2026-02-26T03:51:16.125Z","repository":{"id":122571811,"uuid":"392820727","full_name":"jascha030/composer-template","owner":"jascha030","description":"Template repo for composer projects.","archived":false,"fork":false,"pushed_at":"2024-12-05T13:55:48.000Z","size":2181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T05:15:09.742Z","etag":null,"topics":["composer","library","package","php","php82","php83","php84"],"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/jascha030.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-04T20:46:20.000Z","updated_at":"2024-12-05T13:56:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"453e9718-78f2-47e5-8b14-786450bceff4","html_url":"https://github.com/jascha030/composer-template","commit_stats":null,"previous_names":[],"tags_count":7,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jascha030%2Fcomposer-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jascha030%2Fcomposer-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jascha030%2Fcomposer-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jascha030%2Fcomposer-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jascha030","download_url":"https://codeload.github.com/jascha030/composer-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246482606,"owners_count":20784727,"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":["composer","library","package","php","php82","php83","php84"],"created_at":"2024-12-13T16:30:54.583Z","updated_at":"2026-02-26T03:51:11.070Z","avatar_url":"https://github.com/jascha030.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Composer project template\n\nA simple project description similar to the one found in your `composer.json`.\n\n## Getting started\n\n## Prerequisites\n\n* php: `^7.4|^8.0.0|^8.1`\n* Composer `^2.3` (prefered)\n\n\u003e **Note: Don't forget to include any server prerequisites**, for example _php extensions_,\n\u003e even when they are extensions which are enabled by default, you can save people a lot of wasted time in the off-chance\n\u003e that one of these prerequisites is not available to their environment. (**e.g.** `php-json`)\n\n### Installation\n\nInstallation instructions, with _examples like the one below_.\n\n```shell\ncomposer require jascha030/composer-template\n```\n\n#### Distribution\n\nAlternative steps for distribution when not required as composer package.\n\n```shell\ncomposer require --no-dev jascha030/composer-template\n```\n\n## Usage\n\nExtensive instructions in how to use your package in general or for use in the development of other projects.\n\n### Testing\n\nIncluded with the package are a set of Unit tests using `phpunit/phpunit`. For ease of use a composer script command is\ndefined to run the tests.\n\nThe default configuration will be used when using the `test` command, which is defined at `phpunit.dist.xml`.\n\n```shell\ncomposer run test\n```\n\nA code coverage report is generated in the project's root as `cov.xml`. The `cov.xml` file is not ignored in the\n`.gitignore` by default. You are encouraged to commit the latest code coverage report, when deploying new features.\n\n### Code style \u0026 Formatting\n\nA code style configuration for `friendsofphp/php-cs-fixer` is included, defined in `.php-cs-fixer.dist.php`. By default,\nit includes the `PSR-1` and `PSR-12` presets. You can customize or add rules in `.php-cs-fixer.dist.php`.\n\nTo use php-cs-fixer without having it necessarily installed globally, a composer script command is also included to\nformat php code using the provided config file and the vendor binary of php-cs-fixer.\n\n```shell\ncomposer run format\n```\n\n\u003e **Note:** [https://mlocati.github.io/php-cs-fixer-configurator/#version:3.0](https://mlocati.github.io/php-cs-fixer-configurator/#version:3.0)\nis a nifty tool to compose and export a custom code style configuration, I encourage anyone interested to use this tool.\n\n## Development and contribution\n\nInstructions regarding further contribution to the package itself.\n\n## Inspiration and appreciation\n\nAny developer should take and learn from other open-source projects. But I encourage everyone to state their sources and\ninspirations. If it's not to promote a healthy community, it might inspire or teach others.\n\nAlso, I like to add some general information about why I made something or just about the general subject. And if I can\nthink of any, I like to leave some links to resources or articles from other developers who might have taught me in\nunderstanding a certain subject.\n\n## License\n\nThis composer package is an open-sourced software licensed under\nthe [MIT License](https://github.com/jascha030/composer-template/blob/master/LICENSE.md)\n\n\u003e **Note:** to find the right license for your project\n\u003e use Github's [https://choosealicense.com/](https://choosealicense.com/),\n\u003e or read up on any other information, regarding Licensing your project in [their docs page on licensing](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjascha030%2Fcomposer-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjascha030%2Fcomposer-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjascha030%2Fcomposer-template/lists"}