Libraries tagged by php file writer
afaanbilal/spout
11 Downloads
PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
reisraff/phulp-dest
49 Downloads
Write your files for any destination
alexbrandes/simplecsv
11 Downloads
Simple and flexible library for reading and manipulating CSV files in PHP.
dikki/config
368 Downloads
Write and Parse Config Files in YAML, JSON, INI or PHP Array format
phayne-io/openapi-psr7-validator
2 Downloads
Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
fr3nch13/cakephp-excel
1526 Downloads
CakePHP Plugin: Parses, reads, and writes Excel, CSV, and PDF files.
sikessem/view
0 Downloads
A modern, minimalist and powerful template engine to write HTML, CSS, and JS together in .vw files. Inspired by Blade, JSX and others. Built for Sikessem, but usable with any PHP project.
sikessem/html
2 Downloads
A modern, minimalist and powerful template engine to write HTML, CSS, and JS together in .vw files. Inspired by Blade, JSX and others. Built for Sikessem, but usable with any PHP project.
move-elevator/xlsx-appender
79 Downloads
Append data to existing xlsx file
endscript/endscript
0 Downloads
A modern, minimalist and powerful template engine to write HTML, CSS, and JS together in .vw files. Inspired by Blade, JSX and others. Built for Sikessem, but usable with any PHP project.
noczcore/ini
321 Downloads
Read and write INI files in PHP.
jackchang1025-clagiordano/weblibs-configmanager
15 Downloads
weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object
villejuif/setting_form
18 Downloads
setting_form helps to create a JSON file of parameters writen in PHP.
phpjit/gedcom
7 Downloads
A GEDCOM file parser (read + write) for PHP 5.3+
birb/fancy-stubs-codegen
13 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 (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.