dev-master
9999999-dev http://github.com/skyzyx/plistPlist parser for PHP.
MIT
The Requires
- php >=5.3.2
by Contributors
by Ryan Parman
plist
Wallogit.com
2017 © Pedro Peláez
Plist parser for PHP.
A Plist parser for PHP., (*1)
The following software is required for Plist to run:, (*2)
{Fill-in: Example usage of this code.}, (*3)
Depending on your needs, there are a few different ways you can install Plist:, (*4)
To add Plist as a Composer dependency in your composer.json file:, (*5)
{
"require": {
"skyzyx/plist": ">=1.0"
}
}
To install the source code for Plist:, (*6)
git clone git://github.com/skyzyx/plist.git
And include it in your scripts:, (*7)
require_once '/path/to/plist/src/Plist.php';
Alternatively, you can fetch a tarball or zipball:, (*8)
$ curl https://github.com/skyzyx/plist/tarball/master | tar xzv (or) $ wget https://github.com/skyzyx/plist/tarball/master -O - | tar xzv
And include it in your scripts:, (*9)
require_once '/path/to/plist/src/Plist.php';
If you're using a class loader (e.g., Symfony Class Loader) for PSR-0-style class loading:, (*10)
$loader->registerNamespace('Skyzyx\\Components\\Plist', 'path/to/vendor/skyzyx/plist/src');
To view the list of existing contributors, run the following command from the Terminal:, (*11)
git shortlog -sne --no-merges
Here's the process for contributing:, (*12)
git shortlog from the Terminal. :)To simplify many aspects of development, we also have a build.xml for Phing. The easiest way to install Phing and any other dependencies is to install Phix., (*13)
See also the list of contributors who participated in this project., (*14)
Licensed for use under the terms of the MIT license., (*15)
Plist parser for PHP.
MIT
plist