Download the PHP package imanaging-document/check-format-bundle without Composer
On this page you can find all versions of the php package imanaging-document/check-format-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imanaging-document/check-format-bundle
More information about imanaging-document/check-format-bundle
Files in imanaging-document/check-format-bundle
Package check-format-bundle
Short Description This bundle allows you to check format, and provide mapping file system
License MIT
Informations about the package check-format-bundle
ImanagingCheckFormatBundle
This bundle is a tool that allows you to check arrays format.
You have to provide a structure, which describe the format you want to check, and the datas you want to check. It can be simple array, or array of array.
A mapping function is available inside this bundle, you have to implement some required interfaces to make it works. You will find more information about how to use it in this readme.
This bundle should be used inside an imanaging-document application.
Install the bundle with:
Configuration
You have to create a file:
This configuration is optionnal.
Check Format
Usage
You can access two statics methods named checkFormatFile
and getObjLine
where you need it in your project juste like this :
Examples
Checking a line structure
Checking a file structure
Mapping
Requirements
- Symfony 4
- JQuery
- Bootstrap 4
- FontAwesome
Configuration
Interfaces
You have to implements the following interfaces in your file :
Usage and examples
You can call a mapping page with an ajax call :
All versions of check-format-bundle with dependencies
viest/php-ext-xlswriter-ide-helper Version dev-master
symfony/templating Version ^5.2
twig/twig Version ^3.3