Angel Fernando Quiroz Campos 33e2150bde Fix references from hooks in plugins - BT#15992 5 vuotta sitten
..
lib 33e2150bde Fix references from hooks in plugins - BT#15992 5 vuotta sitten
COPYING b22023e8fd Add PENS plugin - refs CT#288 8 vuotta sitten
README.md ec4bf0821a Minor - Update plugins README files - refs #2200 7 vuotta sitten
chamilo_pens.php 5754a14dc9 Applied fixes from FlintCI 6 vuotta sitten
pens.php fea198c8ca Minor - partial merge with 1.11.x 6 vuotta sitten
plugin.php 5754a14dc9 Applied fixes from FlintCI 6 vuotta sitten

README.md

PENS plugin

This plugin implements PENS in Chamilo, using the library php-pens available here: http://github.com/guillaumev/php-pens

Requirements

You need the curl extension installed to use this library.

How to install

Install the plugin and create a file at the root of your chamilo server called pens.php. Put the following code in the pens.php file you created:

require_once __DIR__ . '/plugin/pens/pens.php';

Licence

The chamilo-pens plugin is published under the GNU/GPLv3+ licence (see COPYING)

Credits

The original author of the plugin is Guillaume Viguier-Just guillaume@viguierjust.com.

This plugin was realized as part of his work in BeezNest (https://beeznest.com) and is maintained by BeezNest.