smartinus44/phpfilemerger

Merge multiple PHP file into one in PHP, I have used this script for Codingame.

v1.0.3 2019-03-09 23:54 UTC

This package is auto-updated.

Last update: 2025-06-05 03:58:46 UTC


README

Merge multiple PHP files into one in PHP, I have used this script for Codingame.

Here it is a starter project for this library:

https://github.com/smartinus44/testphpfilemerger

Structure

bin/        
tests/
vendor/
src/        => put your files in this directory.        
public/     => result file concatened will be find here.

Install

Via Composer

composer require smartinus44/phpfilemerger

Usage

// Go to your installation directory
cd phpfilemerger/
composer start

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.