Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

wonderfulfrog/keyvalues-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

PHP Valve Data Format Parser

Information

Returns a VDF Key-Value file as an associative array in PHP.

Usage

Include the file 'vdfparser.php' where the parsing is required.

include('vdfparser.php');

Then call the VDFParse() function to parse the file.

$kv = VDFParse("some_file_to_parse.txt");

An example test is included in the test directory.

License

This project is licensed under the terms of the MIT License.

About

A PHP VDF (Valve Data Format) KeyValue parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages