PHPackages                             webisters/webisters - 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. [Framework](/categories/framework)
4. /
5. webisters/webisters

ActiveLibrary[Framework](/categories/framework)

webisters/webisters
===================

Webisters Command Line Tool

v1.0.6(1mo ago)117[1 issues](https://github.com/webisters/webisters/issues)4MITPHPPHP &gt;=8.2CI passing

Since Apr 29Pushed 1mo agoCompare

[ Source](https://github.com/webisters/webisters)[ Packagist](https://packagist.org/packages/webisters/webisters)[ Docs](https://webisters.com/packages/webisters)[ Fund](https://webisters.com/sponsor)[ RSS](/packages/webisters-webisters/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (7)Used By (4)

Webisters CLI
=============

[](#webisters-cli)

Webisters is a command line tool for creating and managing Webisters projects.

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

[](#requirements)

- PHP `>=8.2`
- Composer 2.x

### PHP extensions

[](#php-extensions)

- Required: `ext-intl`, `ext-sodium`, `ext-gd` — enable these extensions before installing the CLI or framework to avoid runtime errors.

#### Quick enablement notes

[](#quick-enablement-notes)

- Windows: enable the extensions in your `php.ini` (uncomment `extension=intl`, `extension=sodium`, `extension=gd`) and restart your terminal/web server.
- Ubuntu/Debian (example):

```
sudo apt update
sudo apt install php-intl php-sodium php-gd
sudo systemctl restart php8.2-fpm # or restart your PHP service
```

Included libraries
------------------

[](#included-libraries)

The Webisters framework repository includes many reusable libraries located under the `libraries/` directory. Enable the PHP extensions listed below before installing to avoid installation or runtime errors.

- autoload
- cache
- cli
- coding-standard
- config
- crypto
- database
- database-extra
- date
- debug
- dev-commands
- email
- events
- factories
- front
- helpers
- http
- http-client
- image
- language
- log
- minify
- mvc
- pagination
- routing
- session
- testing
- theme
- validation

Extensions required by libraries
--------------------------------

[](#extensions-required-by-libraries)

These extensions are declared in the individual libraries' `composer.json` files. Make sure the following extensions are enabled on your system before installing the framework or any packages.

- `ext-intl` — required by: `autoload`, `date`, `language`, `validation`
- `ext-sodium` — required by: `crypto`
- `ext-gd` — required by: `image`
- `ext-json` — required by: `cache`, `date`, `http`, `http-client`, `image`, `mvc`, `pagination`
- `ext-fileinfo` — required by: `email`, `http`, `http-client`, `validation`
- `ext-curl` — required by: `http-client`
- `ext-mysqli` — required by: `database`, `mvc`
- `ext-simplexml` — required by: `config`
- `ext-dom`, `ext-libxml` — required by: `minify`

If any of these extensions are missing you may see errors during `composer install` or when running the framework. See the quick enablement notes above for common platform commands, or consult your OS / PHP distribution documentation for how to enable extensions.

Install (Global)
----------------

[](#install-global)

```
composer global require webisters/webisters
```

### Windows: enable `webisters` command (recommended)

[](#windows-enable-webisters-command-recommended)

This adds Composer's global `bin-dir` to your user PATH.

```
composer global exec webisters setup
```

Restart your terminal after running setup.

Create a Project
----------------

[](#create-a-project)

Preferred (after PATH setup):

```
webisters new-app my-app
webisters new-api my-api
webisters new-one my-one
webisters new-site my-site
```

No-PATH fallback (works on any OS):

```
composer global exec webisters new-app my-app
```

The CLI will download the project template using `composer create-project` and then ask whether to run `composer install`.

Commands
--------

[](#commands)

- `setup` (Windows): adds Composer global bin-dir to PATH
- `new-app `: create an App project
- `new-api `: create an API project
- `new-one `: create a One project
- `new-site `: create a Static Site project

You can also use the grouped form:

```
webisters new app
webisters new api
webisters new one
webisters new site
```

Support
-------

[](#support)

- Issues:
- Source:
- Documentation:
- Forum:
- Email:

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance72

Regular maintenance activity

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76ae5701a44f49f3e6a75fcd26174f093374997d189ea665b22366601b0da16e?d=identicon)[webisters](/maintainers/webisters)

---

Top Contributors

[![HafizMMoaz](https://avatars.githubusercontent.com/u/103947442?v=4)](https://github.com/HafizMMoaz "HafizMMoaz (9 commits)")

---

Tags

cliframeworkpreloadinstallertoolWebisters

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webisters-webisters/health.svg)

```
[![Health](https://phpackages.com/badges/webisters-webisters/health.svg)](https://phpackages.com/packages/webisters-webisters)
```

###  Alternatives

[aplus/aplus

Aplus Command Line Tool

2451.6M](/packages/aplus-aplus)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
