yitznewton/procslyte

ProCSLyte: a PHP processor for Citation Style Language (CSL)

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/yitznewton/procslyte

0.0.1-alpha.2 2014-11-03 16:29 UTC

This package is not auto-updated.

Last update: 2025-10-07 08:36:19 UTC


README

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