Libraries tagged by file sync
yfix/packager
8183 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.
hut6/crontab-checker
10668 Downloads
Validates syntax of all files in project root prefixed with .crontab
mouf/security.userfiledao
142750 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
efabrica/latte-syntax-checker
1247 Downloads
Compiles latte files and checks syntax of generated php files
requtize/fresh-file
3445 Downloads
Simple, fast, standalone PHP lib, that helps You to define, if any of your files were modified since last time You check - Is this file FRESH?
mvccore/ext-config-yaml
21 Downloads
MvcCore - Extension - Config - YAML - extension to have YAML configuration files syntax.
njoannidi/php-lint-bash
24790 Downloads
A short bash script to recursively lint PHP files with a nice output
kba-team/phplint.sh
5007 Downloads
Bash script to lint PHP files in the given directories.
synga/phpstorm-meta
811 Downloads
This package can create a .phpstorm.meta.php file. It searches for classes which implement the Synga\PhpStormMeta\PhpStormMetaExtensionInterface interface and executes those files.
hollodotme/treemdown-multi
1799 Downloads
A PHP class for browsing multiple trees of markdown files with HTML rendering, syntax highlighting and search
edmondscommerce/php-parallel-lint
4518 Downloads
This tool check syntax of PHP files about 20x faster than serial check.
grogy/php-parallel-lint
6294 Downloads
This tool check syntax of PHP files about 20x faster than serial check.
tysonandre/tolerant-php-parser-to-php-ast
11 Downloads
A pure PHP substitute for nikic/php-ast, using Microsoft/tolerant-php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors.
smurfy/asseticcssbundleimages-bundle
2280 Downloads
Allows you to use the @bundle syntax in your css files
isaacdew/load-data
18 Downloads
Fluent syntax for loading large CSV files into MySQL using LOAD DATA INFILE in Laravel.