PHPackages                             codebreaker/simpleconvert - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. codebreaker/simpleconvert

ActiveLibrary[File &amp; Storage](/categories/file-storage)

codebreaker/simpleconvert
=========================

SimpleConvert is a library written in pure PHP and providing a set of functions that allow you to export your data into EXCEL (.xls). This library providing you to download (.xls) file and view data in the browser

1.0.0(5y ago)19MITPHP

Since Aug 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Tirth886/simpleconvert)[ Packagist](https://packagist.org/packages/codebreaker/simpleconvert)[ RSS](/packages/codebreaker-simpleconvert/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

SimpleConvert
=============

[](#simpleconvert)

**SimpleConvert is a library written in pure PHP and providing a set of functions that allow you to export your data into EXCEL (.xls). This library providing you to download (.xls) file and view data in the browser. ---** Installation
------------

[](#installation)

---

Use the package manager [composer](https://packagist.org/packages/codebreaker/simpleconvert) to install SimpleConvert.

```
composer require codebreaker/simpleconvert
```

Usage
-----

[](#usage)

---

```
require_once './vendor/autoload.php';
$var = (object) [
  "result" => $response, # Fetch Object e.g., $response = $con->query($query);
];
$convert = new \SimpleConvert\SimpleConvert($var); # Pass Argument Must Be Object

$convert->xls('filename.xls',true); # filename and download

$convert->xls(); # view in browser
```

---

Author
------

[](#author)

### [TIRTH JAIN](https://www.instagram.com/tirth.jain886/)

[](#tirth-jain)

### [GIT](https://github.com/Tirth886/simpleconvert.git)

[](#git)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2085d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/62690?v=4)[Jagadeeshwaran K](/maintainers/codebreaker)[@codebreaker](https://github.com/codebreaker)

---

Top Contributors

[![Tirth886](https://avatars.githubusercontent.com/u/47687919?v=4)](https://github.com/Tirth886 "Tirth886 (9 commits)")

---

Tags

convertexcelexcel-exportfilelibraryspreadsheetspreadsheetsxlsxls-exportconvertexcelxlsfilespreadsheetSimplephpspreadsheetsheetsimpleconvert

### Embed Badge

![Health badge](/badges/codebreaker-simpleconvert/health.svg)

```
[![Health](https://phpackages.com/badges/codebreaker-simpleconvert/health.svg)](https://phpackages.com/packages/codebreaker-simpleconvert)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[nuovo/spreadsheet-reader

Spreadsheet reader library for Excel, OpenOffice and structured text files

669863.2k8](/packages/nuovo-spreadsheet-reader)[avadim/fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP

2951.2M7](/packages/avadim-fast-excel-writer)[avadim/fast-excel-reader

Lightweight and very fast XLSX Excel Spreadsheet Reader in PHP

104608.4k6](/packages/avadim-fast-excel-reader)[svrnm/exceldatatables

Replace a worksheet within an Excel workbook (.xlsx) without changing any other properties of the file

30284.3k](/packages/svrnm-exceldatatables)[avadim/fast-excel-templator

Lightweight and very fast Excel Spreadsheet generator from XLSX-templates in PHP

20106.6k](/packages/avadim-fast-excel-templator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
