Yannick Warnier 44527ead87 Internal - Fix static permissions for files/directories: use API functions to get the right permissions - refs #2582 vor 6 Jahren
..
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 vor 7 Jahren
COPYING b22023e8fd Add PENS plugin - refs CT#288 vor 8 Jahren
README.md ec4bf0821a Minor - Update plugins README files - refs #2200 vor 7 Jahren
chamilo_pens.php ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
pens.php 44527ead87 Internal - Fix static permissions for files/directories: use API functions to get the right permissions - refs #2582 vor 6 Jahren
plugin.php ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren

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.