Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/legacy-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,17 @@
"licenseversion": "2.0",
"repository": "https://github.com/box/spout/",
"customised": false
},
{
"copyrightHolders": [
"2015 My C-Labs"
],
"location": "lib/php-enum",
"name": "php-enum",
"description": "PHP Enum implementation inspired from SplEnum",
"version": "1.8.4",
"license": "MIT",
"repository": "https://github.com/myclabs/php-enum",
"customised": false
}
]
17 changes: 17 additions & 0 deletions general/community/credits/thirdpartylibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,23 @@ This library is not currently used in Moodle
- 2004-2008 The PHP Group
- 2004-2008 Stephan Schmidt

### php-enum

PHP Enum implementation inspired from SplEnum

:::danger Outdated

This library is not currently used in Moodle

:::

- **Location**: lib/php-enum
- **Version**: 1.8.4
- **License**: MIT
- **URL**: [https://github.com/myclabs/php-enum](https://github.com/myclabs/php-enum)
- **Copyright holders**:
- 2015 My C-Labs

### PHPExcel

Library to read, write and create spreadsheet documents in PHP.
Expand Down