timwhitlock / jparser
A JavaScript parsing library for PHP
Installs: 1 001
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 6
Open Issues: 1
This package is auto-updated.
Last update: 2023-02-16 05:45:33 UTC
README
This package is for people who want to inspect the full source code of the jParser library and/or rebuild the distribution. All source code is released under the MIT license. See LICENSE.txt
To rebuild the distributions run the "build" script in this directory: It compiles two library files into httpdocs/jparser-libs and tarballs the distrubution packages.
For more informaton please visit http://web.2point1.com
installation
- install composer
composer init
to create a composer.json for your project
require jparser as a dependency for your project:
composer require "timwhitlock/jparser dev-master"