PHPackages                             cirkovic/excel-to-coordinates - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cirkovic/excel-to-coordinates

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cirkovic/excel-to-coordinates
=============================

Package for converting address to the geo location coordinates based on address provided in excel file

301[1 issues](https://github.com/CirkaN/ExcelToCoordinates/issues)PHP

Since Oct 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/CirkaN/ExcelToCoordinates)[ Packagist](https://packagist.org/packages/cirkovic/excel-to-coordinates)[ RSS](/packages/cirkovic-excel-to-coordinates/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

ExcelToCoordinates
==================

[](#exceltocoordinates)

Usage
-----

[](#usage)

```
Start by creating a new instance of ExcelToCoorindates class:

$excel_to_cordinates = new ExcelToCoordinates();

```

Methods
-------

[](#methods)

```
        ->setExcelPath(__DIR__ . "/../example/addresses.xlsx") // (required)  path to the excel file
        ->setAddressIterator('A') // (required) The address iterator, for better understanding please check the example excel file provided in /example
        ->setPostCodeIterator('B') // (required) The Post Code Iterator
        ->setCountryIterator('C') // (required) The country Iterator
        ->setGoogleApiCode('') // (required) Google API Key
        ->setStartRow(1) // (required) row from where you want to start
        ->setEndRow(2) // (required) row where converting will stop
        ->loadData() // (required) main function which will return array of geo coordinates

```

Installation
------------

[](#installation)

```
`composer require cirkovic/excel-to-coordinates`

```

Requirements
------------

[](#requirements)

```
* php 7.4
* ext-json

```

Support
-------

[](#support)

Atleast for now package only supports XLSX file, for other formats please open issue or create PR with tests.

CSV Coming soon.

Testing
-------

[](#testing)

Test can be found in /tests.

Contributing
------------

[](#contributing)

Everyone is welcome for contribution.

Credits
-------

[](#credits)

- [Cirkovic Nikola](https://github.com/CirkaN)
- [All Contributors ](https://github.com/CirkaN/ExcelToCoordinates/graphs/contributors)

Licence
-------

[](#licence)

For terms please see the LICENSE\*.TXT files at the root of this distribution.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/08ebdbfa5174af4812aa3adb38e66c79e10505ff07f48d7285c434a4488f294c?d=identicon)[CirkaN](/maintainers/CirkaN)

---

Top Contributors

[![CirkaN](https://avatars.githubusercontent.com/u/32557332?v=4)](https://github.com/CirkaN "CirkaN (11 commits)")

### Embed Badge

![Health badge](/badges/cirkovic-excel-to-coordinates/health.svg)

```
[![Health](https://phpackages.com/badges/cirkovic-excel-to-coordinates/health.svg)](https://phpackages.com/packages/cirkovic-excel-to-coordinates)
```

###  Alternatives

[leocarmo/graceful-shutdown-php

Graceful Shutdown for PHP

18108.2k](/packages/leocarmo-graceful-shutdown-php)[bogdaan/open-location-code

Open location code for php

1076.5k](/packages/bogdaan-open-location-code)

PHPackages © 2026

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