Libraries tagged by file sync
syhcode/field-note
3 Downloads
a laravel database file note
timelock/timelock
7 Downloads
A PHP package to find files unchanged since a specified date.
mr-wolf-gb/laravel-update-creator
10 Downloads
Laravel Update Creator is a Laravel package designed to streamline the process of creating update ZIP files for your Laravel projects. This tool identifies all files modified since a specified date, excludes unwanted directories and files, and generates a compressed ZIP file for distribution or deployment.
tvanc/backtrace
2 Downloads
Useful error messages complete with file previews and syntax highlighting.
razxc/dotenv
9 Downloads
Parser for env-files with bash syntax compatibility and zero-dependencies
mattmezza/blog-manager
48 Downloads
An utility to manage a small blog with files and markdown syntax
mascherucci/pimpyaml-container
36 Downloads
A simple Pimple container configurable from yaml file, symfony's style syntax
webzille/cssparser
11 Downloads
Parse CSS file into an abstract syntax tree data structure
rc/phpstorm-stubs
12 Downloads
STUBS are normal, syntactically correct PHP files that contain function & class signatures, constant definitions, etc. for all built in PHP stuff and most standard extensions
hollodotme/treemdown-multi
1857 Downloads
A PHP class for browsing multiple trees of markdown files with HTML rendering, syntax highlighting and search
harrald/packager
19 Downloads
Packager is a PHP 5.3+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every file, and a package.yml manifest file, as seen on the MooTools project.
edmondscommerce/php-parallel-lint
4584 Downloads
This tool check syntax of PHP files about 20x faster than serial check.
beshkenadze/packager
246 Downloads
Packager is a PHP 5.2+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every file, and a package.yml manifest file, as seen on the MooTools project.
bcserv/sourcepawn-inc-parser
22 Downloads
A sourcepawn parser written in PHP which is able to analyse sourcepawn's .inc files and comments (annotation syntax)
tysonandre/php-parser-to-php-ast
24 Downloads
A pure PHP substitute for nikic/php-ast, using nikic/php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors.