{"id":24200218,"url":"https://github.com/codeboxrcodehub/cbxphpspreadsheet","last_synced_at":"2025-10-07T04:13:01.049Z","repository":{"id":111516916,"uuid":"188283016","full_name":"codeboxrcodehub/cbxphpspreadsheet","owner":"codeboxrcodehub","description":"PHP Spreadsheet library as WordPress plugin","archived":false,"fork":false,"pushed_at":"2025-04-15T17:52:38.000Z","size":6453,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T23:42:40.893Z","etag":null,"topics":["php","phpspreadsheet","wordpress"],"latest_commit_sha":null,"homepage":"https://codeboxr.com/php-spreadsheet-library-wordpress-plugin/","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/codeboxrcodehub.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-23T18:01:59.000Z","updated_at":"2025-04-15T17:52:15.000Z","dependencies_parsed_at":"2025-04-15T10:23:26.905Z","dependency_job_id":"98e36dc9-7e12-45b9-8de6-7bf3a1cd6318","html_url":"https://github.com/codeboxrcodehub/cbxphpspreadsheet","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/codeboxrcodehub/cbxphpspreadsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxphpspreadsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxphpspreadsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxphpspreadsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxphpspreadsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeboxrcodehub","download_url":"https://codeload.github.com/codeboxrcodehub/cbxphpspreadsheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxphpspreadsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717916,"owners_count":26033647,"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-10-07T02:00:06.786Z","response_time":59,"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":["php","phpspreadsheet","wordpress"],"created_at":"2025-01-13T20:41:38.279Z","updated_at":"2025-10-07T04:13:01.044Z","avatar_url":"https://github.com/codeboxrcodehub.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== CBX PhpSpreadSheet Library ===\nContributors: codeboxr, manchumahara\nRequires at least: 5.3\nTested up to: 6.8\nStable tag: 1.0.12\nLicense: MIT\nLicense URI: https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt\n\nOpen source PhpSpreadSheet php library released as wordpress plugin to use easily\n\n== Description ==\n\nA pure [PHP library for reading and writing spreadsheet files](https://phpspreadsheet.readthedocs.io)\n\nFrom Codeboxr we wrapped the library as wordpress plugin to easy distribute as wordpress plugin. WordPress now doesn't allow this type library as\nplugin but providing a large php package with plugin makes the plugin heavy and troublesome for updates. We hosted this in github so that user can download and later\nupdate easily.\n\nSoftware requirements\n\nThe following software is required to develop using PhpSpreadsheet:\n\n * PHP version 8.1 or newer\n * PHP extension php_zip enabled\n * PHP extension php_xml enabled\n * PHP extension php_gd2 enabled (if not compiled in)\n\n\nThe plugin check php version, php_zip, php_xml and php_gd2 library compatible or installed or not, based on success it activated.\n\nHow to use:\n\n`\nif ( function_exists( 'cbxphpspreadsheet_loadable' ) \u0026\u0026 cbxphpspreadsheet_loadable() ) {\n\n\t//Include PHPExcel\n\trequire_once( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ); //or use 'cbxphpspreadsheet_load();'\n\n\t//now take instance\n\t$objPHPExcel = new \\PhpOffice\\PhpSpreadsheet\\Spreadsheet();\n\n\t//do whatever you need to do\n}\n`\n\n== Installation ==\n\n1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases)\n2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)\n3. After install activate the plugin \"CBX PhpSpreadSheet Library\" through the 'Plugins' menu in WordPress\n4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.\n\n\n== Changelog ==\n= 1.0.12 =\n* [updated] Plugin's important link/help url display improved\n\n= 1.0.11 =\n* [updated] Added plugin update checker\n\n= 1.0.10 =\n* Updated php package phpoffice/phpspreadsheet to 3.9.1\n\n= 1.0.9 =\n* Fixed function 'php_version_check'\n\n= 1.0.8 =\n* Dependency vendor packages updated to latest\n* Added some helper functions for better environment checking\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fcbxphpspreadsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeboxrcodehub%2Fcbxphpspreadsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fcbxphpspreadsheet/lists"}