2017 © Pedro Peláez
 

library pc-axis

PHP library to read PC-Axis (PX) files

image

z38/pc-axis

PHP library to read PC-Axis (PX) files

  • Saturday, July 23, 2016
  • by z38
  • Repository
  • 1 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

PcAxis

Build Status Scrutinizer Code Quality, (*1)

PcAxis is a PHP library to read PC-Axis (PX) files., (*2)

Installation

Just install Composer and run composer require z38/pc-axis in your project directory., (*3)

Usage

use Z38\PcAxis\Px;

$px = new Px('yourfile.px');

$px->variables(); // returns a list of all variables
$px->values($variable) // returns a list of all values for a given variable
$px->datum([0, 5, 3]); // returns the datum for a given index

Low-Level Access

$px->keywords(); // returns all keywords
$px->data(); // returns all data cells

Contributing

If you want to get your hands dirty, great! Here's a couple of steps/guidelines:, (*4)

  • Fork this repository
  • Add your changes & tests for those changes (in tests/).
  • Send me a pull request!

If you don't want to go through all this, but still found something wrong or missing, please let me know, and/or open a new issue report so that I or others may take care of it., (*5)

Further Resources

The Versions

23/07 2016

dev-master

9999999-dev https://github.com/z38/pc-axis

PHP library to read PC-Axis (PX) files

  Sources   Download

MIT

The Requires

  • php >=5.5.1

 

The Development Requires

statistics pc-axis px