PHPackages                             codesvault/wp-bundler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. codesvault/wp-bundler

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

codesvault/wp-bundler
=====================

WP Bundler is a CI/CD tool. It can configure and run build process, and bundle zip(s) for WordPress plugins.

1.2.4(10mo ago)106501MITPHP

Since May 22Pushed 10mo agoCompare

[ Source](https://github.com/CodesVault/wp-bundler)[ Packagist](https://packagist.org/packages/codesvault/wp-bundler)[ RSS](/packages/codesvault-wp-bundler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (10)Used By (0)

WP Bundler
==========

[](#wp-bundler)

Build dependencies &amp; Bundle production ready plugin.
WP Bundler is a CI/CD tool. It can configure and run build process, and bundle zip(s) for WordPress plugins.

Requirements
------------

[](#requirements)

- Environment: Mac, Linux.
- PHP CLI 7.4 &gt;=
- Composer

Installation
------------

[](#installation)

It is required to use composer to install WP Bundler.

```
composer require codesvault/wp-bundler --dev
```

Setup
-----

[](#setup)

Create a `bundler` file in the root folder of your plugin. E.g. `wp-content/plugins/kathamo/bundler`. Add the below code in the file.

```
#!/usr/bin/env php
