Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Viewing stats for the following collectives:
PHP Foundation webpackFinancials
Expenses: 14 (-$77,687.06)
Donors: 614
Spenders: 13
Project activity
New Projects: 0
New Releases: 23
New Issues: 197
New Pull Requests: 584
Closed Issues: 204
Merged Pull Requests: 399
Closed Pull Requests: 152
Issue Authors: 121
Pull Request Authors: 100
Active Maintainers: 29
Time to close issues:
47.5 days
Time to merge pull requests:
8.1 days
Time to close pull requests:
9.8 days
Commit Stats
Commits: 0
Commit Authors: 0
Commit Committers: 0
Additions: 0
Deletions: 0
Repositories
github.com/webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Stars: 64,910 - Last synced: 31 Dec 2024
github.com/webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Stars: 7,808 - Last synced: 31 Dec 2024
github.com/webpack/tapable
Just a little module for plugins.
Stars: 3,748 - Last synced: 30 Dec 2024
github.com/webpack/webpack-cli
Webpack's Command Line Interface
Stars: 2,570 - Last synced: 31 Dec 2024
github.com/webpack/webpack-dev-middleware
A development middleware for webpack
Stars: 2,501 - Last synced: 30 Dec 2024
github.com/webpack/webpack.js.org
Repository for webpack documentation and more!
Stars: 2,216 - Last synced: 31 Dec 2024
github.com/webpack/react-starter
[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
Stars: 2,207 - Last synced: 30 Dec 2024
github.com/webpack/enhanced-resolve
Offers an async require.resolve function. It's highly configurable.
Stars: 932 - Last synced: 30 Dec 2024
github.com/webpack/memory-fs
[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
Stars: 882 - Last synced: 30 Dec 2024
github.com/webpack/webpack-pwa
Example for a super simple PWA with webpack.
Stars: 811 - Last synced: 30 Dec 2024
github.com/webpack/react-webpack-server-side-example
Example of an react application with webpack including server-side rendering.
Stars: 460 - Last synced: 30 Dec 2024
github.com/webpack/node-libs-browser
[DEPRECATED] The node core libs for in browser usage.
Stars: 448 - Last synced: 30 Dec 2024
github.com/webpack/watchpack
Wrapper library for directory and file watching.
Stars: 378 - Last synced: 30 Dec 2024
github.com/webpack/webpack-with-common-libs
webpack with some common libraries
Stars: 339 - Last synced: 30 Dec 2024
github.com/php/php-rfcs
Experimental repo for GitHub based RFC workflow. For now, please don't submit PRs.
Stars: 292 - Last synced: 02 Jan 2025
github.com/webpack/webpack-sources
Source code handling classes for webpack
Stars: 262 - Last synced: 30 Dec 2024
github.com/webpack/changelog-v5
Temporary repo for the changelog for webpack 5
Stars: 254 - Last synced: 30 Dec 2024
github.com/webpack/meeting-notes
Webpack core team meeting notes.
Stars: 188 - Last synced: 30 Dec 2024
github.com/webpack/concord
[WIP] concord modules specification
Stars: 156 - Last synced: 30 Dec 2024
github.com/php/doc-zh
Chinese translation of the PHP documentation
Stars: 153 - Last synced: 02 Jan 2025
github.com/webpack/example-app
[OUTDATED] example web app for webpack
Stars: 138 - Last synced: 30 Dec 2024
github.com/php/pecl-php-operator
Operator overloading for Objects
Stars: 125 - Last synced: 31 Dec 2024
github.com/php/doc-pt_br
Brazilian Portuguese translation of the PHP documentation
Stars: 117 - Last synced: 01 Jan 2025
github.com/php/policies
A collection of the policies and guidelines that set out PHP's development
Stars: 100 - Last synced: 31 Dec 2024
github.com/php/php-sdk-binary-tools
Tool kit for building PHP under Windows
Stars: 92 - Last synced: 02 Jan 2025
github.com/php/doc-ja
Japanese translation of the PHP documentation
Stars: 80 - Last synced: 02 Jan 2025
github.com/php/pecl-file_formats-yaml
YAML-1.1 parser and emitter
Stars: 72 - Last synced: 02 Jan 2025
github.com/webpack/fastparse
A very simple and stupid parser, based on a statemachine and regular expressions.
Stars: 65 - Last synced: 30 Dec 2024
github.com/webpack/enhanced-require
[CURRENTLY UNMAINTAINED] Enhance the require function in node.js with support for loaders which preprocess files. This is a standalone polyfill for features of webpack.
Stars: 64 - Last synced: 30 Dec 2024
github.com/webpack/playground
In-browser playground for webpack
Stars: 60 - Last synced: 30 Dec 2024
github.com/php/pecl-php-uploadprogress
An extension to track progress of a file upload
Stars: 56 - Last synced: 02 Jan 2025
github.com/webpack/analyse-tool
A tool to analyse your webpack build result. It allows to browse the compilation and points out options to optimize the build.
Stars: 55 - Last synced: 30 Dec 2024
github.com/webpack/hot-node-example
Example for HMR in a node.js process
Stars: 54 - Last synced: 30 Dec 2024
github.com/php/pecl-networking-ssh2
Bindings for the libssh2 library
Stars: 51 - Last synced: 02 Jan 2025
github.com/php/doc-ru
Russian translation of the PHP documentation
Stars: 51 - Last synced: 01 Jan 2025
github.com/php/systems
Hooks and Cronjobs for PHP Infrastructure
Stars: 51 - Last synced: 31 Dec 2024
github.com/php/doc-fr
French translation of the PHP documentation
Stars: 48 - Last synced: 02 Jan 2025
github.com/php/php-windows-builder
Tooling to build PHP and extensions on Windows
Stars: 40 - Last synced: 31 Dec 2024
github.com/webpack/source-list-map
Fast line to line SourceMap generator.
Stars: 39 - Last synced: 30 Dec 2024
github.com/php/pecl-networking-gearman
PHP wrapper to libgearman
Stars: 33 - Last synced: 02 Jan 2025
github.com/php/web-php-distributions
All released PHP distributions
Stars: 31 - Last synced: 02 Jan 2025
github.com/php/php-tasks
Tasks that need doing. This is for php-src maintainers. The end-user bug tracker is at https://bugs.php.net/.
Stars: 27 - Last synced: 02 Jan 2025
github.com/webpack/core
[OBSOLETE in webpack 2] The core of webpack and enhanced-require...
Stars: 26 - Last synced: 30 Dec 2024
github.com/php/doc-de
German translation of the PHP documentation
Stars: 25 - Last synced: 02 Jan 2025
github.com/php/pecl-languages-v8js
V8 Javascript Engine for PHP
Stars: 24 - Last synced: 31 Dec 2024
github.com/php/doc-es
Spanish translation of the PHP documentation
Stars: 24 - Last synced: 01 Jan 2025
github.com/php/pecl-database-ibm_db2
Extension for IBM DB2 Universal Database, IBM Cloudscape, and Apache Derby
Stars: 23 - Last synced: 02 Jan 2025
github.com/webpack/voting-app
An application for casting votes on new webpack features and fixes.
Stars: 22 - Last synced: 30 Dec 2024
github.com/webpack/tooling
A collection of reusable tooling for webpack repos.
Stars: 20 - Last synced: 30 Dec 2024
github.com/php/pecl-encryption-mcrypt
Interface to the mcrypt library
Stars: 20 - Last synced: 02 Jan 2025
github.com/php/doc-tr
Turkish translation of the PHP documentation
Stars: 18 - Last synced: 02 Jan 2025
github.com/php/pecl-database-pdo_ibm
PDO driver for IBM databases
Stars: 17 - Last synced: 02 Jan 2025
github.com/php/pecl-event-libevent
Libevent - event notification
Stars: 15 - Last synced: 31 Dec 2024
github.com/php/web-shared
Shared code across various .php.net sites
Stars: 14 - Last synced: 31 Dec 2024
github.com/php/pecl-datetime-timezonedb
Timezone Database to be used with PHP's date and time functions
Stars: 13 - Last synced: 31 Dec 2024
github.com/webpack/graph
[DEPRECATED] Converts JSON stats from webpack to a nice SVG-Image.
Stars: 13 - Last synced: 30 Dec 2024
github.com/php/pecl-search_engine-sphinx
Client extension for Sphinx - opensource SQL full-text search engine
Stars: 12 - Last synced: 31 Dec 2024