Libraries tagged by write file
necorupt/php-gedcom
101 Downloads
A GEDCOM file parser (read + write) for PHP 8.2+
axdlee/laravel-config-writer
4067 Downloads
Write to Laravel Config files and maintain file integrity. Support Laravel 5.3+
kinetech/php-openapi
1279 Downloads
Read and write OpenAPI yaml/json files and make the content accessable in PHP objects.
renoki-co/laravel-yaml-config
4 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
kinulab/facturx
524 Downloads
A comprehensible PHP library to write Factur-X/ZUGFeRD XML files
helhum/env-ts
20888 Downloads
Writes environment variables as TypoScript constant file
sempia/getid3
11 Downloads
Stable, namespaced and PSR-4 compliant version of the library getID3, that extracts and writes useful information to/from popular multimedia file formats.
jsonmodifier/json
18 Downloads
PHP package allows developers to manipulate JSON files by performing data lookup and many other operations such as read, write, delete and update.
birb/fancy-stubs-codegen
9 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (e.g. phpcbf) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors and birb/fancy-stubs-codegen-laravel.
silverstripe/compass
2392 Downloads
The Compass module for SilverStripe seamlessly integrates Sass and Compass in SilverStripe modules and themes. You write your styles in sass, and the module automatically compiles these sass files to css.
zealot/filesystem
5149 Downloads
lightweight lib to find/read/write files/csv files
plinker/files
18 Downloads
A files component which allows you to read and write files
jstewmc/write-file
63 Downloads
Write a file
hotelmah/write-file
15 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.
crodas/concurrent-file-writer
85 Downloads
Tiny library to write files concurrently with PHP