# spss **Repository Path**: statx/spss ## Basic Information - **Project Name**: spss - **Description**: https://github.com/tiamo/spss - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-08 - **Last Updated**: 2024-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SPSS / PSPP [![Latest Version on Packagist](https://img.shields.io/packagist/v/tiamo/spss.svg?style=flat-square)](https://packagist.org/packages/tiamo/spss) [![Build Status](https://travis-ci.org/tiamo/spss.svg?branch=master)](https://travis-ci.org/tiamo/spss) [![Total Downloads](https://img.shields.io/packagist/dt/tiamo/spss.svg?style=flat-square)](https://packagist.org/packages/tiamo/spss) [![License](https://poser.pugx.org/tiamo/spss/license)](https://packagist.org/packages/tiamo/spss) A PHP library for reading and writing SPSS / PSPP .sav data files. ## Requirements + php >= 5.6 + mbstring extension + bcmath extension ## Installation ``` composer require tiamo/spss ``` ## Usage * [Documentation](./docs/index.md) * [Examples](./examples) ## Changelog Please have a look in [CHANGELOG](CHANGELOG.md) ## License Licensed under the [MIT license](http://opensource.org/licenses/MIT).