Libraries tagged by file-lock
adlandh/yii2-locker-helper
14 Downloads
Simple file locker for yii2
jpolvora/locker
4 Downloads
PHP synchronization file locking based
flexible-labs/json-store
15 Downloads
Laravel-friendly JSON store with dot notation, auto-save, file locking, and TTL support.
undefined/translate-locallang
218652 Downloads
Backend Module for creating and editing of language files (locallang.xlf).
aplus/autoload
1602020 Downloads
Aplus Framework Autoload Library
e0ipso/drupal-unit-autoload
65024 Downloads
Allows you to load classes in non standard unknown file locations.
advancedideasmechanics/antivirus-fiesta
13101 Downloads
PHP ClamAV library for scanning files, locally or via sockets
prolixlib/file-system-bundle
801 Downloads
Symfony Kitpages FileSystem Bundle. Abstraction layer for files (local, S3)
herrera-io/file-locator
2376 Downloads
A simple file locator library.
diego-rlima/artisan-make-file-location
2121 Downloads
Ability to change the namespace/location of the files generated by the "artisan make" commands.
stnvh/php-partialzip
318 Downloads
Download files located within remote ZIP files
kitpages/file-system-bundle
45052 Downloads
Symfony Kitpages FileSystem Bundle. Abstraction layer for files (local, S3)
ironshark/typo3-configuration-manager
379 Downloads
CLI tools for interacting with Typo3 configuration file LocalConfiguration.php. Can be used to update some serialized extension configs during deployment processes.
hejunjie/cache
325 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.