Libraries tagged by file sync
hollodotme/treemdown-multi
1895 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.
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
43 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
99 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.
signalgate/signalgate-php
3 Downloads
SignalGate backend SDK for PHP - a zero-dependency antifraud client with a synchronous check() gate and a fire-and-forget, fail-open log() buffer.
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
170 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.
rhlt/env
4 Downloads
A basic and efficient .env file parser, to load environment variables from a file. With flexible support for variable interpolation and graceful syntax errors handling.