phpfacile / data-package-table-schema-db
data package/table schema related services for database access
Installs: 25
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/phpfacile/data-package-table-schema-db
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2025-10-06 11:46:53 UTC
README
This is a service aimed at automatically extract usefully information from a data package (Cf. http://frictionlessdata.io/specs/data-package/) description made of table schema (https://frictionlessdata.io/specs/table-schema/) so as to be able to perform requests on a database.
THIS IS HIGHLY EXPERIMENTAL and to be honest poorly/badly implemented
Installation
At the root of your project type
composer require phpfacile/data-package-table-schema-db
Or add "phpfacile/data-package-table-schema-db": "^1.0" to the "require" part of your composer.json file
"require": {
"phpfacile/data-package-table-schema-db": "^1.0"
}