-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 942 Bytes
/
Copy pathcomposer.json
File metadata and controls
22 lines (22 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "gridphp/gridphp-community",
"description": "GridPHP is an low-code DataGrid designed for building lightning-fast CRUD, DB admin panels, CRMs & backoffice tools. It generates fully interactive, mobile-ready CRUDs automatically from db tables of MySQL, PostgreSQL/Supabase, Oracle, SQLServer & integrates with Laravel, WordPress & CodeIgniter",
"type": "project",
"homepage": "https://gridphp.com",
"keywords": ["gridphp-demos", "datagrid-examples", "crud-showcase", "php-grid-boilerplate","php datagrid", "php grid"],
"license": "proprietary",
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": ["composer_script.php"]
},
"scripts": {
"post-create-project-cmd": [
"ComposerScript::fetchCoreFiles",
"ComposerScript::setupConfig",
"ComposerScript::showSuccessBanner",
"ComposerScript::cleanup"
]
}
}