Scrutinizer Auto-Fixer 3a1787b2d5 Scrutinizer Auto-Fixes 7 gadi atpakaļ
..
lib d1b37f34fe Minor - Add license refs + change dirname(__FILE__) to __DIR__ (about 4 times faster). See http://stackoverflow.com/questions/2749416/is-there-any-difference-between-dir-and-dirname-file-in-php 7 gadi atpakaļ
COPYING b22023e8fd Add PENS plugin - refs CT#288 8 gadi atpakaļ
chamilo_pens.php 3a1787b2d5 Scrutinizer Auto-Fixes 7 gadi atpakaļ
pens.php d91507ffeb Scrutinizer Auto-Fixes 7 gadi atpakaļ
plugin.php 50f7662956 Scrutinizer Auto-Fixes 7 gadi atpakaļ
readme.txt b22023e8fd Add PENS plugin - refs CT#288 8 gadi atpakaļ

readme.txt

Introduction



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 .

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