PHPackages                             rajwebsoft/xlsreader - 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. rajwebsoft/xlsreader

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

rajwebsoft/xlsreader
====================

Read the content from the xls file in object and array

1.0.1(2y ago)039↓100%MITPHP

Since Jul 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rajwebsoft/xlsreader)[ Packagist](https://packagist.org/packages/rajwebsoft/xlsreader)[ RSS](/packages/rajwebsoft-xlsreader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Xls Reader
==========

[](#xls-reader)

Read the Xlsx file in laravel easy with the array object

composer require rajwebsoft/xlsreader

Add the code in config/app.php

```
'providers' => [
....
Rajwebsoft\Xlsreader\XlsreaderServiceProvider::class,
]

```

Use in controller
-----------------

[](#use-in-controller)

```
use Rajwebsoft\Xlsreader\Xlsreader;

  $objdata =new Xlsreader();
  $xlsobj = $objdata->readFile("itf_example.xlxs");
  $sheetNames = $xlsobj->getSheetNames();
  $sheetdata=$xlsobj->getSheetData($sheetNames[1]);
  $requestcontact = $xlsobj->getDataObject($sheetdata);

```

Output
------

[](#output)

```
  [{
    "name"=>"raj Kumar",
    "phone"=>"9090909090",
  },
  {
    "name"=>"rahul Kumar",
    "phone"=>"8787878788",
  }]

```

Now you can enjoy the package and your suggetion is welcome for any issue

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

1034d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/992d0a04cf958ba60982b2d6b27aa92bb6a911e34e13182316e40ead2de2cc3c?d=identicon)[rajwebsoft](/maintainers/rajwebsoft)

---

Top Contributors

[![rajwebsoft](https://avatars.githubusercontent.com/u/3276620?v=4)](https://github.com/rajwebsoft "rajwebsoft (2 commits)")

### Embed Badge

![Health badge](/badges/rajwebsoft-xlsreader/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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