{"id":22125081,"url":"https://github.com/ponup/glm","last_synced_at":"2025-07-25T15:32:07.739Z","repository":{"id":57043544,"uuid":"59400339","full_name":"Ponup/glm","owner":"Ponup","description":"A port of the OpenGL Mathematics library (GLM) to PHP","archived":false,"fork":false,"pushed_at":"2019-05-12T17:07:28.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-28T07:02:13.463Z","etag":null,"topics":["glm","math","opengl"],"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/Ponup.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":"2016-05-22T07:29:16.000Z","updated_at":"2024-04-28T07:02:13.464Z","dependencies_parsed_at":"2022-08-23T23:31:05.844Z","dependency_job_id":null,"html_url":"https://github.com/Ponup/glm","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ponup%2Fglm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ponup%2Fglm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ponup%2Fglm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ponup%2Fglm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ponup","download_url":"https://codeload.github.com/Ponup/glm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227590204,"owners_count":17790447,"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":["glm","math","opengl"],"created_at":"2024-12-01T16:16:57.484Z","updated_at":"2024-12-01T16:16:58.656Z","avatar_url":"https://github.com/Ponup.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Ponup/glm.svg?branch=master)](https://travis-ci.org/Ponup/glm)\n\n# PHP GLM\n\nA port of the GLM library to the PHP language.\n\n## Example usage\n\n```php\n\u003c?php\n\nrequire 'vendor/autoload.php';\n\nuse glm\\vec3;\nuse glm\\mat4;\n\n$matrix = new mat4; // 4x4 identity matrix\n\necho $matrix, PHP_EOL;\n// Output: mat4x4((1.000000, 0.000000, 0.000000, 0.000000), (0.000000, 1.000000, 0.000000, 0.000000), (0.000000, 0.000000, 1.000000, 0.000000), (0.000000, 0.000000, 0.000000, 1.000000))\n\necho $matrix-\u003escale(5), PHP_EOL;\n// Output: mat4x4((5.000000, 0.000000, 0.000000, 0.000000), (0.000000, 5.000000, 0.000000, 0.000000), (0.000000, 0.000000, 5.000000, 0.000000), (0.000000, 0.000000, 0.000000, 1.000000))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponup%2Fglm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fponup%2Fglm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponup%2Fglm/lists"}