Details
d3btl"
Features
Reads BTL files created by design2machine interface
https://design2machine.com/btl/btl_v106.pdf
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require d3yii2/d3btl "*"
or add
"d3yii2/d3btl": "*"
to the require
section of your composer.json
file.
add to migration path
'class' => 'yii\console\controllers\MigrateController',
'migrationPath' => [
'@d3yii2/d3btl/migrations',
]
Usage
command add, reads files and saves their data in database
php btl/process-file/add path/to/file
![data structure](doc/img.png)
|
Name: |
D3 BTL |
Base name: |
d3btl |
Description: |
Get machine project from BTL file into a database |
Version: |
- |
PHP version: |
5 |
License: |
Freeware |
|
|
![PHP Programming Innovation award nominee PHP Programming Innovation award nominee](/award/innovation/nominee.gif) December 2021
Nominee
Vote |
BTL is a file format that applications can use to save the definitions of the parts of a machine physical project.
This package can import the definitions of a machine into records of database tables. This way, applications can perform other functional operations on those machine projects.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
lv (1 file) |
File |
Role |
Description |
d3btl.php |
Aux. |
Auxiliary script |