PHPackages                             atico/spreadsheet-translator-core - 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. atico/spreadsheet-translator-core

Abandoned → [samuelvi/spreadsheet-translator-core](/?search=samuelvi%2Fspreadsheet-translator-core)Library[Utility &amp; Helpers](/categories/utility)

atico/spreadsheet-translator-core
=================================

Spreadsheet Translator - Core Module

v8.4.0(6mo ago)22.7k1MITPHPPHP &gt;=8.4CI passing

Since Apr 20Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/samuelvi/spreadsheet-translator-core)[ Packagist](https://packagist.org/packages/atico/spreadsheet-translator-core)[ Docs](https://github.com/samuelvi/spreadsheet-translator-core)[ RSS](/packages/atico-spreadsheet-translator-core/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (20)Used By (0)

Spreadsheet Translator Core
===========================

[](#spreadsheet-translator-core)

The "Spreeadsheet Translator Core" contains the core library for the Spreadsheet Translator functionallity

Symfony Bundle:

- [Symfony Bundle](https://github.com/samuelvi/spreadsheet-translator-symfony-bundle)

Symfony Demos:

- [Symfony Demo. Takes a local file and creates translation files per locale in php format](https://github.com/samuelvi/translator-symfony-demo-local-file-to-php)
- [Symfony Demo. Takes a google drive spreadsheet and creates translation files per locale in yml format](https://github.com/samuelvi/translator-symfony-demo-google-drive-provider-yml-exporter)
- [Symfony Demo. Takes an **authenticated** google drive spreadsheet and creates translation files per locale in php format](https://github.com/samuelvi/translator-symfony-demo-google-auth-to-php)
- [Symfony Demo. Takes a microsoft one drive spreadsheet and creates translation files per locale in xliff format](https://github.com/samuelvi/translator-symfony-demo-onedrive-to-xliff/)

Exporters:

- [Yml exporter](https://github.com/samuelvi/spreadsheet-translator-exporter-yml)
- [Php exporter](https://github.com/samuelvi/spreadsheet-translator-exporter-php)
- [Xliff exporter](https://github.com/samuelvi/spreadsheet-translator-exporter-xliff)

Providers:

- [Local file](https://github.com/samuelvi/spreadsheet-translator-provider-localfile)
- [Google drive](https://github.com/samuelvi/spreadsheet-translator-provider-googledrive)

Readers:

- [Xlsx](https://github.com/samuelvi/spreadsheet-translator-reader-xlsx)
- [Matrix](https://github.com/samuelvi/spreadsheet-translator-reader-matrix)

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

[](#requirements)

- PHP &gt;=8.4

Testing
-------

[](#testing)

This project contains both unit and integration tests to ensure the quality of the code.

### Running the tests

[](#running-the-tests)

To run the tests, you can use the following command:

```
make test
```

This will run all the tests in the `tests/` directory.

### Test suite

[](#test-suite)

The test suite is composed of two types of tests:

- **Unit tests:** These tests are located in the `tests/Unit` directory and test individual components of the application in isolation.
- **Integration tests:** These tests are located in the `tests/Integration` directory and test the integration of multiple components of the application.

### Continuous Integration

[](#continuous-integration)

The project uses GitHub Actions for automated testing. All tests, code quality checks, and static analysis run automatically on:

- Push to main/master/develop branches
- Pull requests

Code Quality Tools
------------------

[](#code-quality-tools)

This project uses **Rector** to maintain code quality and ensure compatibility with PHP 8.4.

### Rector Commands

[](#rector-commands)

To preview the changes Rector would make without modifying files (dry-run):

```
vendor/bin/rector process --dry-run
```

To apply Rector changes automatically:

```
vendor/bin/rector process
```

### Rector Configuration

[](#rector-configuration)

The Rector configuration file (`rector.php`) is set up to:

- Upgrade code to PHP 8.4 standards
- Add strict type declarations to all PHP files
- Improve code quality and remove dead code
- Add type declarations where possible

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

[](#contributing)

We welcome contributions to this project, including pull requests and issues (and discussions on existing issues).

If you'd like to contribute code but aren't sure what, the issues list is a good place to start. If you're a first-time code contributor, you may find Github's guide to [forking projects](https://guides.github.com/activities/forking/) helpful.

All contributors (whether contributing code, involved in issue discussions, or involved in any other way) must abide by our code of conduct.

License
-------

[](#license)

SpreadsheetTranslator is licensed under the MIT License. See the LICENSE file for full details.

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance67

Regular maintenance activity

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 71% 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 ~152 days

Recently: every ~265 days

Total

19

Last Release

199d ago

Major Versions

1.0.14 → 2.02025-09-02

2.0 → 8.0.12025-09-03

PHP version history (3 changes)1.0.1PHP &gt;=5.5.9

2.0PHP &gt;=8.1

v8.4.0PHP &gt;=8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10146931?v=4)[Samuel Vicent](/maintainers/samuelvi)[@samuelvi](https://github.com/samuelvi)

---

Top Contributors

[![samuelvi](https://avatars.githubusercontent.com/u/10146931?v=4)](https://github.com/samuelvi "samuelvi (22 commits)")[![TakeAChef](https://avatars.githubusercontent.com/u/93644533?v=4)](https://github.com/TakeAChef "TakeAChef (6 commits)")[![shakaran](https://avatars.githubusercontent.com/u/14254?v=4)](https://github.com/shakaran "shakaran (3 commits)")

---

Tags

spreadsheet translations core module

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/atico-spreadsheet-translator-core/health.svg)

```
[![Health](https://phpackages.com/badges/atico-spreadsheet-translator-core/health.svg)](https://phpackages.com/packages/atico-spreadsheet-translator-core)
```

PHPackages © 2026

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