Libraries tagged by file sync
lizzyman04/fluxor
293 Downloads
A lightweight PHP MVC engine with file-based routing and elegant Flow syntax.
njoannidi/php-lint-bash
25229 Downloads
A short bash script to recursively lint PHP files with a nice output
syntaxoops/pluploadbe
1066 Downloads
A TYPO3 extension that enables backend users to upload large files exceeding the upload_max_filesize limit in PHP.
cweiske/php-sqllint
93934 Downloads
Command line tool to validate (syntax check) SQL files
aldaflux/ical-bundle
6090 Downloads
Symfony Bundle to manage .ics iCal file (creating and eventually reading), forked for synfony 6
codingms/parsedown-extra
11128 Downloads
TYPO3 Parsedown-Extra - Markdown by coding.ms: Provides a content element and ViewHelper which displays markdown files including Mermaid diagrams (UML, Activity, State and more). Parses email links with TYPO3 encryption. ViewHelper for parsing Markdown from individual sources. Defining abbreviations globally by using TypoScript. Code/Syntax Highlighting and many more.
mouf/javascript.syntaxhighlighter
145043 Downloads
This package contains the SyntaxHighlighter javascript library, along a Mouf installer file to add SyntaxHighlighter easily in your Mouf project.
phpfui/phpunit-syntax-coverage
5801 Downloads
PHPUnit Testing extensions for complete syntax checking of all files and classes in your project
syntafin/laravel-i18n-exporter
1055 Downloads
This package provides a command to easily convert the Laravel language files into JSON to be used by your frontend application.
synida/clover-merge
16862 Downloads
Merge two or more clover XML files.
sunchayn/aion
72 Downloads
The initial composer file to start a new project via Aion Starter Kit. This file will be re-populated based on the starter kit variant.
yfix/packager
10495 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
11958 Downloads
Validates syntax of all files in project root prefixed with .crontab
grogy/php-parallel-lint
6584 Downloads
This tool check syntax of PHP files about 20x faster than serial check.
mouf/security.userfiledao
145014 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!