2017 © Pedro Peláez
 

library php-psd-enginedata

General purpose parser for the markup format used in PSD files

image

loginovilya/php-psd-enginedata

General purpose parser for the markup format used in PSD files

  • Saturday, December 2, 2017
  • by LoginovIlya
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 20 % Grown

The README.md

PSD EngineData SymfonyInsight

Build Status Coveralls github, (*1)

Parser enginedata on php, (*2)

Installation

Add this line to your application's composer.json in require block:, (*3)

"loginovilya/php-psd-enginedata": "^3.0"

And then execute:, (*4)

$ composer install

Or install it yourself as:, (*5)

$ composer require loginovilya/php-psd-enginedata

Usage

<?php

require "vendor/autoload.php";

use Enginedata\Enginedata;

$data = file_get_contents('filename');
$parser = new Enginedata($data);

$data = $parser->parse();

var_dump($data);

The Versions

02/12 2017

dev-master

9999999-dev https://github.com/LoginovIlya

General purpose parser for the markup format used in PSD files

  Sources   Download

GNU GPL v2.0

The Development Requires

by Avatar LoginovIlya

parser parse psd enginedata

02/12 2017

1.0.3

1.0.3.0 https://github.com/LoginovIlya

General purpose parser for the markup format used in PSD files

  Sources   Download

GNU GPL v2.0

The Development Requires

by Avatar LoginovIlya

parser parse psd enginedata

30/11 2017

1.0.2

1.0.2.0 https://github.com/LoginovIlya

General purpose parser for the markup format used in PSD files

  Sources   Download

GNU GPL v2.0

The Development Requires

by Avatar LoginovIlya

parser parse psd enginedata

29/11 2017

1.0.1

1.0.1.0

General purpose parser for the markup format used in PSD files

  Sources   Download

GNU GPL v2.0

The Development Requires

by Avatar LoginovIlya