Download the PHP package tobento/service-file-creator without Composer
On this page you can find all versions of the php package tobento/service-file-creator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tobento/service-file-creator
More information about tobento/service-file-creator
Files in tobento/service-file-creator
Download tobento/service-file-creator
More information about tobento/service-file-creator
Files in tobento/service-file-creator
Vendor tobento
Package service-file-creator
Short Description Easily creating files.
License MIT
Homepage https://www.tobento.ch
Package service-file-creator
Short Description Easily creating files.
License MIT
Homepage https://www.tobento.ch
Please rate this library. Is it a good library?
Informations about the package service-file-creator
File Creator Service
With the File Creator Service you can create files easily.
Table of Contents
- Getting started
- Requirements
- Highlights
- Simple Example
- Documentation
- File Creator
- Writers
- Writer Interface
- CSV Writer
- Formatters
- Printr Formatter
- Credits
Getting started
Add the latest version of the File Creator service project running this command.
Requirements
- PHP 8.0 or greater
Highlights
- Framework-agnostic, will work with any project
- Decoupled design
Simple Example
Here is a simple example of how to use the Menu service.
Documentation
File Creator
The create method has the following default parameter values:
The following parameters are available for the handling:
Handling | Description |
---|---|
FileCreator::NO_OVERWRITE | Cannot overwrite existing file. If the file exist, it throws FileCreatorException |
FileCreator::CONTENT_APPEND | Append content if file exists, otherwise creates new file |
FileCreator::CONTENT_NEW | Creates new file with the content |
The create method returns a new instance allowing the following:
Writers
Writer Interface
Writers must implement the following interface.
CSV Writer
Formatters
Printr Formatter
Credits
- Tobias Strub
- All Contributors
All versions of service-file-creator with dependencies
PHP Build Version
Package Version
The package tobento/service-file-creator contains the following files
Loading the files please wait ....