forked from vlandivir/OpenTBS
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
24 lines (23 loc) · 953 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "makhov/opentbs",
"description": "TinyButStrong is a library that enables you to dynamically create XML/HTML pages and any other files based on text source. It's a Template Engine for the PHP language. It enables you to easily display information from your database, but also to seriously harmonize and simplify your PHP programming. OpenTBS is a PHP tool that easily merges both OpenOffice and Ms Office documents. In fact it can merge any XML or Text file saved in a zip container.",
"keywords": ["opentbs", "open-tbs", "TinyButStrong"],
"homepage": "http://www.tinybutstrong.com/",
"type": "library",
"license": "LGPL",
"authors": [
{
"name": "skrol29",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
},
"autoload": {
"files": [
"tbs_class.php",
"tbs_plugin_opentbs.php"
]
}
}