{"id":21557751,"url":"https://github.com/madewithlove/semver","last_synced_at":"2025-06-30T00:03:53.812Z","repository":{"id":29813618,"uuid":"33358058","full_name":"madewithlove/semver","owner":"madewithlove","description":"SemVer checker for Packagist","archived":false,"fork":false,"pushed_at":"2024-10-30T03:51:15.000Z","size":3271,"stargazers_count":93,"open_issues_count":1,"forks_count":18,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-10-30T06:26:24.427Z","etag":null,"topics":["packagist","php","semver"],"latest_commit_sha":null,"homepage":"https://semver.mwl.be","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/madewithlove.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-03T10:08:29.000Z","updated_at":"2024-10-30T03:51:18.000Z","dependencies_parsed_at":"2023-11-20T04:24:38.932Z","dependency_job_id":"88466f4c-9c93-4181-a3a9-38bd855fd0cc","html_url":"https://github.com/madewithlove/semver","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madewithlove%2Fsemver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madewithlove%2Fsemver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madewithlove%2Fsemver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madewithlove%2Fsemver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madewithlove","download_url":"https://codeload.github.com/madewithlove/semver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353746,"owners_count":20925329,"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":["packagist","php","semver"],"created_at":"2024-11-24T08:13:05.796Z","updated_at":"2025-04-05T15:09:11.275Z","avatar_url":"https://github.com/madewithlove.png","language":"PHP","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://semver.madewithlove.com\"\u003e\n    \u003cimg src=\"https://static.madewithlove.com/logo/red/full.png\" alt=\"madewithlove\" width=\"400\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\u003cbr\u003e\n  SemVer\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\nA SemVer checker tool for Packagist.\n\u003c/h4\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![ci](https://github.com/madewithlove/semver/actions/workflows/ci.yml/badge.svg)\n[![issues](https://img.shields.io/github/issues/madewithlove/semver)](https://github.com/madewithlove/semver/issues)\n[![pull requests](https://img.shields.io/github/issues-pr/madewithlove/semver)](https://github.com/madewithlove/semver/pulls)\n[![contributors](https://img.shields.io/github/contributors/madewithlove/semver)](https://github.com/madewithlove/semver/graphs/contributors)\n[![contributions](https://img.shields.io/badge/contributions-welcome-brightgreen)](#contributing)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#tests\"\u003eTests\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with :heart:︎ and :coffee: by heroes at \u003ca href=\"https://madewithlove.com\"\u003emadewithlove\u003c/a\u003e.\u003c/sub\u003e\n\u003c/div\u003e\n\n## About\n\nThis is the repository for the SemVer checker tool hosted at [semver.madewithlove.com](https://semver.madewithlove.com).\n\n### Tech Stack\n\n- [Laravel](https://laravel.com)\n- [Laravel Livewire](https://laravel-livewire.com)\n- [PHPUnit](https://phpunit.de)\n- [Tailwind CSS](https://tailwindcss.com)\n\n## Prerequisites\n\n- [Git](https://git-scm.com)\n- [PHP 8.0+](https://www.php.net)\n- [Composer](https://getcomposer.org)\n\n## Installation\n\n**1. Clone the repository:**\n\n```bash\ngit clone git@github.com:madewithlove/semver.git\n```\n\n**2. Go to the project folder:**\n\n```bash\ncd semver\n```\n\n**3. Install the dependencies:**\n\n```bash\ncomposer install\n```\n\n**4. Create a copy of `.env.example`:**\n\n```bash\ncp .env.example .env\n```\n\n**5. Set the application key:**\n\n```bash\nphp artisan key:generate\n```\n\n**6. Start the PHP development server:**\n\n```bash\nphp artisan serve\n```\n\n## Tests\n\nRun the following command:\n\n```bash\nphp artisan test\n```\n\n## Contributing\n\nContributing to this repository is both appreciated and encouraged. If you have any specific questions, we're happy to help out.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadewithlove%2Fsemver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadewithlove%2Fsemver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadewithlove%2Fsemver/lists"}