2017 © Pedro Peláez
 

library spyc

A simple YAML loader/dumper class for PHP

image

ljy/spyc

A simple YAML loader/dumper class for PHP

  • Tuesday, March 13, 2018
  • by jyiL
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 184 Forks
  • 0 Open issues
  • 6 Versions
  • 15 % Grown

The README.md

Spyc

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Spyc is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an array that you can use however you see fit. Given an array, Spyc will return a string which contains a YAML document built from your data., (*2)

YAML is an amazingly human friendly and strikingly versatile data serialization language which can be used for log files, config files, custom protocols, the works. For more information, see http://www.yaml.org., (*3)

Spyc supports YAML 1.0 specification., (*4)

Using Spyc

Using Spyc is trivial:, (*5)

<?php
use Spyc\Spyc;
$Data = Spyc::YAMLLoad('spyc.yaml');

or (if you prefer functional syntax), (*6)

<?php
use Spyc\Spyc;
$Data = spyc_load_file('spyc.yaml');

License

Spyc is open-sourced software licensed under the WTFPL license., (*7)

The Versions

13/03 2018

dev-master

9999999-dev

A simple YAML loader/dumper class for PHP

  Sources   Download

WTFPL

The Requires

  • php >=5.3.1

 

by Avatar mustangostang

13/03 2018

0.6.3

0.6.3.0

A simple YAML loader/dumper class for PHP

  Sources   Download

WTFPL

The Requires

  • php >=5.3.1

 

by Avatar mustangostang

24/02 2017

0.6.2

0.6.2.0 https://github.com/mustangostang/spyc/

A simple YAML loader/dumper class for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.1

 

The Development Requires

by Avatar mustangostang

yaml yml spyc

21/10 2016

0.6.1

0.6.1.0 https://github.com/mustangostang/spyc/

A simple YAML loader/dumper class for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.1

 

The Development Requires

by Avatar mustangostang

yaml yml spyc

14/05 2016

0.6.0

0.6.0.0 https://github.com/mustangostang/spyc/

A simple YAML loader/dumper class for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.1

 

The Development Requires

by Avatar mustangostang

yaml yml spyc

21/02 2013

0.5.1

0.5.1.0 https://github.com/mustangostang/spyc/

A simple YAML loader/dumper class for PHP

  Sources   Download

MIT License

The Requires

  • php >=5.3.1

 

by Avatar mustangostang

yaml yml spyc