123456789101112131415161718192021 |
- {
- "name": "au/views_counter",
- "type": "elgg-plugin",
- "description": "Provides a view counter system that may be include automatically for any entities, based on subtypes, that follow some specific elgg patterns that comes from the elgg_view_entity() function",
- "homepage": "https://github.com/AU-Landing-Project/views_counter",
- "keywords": ["elgg", "plugin", "views_counter"],
- "license": "GPL-2.0",
- "authors": [
- {
- "name": "José Gomes",
- "name": "Matt Beckett"
- }
- ],
- "support": {
- "issues": "https://github.com/AU-Landing-Project/views_counter/issues"
- },
- "require": {
- "php": ">=5.4",
- "composer/installers": ">=1.0.8"
- }
- }
|