{"id":30743349,"url":"https://github.com/cristalteam/pptx","last_synced_at":"2025-09-04T02:06:52.808Z","repository":{"id":56959290,"uuid":"264938956","full_name":"CristalTeam/pptx","owner":"CristalTeam","description":"🎞️ Copy, move, merge and template Powerpoint files (.pptx) using PHP","archived":false,"fork":false,"pushed_at":"2025-03-17T13:21:19.000Z","size":97,"stargazers_count":27,"open_issues_count":12,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-19T15:40:55.468Z","etag":null,"topics":["library","mspowerpoint","office","openxml","php","powerpoint","pptx","presentation","presentationml","templating"],"latest_commit_sha":null,"homepage":"","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/CristalTeam.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":"2020-05-18T12:53:30.000Z","updated_at":"2025-06-06T08:30:20.000Z","dependencies_parsed_at":"2024-02-29T17:33:44.082Z","dependency_job_id":"aaefeb92-7ef1-4feb-80ce-5cf3d222a265","html_url":"https://github.com/CristalTeam/pptx","commit_stats":{"total_commits":40,"total_committers":3,"mean_commits":"13.333333333333334","dds":0.35,"last_synced_commit":"ce771d83face85ac22ec1809d8dc118b7913c037"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/CristalTeam/pptx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristalTeam%2Fpptx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristalTeam%2Fpptx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristalTeam%2Fpptx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristalTeam%2Fpptx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CristalTeam","download_url":"https://codeload.github.com/CristalTeam/pptx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CristalTeam%2Fpptx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539317,"owners_count":25123499,"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-09-04T02:00:08.968Z","response_time":61,"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":["library","mspowerpoint","office","openxml","php","powerpoint","pptx","presentation","presentationml","templating"],"created_at":"2025-09-04T02:06:51.147Z","updated_at":"2025-09-04T02:06:52.785Z","avatar_url":"https://github.com/CristalTeam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cristal PPTX\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/cristal/pptx.svg?style=flat-square)](https://packagist.org/packages/cristal/pptx)\n[![GitHub issues](https://img.shields.io/github/issues/cristalTeam/pptx.svg?style=flat-square)](https://github.com/cristalTeam/pptx/issues)\n[![GitHub license](https://img.shields.io/github/license/cristalTeam/pptx.svg?style=flat-square)](https://github.com/cristalTeam/pptx/blob/master/LICENSE)\n\nCristal PPTX is a PHP Library that allows you to manipulate slides from a Powerpoint PPTX file. Copy slides inside another pptx and templating it using mustache tags.  \n\n## :rocket: Installation using Composer\n\n```bash\ncomposer require cristal/pptx\n```\n\n## :eyes: Quick view \n\n```php\n\u003c?php\n\nuse Cristal\\Presentation\\PPTX;\n\nrequire 'vendor/autoload.php';\n\n$basePPTX = new PPTX(__DIR__.'/source/base.pptx');\n$endPPTX = new PPTX(__DIR__.'/source/endslide.pptx');\n\n$basePPTX-\u003eaddSlides($endPPTX-\u003egetSlides());\n\n$basePPTX-\u003etemplate([\n    'materiel' =\u003e [\n        'libelle' =\u003e 'Bonjour'\n    ]\n]);\n\n$basePPTX-\u003esaveAs(__DIR__.'/dist/presentation.pptx');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristalteam%2Fpptx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristalteam%2Fpptx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristalteam%2Fpptx/lists"}