Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 28 | | All time: 10,914 This week: 200 |
|
Description | | Author Janis Vilums
Contributor
|
This package can process BTL files get machine projects into a database.
It provides a controller class that can call model classes to parse a BTL file with the details of a machine project.
The model classes extract the machine project detail values and insert them into a database as machine part objects. Innovation Award
 December 2021
Number 5 |
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 |
| |
 |
|
Innovation award
 Nominee: 11x
Winner: 2x |
|
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

|
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.