Skip to content

yitznewton/procslyte

Repository files navigation

Travis build status Code Climate grade Code Climate coverage PHP 5.3 not supported PHP 5.4 supported PHP 5.5 supported PHP 5.6 supported HHVM not tested license: GPL

ProCSLyte

A PHP processor for Citation Style Language (CSL)

ProCSLyte (pronounced "proselyte") is a processor for CSL. See the specification.

ProCSLyte is in very early development; it is not yet usable to generate citations.

Installation

To install ProCSLyte in your app:

$ composer require yitznewton/procslyte

To work on the ProCSLyte code, clone this repo and do:

$ composer install

Tests

$ make phpunit
# or
$ ./vendor/bin/phpunit

To run the full CI harness:

$ make ci

Documentation

There is some documentation in docs/ about design decisions that we faced.

License

GPLv3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published