Install
Include SendADF in your project with Composer:
$ composer require carmelosantana/sendadf
Supports
Features
- Complete ADF implementation
- Validate tags and attributes (optional)
- Custom tags and attributes
- Data entry via an associative
array,object, orJSON - Attempts to convert dates to ISO 8601:1988
- Default attributes for
name,phone,prospect, andvehicle
Examples
- Bare minimum to get started
- Full document with all elements and attribute examples
- Avoid default values + Manually open and close nodes
- Disable validation + Custom tags and attributes
- Data entry via
arrays,objectsandJSON
License
The code is licensed MIT and the documentation is licensed CC BY-SA 4.0.


