23 projects
The Symfony PHP Framework
Symfony is a PHP web application framework designed for building robust, scalable, and maintainable web applications using reusable components and a structured MVC architecture. It’s widely used for enterprise-level projects and forms the foundation of many other PHP platforms, including Laravel and Drupal.
16,953
3,342
$66M
fs-extra
fs-extra is a Node.js module that extends the native fs module with additional file system methods, providing extra functionality like copying files and directories recursively, ensuring directories exist, and removing directories recursively. It includes Promise support and maintains compatibility with the original fs API.
994
376
$325K
Glob
A JavaScript library that provides pattern matching functionality for file paths using glob patterns, allowing developers to find files and directories using wildcard expressions like *.js or **/*.txt
848
394
$128K
semver
A semantic versioning library that provides functionality for parsing, validating, manipulating, and comparing version numbers according to the SemVer specification
720
324
$28K
rimraf
A Node.js utility for deep deletion of files and directories, providing a cross-platform 'rm -rf' implementation that handles Windows quirks and edge cases
522
232
$159K
graceful-fs
A Node.js module that provides a drop-in replacement for the native fs module with additional features like automatic retries on EMFILE errors, better error handling, and graceful fallbacks for filesystem operations
402
179
$46K
minimatch
A pattern matching utility that implements glob/wildcard functionality for file paths and strings, commonly used in build tools, file system operations, and configuration
352
147
$96K
tempfile
Temporary file library for rust
290
135
$85K
Tmp
Temporary file and directory creator for node.js
237
122
$496K
conf
A Node.js library for managing application configuration data and settings, providing persistent storage with encryption support and schema validation
237
106
$103K
del
A Node.js module for deleting files and directories using glob patterns, providing a promise-based API for safely removing files with support for multiple patterns and options like force deletion
209
85
$17K
readdirp
A Node.js library that recursively reads directories and returns a list of files and directories, with support for filtering, promises, and streaming interfaces
130
65
$25K
fdir
A fast and lightweight Node.js directory crawler and globbing library optimized for performance, with minimal dependencies and memory usage
93
49
$81K
find-up
Find a file or directory by walking up parent directories
76
40
$37K
streamx
A minimal and efficient Node.js streaming library that provides a lightweight alternative to the built-in streams implementation, focusing on performance and simplicity
54
35
$82K
NodeLib
Monorepo for NodeLib libraries
39
14
$124K
OS-Lib
OS-Lib is a simple, flexible, high-performance Scala interface to common OS filesystem and subprocess APIs
load-json-file
Read and parse a JSON file
make-dir
Make a directory and its parents if needed - Think `mkdir -p`