{"id":28546441,"url":"https://github.com/akaunting/laravel-version","last_synced_at":"2025-10-16T14:50:12.484Z","repository":{"id":56943203,"uuid":"101269981","full_name":"akaunting/laravel-version","owner":"akaunting","description":"Version management package for Laravel","archived":false,"fork":false,"pushed_at":"2023-03-04T09:19:52.000Z","size":9,"stargazers_count":39,"open_issues_count":0,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-30T20:59:12.219Z","etag":null,"topics":["akaunting","laravel","php","version","version-manager"],"latest_commit_sha":null,"homepage":"https://akaunting.com","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/akaunting.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}},"created_at":"2017-08-24T08:04:09.000Z","updated_at":"2025-02-02T22:19:10.000Z","dependencies_parsed_at":"2024-01-30T04:11:35.895Z","dependency_job_id":null,"html_url":"https://github.com/akaunting/laravel-version","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"e9e7e157488e9e5a005e436c9bf5d771671653c2"},"previous_names":["akaunting/version"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/akaunting/laravel-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaunting%2Flaravel-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaunting%2Flaravel-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaunting%2Flaravel-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaunting%2Flaravel-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akaunting","download_url":"https://codeload.github.com/akaunting/laravel-version/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaunting%2Flaravel-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278328145,"owners_count":25968897,"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-04T02:00:05.491Z","response_time":63,"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":["akaunting","laravel","php","version","version-manager"],"created_at":"2025-06-09T23:39:30.518Z","updated_at":"2025-10-16T14:50:12.479Z","avatar_url":"https://github.com/akaunting.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Version management package for Laravel\n\n[![Downloads](https://poser.pugx.org/akaunting/laravel-version/d/total.svg)](https://github.com/akaunting/laravel-version)\n[![StyleCI](https://styleci.io/repos/101269981/shield?style=flat\u0026branch=master)](https://styleci.io/repos/101269981)\n[![License](https://poser.pugx.org/akaunting/laravel-version/license.svg)](LICENSE.md)\n\nThis is a [SemVer](http://semver.org) compatible version management package for any software built on Laravel.\n\n## Getting Started\n\n### 1. Install\n\nRun the following command:\n\n```bash\ncomposer require akaunting/laravel-version\n```\n\n### 2. Register (for Laravel \u003c 5.5)\n\nRegister the service provider in `config/app.php`\n\n```php\nAkaunting\\Version\\Provider::class,\n```\n\nAdd alias if you want to use the facade.\n\n```php\n'Version' =\u003e Akaunting\\Version\\Facade::class,\n```\n\n### 3. Publish\n\nPublish config file.\n\n```bash\nphp artisan vendor:publish --tag=version\n```\n\n\n### 4. Configure\n\nYou can change the version information of your app from `config/version.php` file\n\n## Usage\n\n### version($method = null)\n\nYou can either enter the method like `version('short')` or leave it empty so you could firstly get the instance then call the methods like `version()-\u003eshort()`\n\n## Changelog\n\nPlease see [Releases](../../releases) for more information what has changed recently.\n\n## Contributing\n\nPull requests are more than welcome. You must follow the PSR coding standards.\n\n## Security\n\nIf you discover any security related issues, please email security@akaunting.com instead of using the issue tracker.\n\n## Credits\n\n- [Denis Duliçi](https://github.com/denisdulici)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaunting%2Flaravel-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakaunting%2Flaravel-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaunting%2Flaravel-version/lists"}