You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						
							 | 
			4 years ago | |
|---|---|---|
| .. | ||
| lib | 4 years ago | |
| COPYING | ||
| README.md | 8 years ago | |
| chamilo_pens.php | 4 years ago | |
| install.php | 4 years ago | |
| pens.php | 7 years ago | |
| plugin.php | 8 years ago | |
| uninstall.php | 4 years ago | |
		
			
				
				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.