Libraries tagged by file sync
edmondscommerce/php-parallel-lint
4596 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.
mblarsen/array-xml
9 Downloads
A simple yet expressive array syntax for building XML files
lezhnev74/dummy-config-loader
98 Downloads
This file allows me to lazy load config files and access entries with dot syntax: `database.default.driver`
johnny13/li3_uploadable
73 Downloads
This plugin will upload files via HTTP POST uploads only since it relies on $_FILES to get the source path.
seworqs/composer-editor
1 Downloads
A high-level Composer JSON editor for PHP, offering enum-driven configuration, strict typing, and intuitive syntax for working with composer.json files.
selifa/core
167 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
rbs1518/selifa-core
6 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
dwoodard/schemagen
4 Downloads
A package to parse custom schema syntax and generate Laravel and Vue files.
zeus-server/bandwidth-throttler
4 Downloads
This library can be used to limit (throttle) the speed of files served for download. It intercepts the PHP script output by setting a buffering handler that is called every time a given number of bytes are served to the browser. The library measures the time since the last time the PHP output buffer was flushed and hold on PHP for a while if the average download speed is above a given limit.
mtz/behat-doctine-context
41 Downloads
A syntactic sugar for creating entities from the behat feature file
izerus/simple-rotating-logger
0 Downloads
Monolog, but simpler: Static syntax (Log::info()) + automatic log rotation by file size.
gustocoder/tyfoon-seo
16 Downloads
Laravel seo package. It will help you optimize your web pages for seo. It will walk you through the creation of all necessary seo tags, often explaining to you the purpose of each tag, its format or syntax, etc as it does so. The seo elements will then be generated for you during the rendering of every view file for which there is an seo record created. Grab and paste a snippet of code in your layout/view files amd your SEO work on that view file is done.