{"id":18552019,"url":"https://github.com/baraja-core/combinations","last_synced_at":"2025-05-15T11:11:03.060Z","repository":{"id":48404110,"uuid":"309110108","full_name":"baraja-core/combinations","owner":"baraja-core","description":"Smart algorithms about combinations and generators.","archived":false,"fork":false,"pushed_at":"2022-09-08T13:35:23.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:46:20.756Z","etag":null,"topics":["combinations","math","php"],"latest_commit_sha":null,"homepage":null,"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/baraja-core.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":"2020-11-01T14:10:06.000Z","updated_at":"2022-03-12T10:04:08.000Z","dependencies_parsed_at":"2022-09-21T21:02:38.076Z","dependency_job_id":null,"html_url":"https://github.com/baraja-core/combinations","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fcombinations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fcombinations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fcombinations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fcombinations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baraja-core","download_url":"https://codeload.github.com/baraja-core/combinations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328389,"owners_count":22052633,"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":["combinations","math","php"],"created_at":"2024-11-06T21:11:36.839Z","updated_at":"2025-05-15T11:10:58.050Z","avatar_url":"https://github.com/baraja-core.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Combinations\n============\n\nSmart algorithms about combinations and generators.\n\n📦 Installation\n---------------\n\nIt's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on\n[Packagist](https://packagist.org/packages/baraja-core/combinations) and\n[GitHub](https://github.com/baraja-core/combinations).\n\nTo install, simply use the command:\n\n```shell\n$ composer require baraja-core/combinations\n```\n\nYou can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.\n\nHow to use\n----------\n\nExpected input:\n\n```\n{\n    'format': ['M', 'L'],\n    'date': ['2020', '2021']\n}\n```\n\nsample output:\n\n```\n[\n   {\n      'format': 'M',\n      'date': '2020'\n   },\n   {\n      'format': 'M',\n      'date': '2021'\n   },\n   {\n      'format': 'L',\n      'date': '2020'\n   },\n   {\n      'format': 'L',\n      'date': '2021'\n   }\n}\n```\n\n📄 License\n-----------\n\n`baraja-core/combinations` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaraja-core%2Fcombinations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaraja-core%2Fcombinations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaraja-core%2Fcombinations/lists"}