{"id":18450104,"url":"https://github.com/mathleite/harmonisys","last_synced_at":"2025-07-19T18:07:46.656Z","repository":{"id":124155482,"uuid":"433061460","full_name":"mathleite/harmonisys","owner":"mathleite","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-29T19:33:25.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T11:41:16.824Z","etag":null,"topics":[],"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/mathleite.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-29T13:51:35.000Z","updated_at":"2021-12-03T19:39:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"756d3e7b-2621-43b3-b7a0-224b7974a9c5","html_url":"https://github.com/mathleite/harmonisys","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mathleite/harmonisys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathleite%2Fharmonisys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathleite%2Fharmonisys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathleite%2Fharmonisys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathleite%2Fharmonisys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathleite","download_url":"https://codeload.github.com/mathleite/harmonisys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathleite%2Fharmonisys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265982728,"owners_count":23859573,"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":[],"created_at":"2024-11-06T07:23:26.176Z","updated_at":"2025-07-19T18:07:46.631Z","avatar_url":"https://github.com/mathleite.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Harmonisys\n\nHarmonisys is a `scale builder`, that based on a **note**, it returns all notes `belonging` to this *harmonic field*.\n\n### Setup\nThis project use docker-compose to setup the application.\n\n```shell\ndocker-compose up --build -d\n```\n\nComposer install\n```shell\ndocker-compose exec php composer install\n```\n### Usage\n Modify *public/index.php* with a Note that you want to build a scale.\n\n*Example*:\n```php\n\u003c?php\n\nrequire_once __DIR__ . '/../bootstrap/index.php';\n\n$scale = \\Mathleite\\Harmonisys\\scale\\ScaleFactory::execute(\n    (new \\Mathleite\\Harmonisys\\note\\Note('A'))\n        -\u003esetIsTiny(false)\n        -\u003esetIsMinor(false)\n);\n\necho $scale;\n```\n\nRun\n```shell\ndocker-compose exec php php ./public/index.php\n```\nOutput\n```\nScale: A\nDegrees:\nI: A\nII: Bm\nIII: C#m\nIV: D\nV: E\nVI: F#m\nVII: G#dim\n```\n\nSee more on [Issue](https://github.com/mathleite/harmonisys/issues) to future updates.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathleite%2Fharmonisys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathleite%2Fharmonisys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathleite%2Fharmonisys/lists"}