public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/mustangostang/spyc/README.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
**Spyc** is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an array that
2
you can use however you see fit. Given an array, Spyc will return a string which contains a YAML document
3
built from your data.
5
**YAML** is an amazingly human friendly and strikingly versatile data serialization language which can be used
6
for log files, config files, custom protocols, the works. For more information, see http://www.yaml.org.
8
Spyc supports YAML 1.0 specification.
10
## Using Spyc
12
Using Spyc is trivial:
14
```php
15
<?php
16
require_once "spyc.php";
17
$Data = Spyc::YAMLLoad('spyc.yaml');
18
```
20
or (if you prefer functional syntax)
22
```php
23
<?php
24
require_once "spyc.php";
25
$Data = spyc_load_file('spyc.yaml');
26
```
28
## Donations, anyone?
30
If you find Spyc useful, I'm accepting Bitcoin donations (who doesn't these days?) at 193bEkLP7zMrNLZm9UdUet4puGD5mQiLai