Add a PHP interface to work with the language data

Additional changes in this PR include,

  * Added composer.json
  * Refactored the folder structure.
  * Added editorconfig.
  * Added PHPCS and formatted existing code.
  * Changes to use a single license - GPL-2.0-or-later
  * ESLint related fixes

Bug: T218639
This commit is contained in:
Abijeet
2020-01-22 00:53:38 +05:30
parent 6ca93c0966
commit 09ab6024fe
16 changed files with 2585 additions and 151 deletions

View File

@@ -34,8 +34,8 @@
"engine": {
"node": ">=6.0.0"
},
"license": "(MIT OR GPL-2.0+)",
"license": "GPL-2.0-or-later",
"scripts": {
"test": "mocha"
"test": "mocha tests/js/*.js"
}
}