The package provides classes which convert any collection of CSV records into:
DOMDocument object using the XMLConverter class;Before conversion, you may want to configure your converter object. Each provided converter exposes additional methods to correctly convert your records.
When building a converter object, the methods do not need to be called in any particular order, and may be called multiple times. Because all provided converters are immutable, each time their setter methods are called they will return a new object without modifying the current one.
Because converters do not directly deals with CSV document but with their contents. On error these classes trigger PHP's Exceptions instead of League\Csv\Exception exception.
How can I help you explore Laravel packages today?