{"id":19219288,"url":"https://github.com/phpdevsr/phpspreadsheet-secure","last_synced_at":"2026-03-02T11:00:34.290Z","repository":{"id":252923835,"uuid":"841862799","full_name":"PHPDevsr/PHPSpreadsheet-Secure","owner":"PHPDevsr","description":"A Secured PHPSpreadsheet","archived":false,"fork":false,"pushed_at":"2026-03-02T06:38:41.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-03-02T07:40:11.530Z","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/PHPDevsr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ddevsr"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/hexageek1337"]}},"created_at":"2024-08-13T07:36:54.000Z","updated_at":"2026-03-02T06:38:38.000Z","dependencies_parsed_at":"2026-01-02T21:10:10.216Z","dependency_job_id":null,"html_url":"https://github.com/PHPDevsr/PHPSpreadsheet-Secure","commit_stats":null,"previous_names":["phpdevsr/phpspreadsheet-secure"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/PHPDevsr/PHPSpreadsheet-Secure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPDevsr%2FPHPSpreadsheet-Secure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPDevsr%2FPHPSpreadsheet-Secure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPDevsr%2FPHPSpreadsheet-Secure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPDevsr%2FPHPSpreadsheet-Secure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PHPDevsr","download_url":"https://codeload.github.com/PHPDevsr/PHPSpreadsheet-Secure/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHPDevsr%2FPHPSpreadsheet-Secure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29999216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-09T14:30:18.826Z","updated_at":"2026-03-02T11:00:34.260Z","avatar_url":"https://github.com/PHPDevsr.png","language":"PHP","funding_links":["https://github.com/sponsors/ddevsr","https://paypal.me/hexageek1337"],"categories":[],"sub_categories":[],"readme":"# Secure Spreadsheet\n\n🔥 Secure your data exports - encrypt and password protect sensitive XLSX files\n\nThe [Office Open XML format](https://en.wikipedia.org/wiki/Office_Open_XML) provides a standard for encryption and password protection. Works with Excel, Numbers, and LibreOffice Calc.\n\n[![PHPUnit](https://github.com/PHPDevsr/PHPSpreadsheet-Secure/actions/workflows/test-phpunit.yml/badge.svg)](https://github.com/PHPDevsr/PHPSpreadsheet-Secure/actions/workflows/test-phpunit.yml)\n[![PHPStan](https://github.com/PHPDevsr/PHPSpreadsheet-Secure/actions/workflows/test-phpstan.yml/badge.svg)](https://github.com/PHPDevsr/PHPSpreadsheet-Secure/actions/workflows/test-phpstan.yml)\n[![Coverage Status](https://coveralls.io/repos/github/PHPDevsr/PHPSpreadsheet-Secure/badge.svg?branch=develop)](https://coveralls.io/github/PHPDevsr/PHPSpreadsheet-Secure?branch=develop)\n[![Downloads](https://poser.pugx.org/phpdevsr/phpspreadsheet-secure/downloads)](https://packagist.org/packages/phpdevsr/phpspreadsheet-secure)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/PHPDevsr/PHPSpreadsheet-Secure)](https://packagist.org/packages/phpdevsr/phpspreadsheet-secure)\n[![GitHub stars](https://img.shields.io/github/stars/PHPDevsr/PHPSpreadsheet-Secure)](https://packagist.org/packages/phpdevsr/phpspreadsheet-secure)\n[![GitHub license](https://img.shields.io/github/license/PHPDevsr/PHPSpreadsheet-Secure)](https://github.com/PHPDevsr/PHPSpreadsheet-Secure/blob/develop/LICENSE)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/PHPDevsr/PHPSpreadsheet-Secure/pulls)\n\n## Installation\n\nTo install the package:\n\nRun ``composer require phpdevsr/phpspreadsheet-secure`` to add the package to your project.\n\nThis will automatically install the package to your vendor folder.\n\n## Usage\n\n```php\nrequire \"vendor/autoload.php\";\n\nuse PHPDevsr\\Spreadsheet\\Secure;\n\n$test = new Secure();\n$test-\u003esetFile('Book1.xlsx')\n    -\u003esetPassword('111')\n    -\u003eoutput('bb.xlsx');\n```\n\n## Contributing\n\nWe **are** accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs, all contributions are welcome.\n\nPlease read the [*Contributing to PHPDevsr*](https://github.com/PHPDevsr/PHPSpreadsheet-Secure/blob/develop/contributing/README.md).\n\nThis repository has had thousands on contributions from people since its creation. This project would not be what it is without them.\n\n\u003ca href=\"https://github.com/PHPDevsr/PHPSpreadsheet-Secure/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=PHPDevsr/PHPSpreadsheet-Secure\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdevsr%2Fphpspreadsheet-secure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpdevsr%2Fphpspreadsheet-secure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdevsr%2Fphpspreadsheet-secure/lists"}