{"id":20300947,"url":"https://github.com/rinvex/laravel-support","last_synced_at":"2025-04-04T20:15:19.094Z","repository":{"id":33097720,"uuid":"60968880","full_name":"rinvex/laravel-support","owner":"rinvex","description":"Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.","archived":false,"fork":false,"pushed_at":"2024-04-24T11:12:19.000Z","size":481,"stargazers_count":72,"open_issues_count":3,"forks_count":67,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-17T12:48:12.986Z","etag":null,"topics":["laravel","php","support"],"latest_commit_sha":null,"homepage":"https://rinvex.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/rinvex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-06-12T13:36:28.000Z","updated_at":"2024-06-18T11:38:26.513Z","dependencies_parsed_at":"2023-01-17T00:00:26.753Z","dependency_job_id":"67cc5640-3dc9-4744-9dbb-19d775815f9a","html_url":"https://github.com/rinvex/laravel-support","commit_stats":{"total_commits":328,"total_committers":6,"mean_commits":"54.666666666666664","dds":"0.018292682926829285","last_synced_commit":"83f095d0e62911264ce31b7bc6c6d311f71de904"},"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinvex%2Flaravel-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinvex%2Flaravel-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinvex%2Flaravel-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinvex%2Flaravel-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rinvex","download_url":"https://codeload.github.com/rinvex/laravel-support/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208141,"owners_count":20901570,"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":["laravel","php","support"],"created_at":"2024-11-14T16:22:34.178Z","updated_at":"2025-04-04T20:15:19.073Z","avatar_url":"https://github.com/rinvex.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rinvex Support\n\n**Rinvex common** support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.\n\n[![Packagist](https://img.shields.io/packagist/v/rinvex/laravel-support.svg?label=Packagist\u0026style=flat-square)](https://packagist.org/packages/rinvex/laravel-support)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/rinvex/laravel-support.svg?label=Scrutinizer\u0026style=flat-square)](https://scrutinizer-ci.com/g/rinvex/laravel-support/)\n[![Travis](https://img.shields.io/travis/rinvex/laravel-support.svg?label=TravisCI\u0026style=flat-square)](https://travis-ci.org/rinvex/laravel-support)\n[![StyleCI](https://styleci.io/repos/60968880/shield)](https://styleci.io/repos/60968880)\n[![License](https://img.shields.io/packagist/l/rinvex/laravel-support.svg?label=License\u0026style=flat-square)](https://github.com/rinvex/laravel-support/blob/develop/LICENSE)\n\n\n\u003e **Note:** this package is just a support package for other Rinvex packages, which may not be useful on it's own, but contains some complementary generic functionality and also may not respect SemVer and break backward compatibility.\n\n\n## Installation\n\nInstall via `composer require rinvex/laravel-support`\n\n\n## Usage\n\n### `mimetypes()` helper\n\nThe `mimetypes` method gets valid mime types:\n```php\n$mimetypes = mimetypes();\n```\n\n### `timezones()` helper\n\nThe `timezones` method gets valid timezones:\n```php\n$timezones = timezones();\n```\n\n### unique_with Validator Rule\n\nThis feature contains a variant of the `validateUnique` rule for Laravel, that allows for validation of multi-column UNIQUE indexes.\n\nIt was forked and merged from the awesome [felixkiss/uniquewith-validator](https://github.com/felixkiss/uniquewith-validator) package, which at the time been outdated and un-maintained for a long time. Many thanks to core contributors for developing this.\n\n\n## Changelog\n\nRefer to the [Changelog](CHANGELOG.md) for a full history of the project.\n\n\n## Support\n\nThe following support channels are available at your fingertips:\n\n- [Chat on Slack](https://bit.ly/rinvex-slack)\n- [Help on Email](mailto:help@rinvex.com)\n- [Follow on Twitter](https://twitter.com/rinvex)\n\n\n## Contributing \u0026 Protocols\n\nThank you for considering contributing to this project! The contribution guide can be found in [CONTRIBUTING.md](CONTRIBUTING.md).\n\nBug reports, feature requests, and pull requests are very welcome.\n\n- [Versioning](CONTRIBUTING.md#versioning)\n- [Pull Requests](CONTRIBUTING.md#pull-requests)\n- [Coding Standards](CONTRIBUTING.md#coding-standards)\n- [Feature Requests](CONTRIBUTING.md#feature-requests)\n- [Git Flow](CONTRIBUTING.md#git-flow)\n\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within this project, please send an e-mail to [help@rinvex.com](help@rinvex.com). All security vulnerabilities will be promptly addressed.\n\n\n## About Rinvex\n\nRinvex is a software solutions startup, specialized in integrated enterprise solutions for SMEs established in Alexandria, Egypt since June 2016. We believe that our drive The Value, The Reach, and The Impact is what differentiates us and unleash the endless possibilities of our philosophy through the power of software. We like to call it Innovation At The Speed Of Life. That’s how we do our share of advancing humanity.\n\n\n## License\n\nThis software is released under [The MIT License (MIT)](LICENSE).\n\n(c) 2016-2022 Rinvex LLC, Some rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinvex%2Flaravel-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinvex%2Flaravel-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinvex%2Flaravel-support/lists"}