PHPackages                             xentixar/mantrajna - 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. xentixar/mantrajna

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

xentixar/mantrajna
==================

V0.1(2y ago)491[1 PRs](https://github.com/xentixar/mantrajna/pulls)MITPHP

Since Jan 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/xentixar/mantrajna)[ Packagist](https://packagist.org/packages/xentixar/mantrajna)[ RSS](/packages/xentixar-mantrajna/feed)WikiDiscussions main Synced 1mo ago

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

Mantrajna Documentation
=======================

[](#mantrajna-documentation)

Mantrajna is a PHP library designed to provide a flexible and powerful way to manipulate and query tabular data from various sources, such as CSV, JSON, and XML files. It allows users to perform operations like filtering, sorting, formatting, and updating data seamlessly.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Getting Started](#getting-started)
- [Supported Operations](#supported-operations)
    - [Read Data](#read-data)
    - [Filtering and Sorting](#filtering-and-sorting)
    - [Formatting](#formatting)
    - [Updating Data](#updating-data)
    - [Output Operations](#output-operations)
- [Examples](#examples)
- [Contributing](#contributing)
- [License](#license)

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

[](#installation)

To use Mantrajna in your project, you can install it using [Composer](https://getcomposer.org/):

```
composer require xentixar/mantrajna
```

Getting Started
---------------

[](#getting-started)

Here's a basic example of using Mantrajna to read a CSV file and perform some operations:

```
