PHPackages                             simonecosci/wms - 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. simonecosci/wms

ActiveProject[Framework](/categories/framework)

simonecosci/wms
===============

Windowed Management System

1.1.1(7y ago)7253[8 PRs](https://github.com/simonecosci/wms/pulls)MITBladePHP &gt;=7.1.3

Since Sep 14Pushed 3y ago2 watchersCompare

[ Source](https://github.com/simonecosci/wms)[ Packagist](https://packagist.org/packages/simonecosci/wms)[ RSS](/packages/simonecosci-wms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (10)Versions (19)Used By (0)

WMS
===

[](#wms)

### Windowed Management System

[](#windowed-management-system)

Laravel-KendoUI (Web Desktop-Like Application Environment)
----------------------------------------------------------

[](#laravel-kendoui-web-desktop-like-application-environment)

[![GitHub All Releases](https://camo.githubusercontent.com/e962043a9dd1aedf305a93cdd62e293d378c69b154b78eb51948a0f2c806a221/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f73696d6f6e65636f7363692f776d732f746f74616c2e737667)](https://packagist.org/packages/simonecosci/wms)

[![](https://camo.githubusercontent.com/73613542082ca6b063838d51b365ebcb6dffdc5e26ef44e65e1ebb65fb698d50/687474703a2f2f7777772e73696d6f6e65636f7363692e636f6d2f73746f726167652f6170702f6d656469612f6c6f676f5f776d732e737667)](https://camo.githubusercontent.com/73613542082ca6b063838d51b365ebcb6dffdc5e26ef44e65e1ebb65fb698d50/687474703a2f2f7777772e73696d6f6e65636f7363692e636f6d2f73746f726167652f6170702f6d656469612f6c6f676f5f776d732e737667)

[![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)[![](https://camo.githubusercontent.com/69b75e81723ce5f915ac521f796e83b0f0c25d578f1434e57906184399a350f8/68747470733a2f2f74656c6572696b68656c7065722e66696c65732e776f726470726573732e636f6d2f323031352f30332f6b656e646f75692e706e673f773d343430)](https://camo.githubusercontent.com/69b75e81723ce5f915ac521f796e83b0f0c25d578f1434e57906184399a350f8/68747470733a2f2f74656c6572696b68656c7065722e66696c65732e776f726470726573732e636f6d2f323031352f30332f6b656e646f75692e706e673f773d343430)

[![](https://camo.githubusercontent.com/d64a9088c5ecf1be77158dec1b1faa59a1b356e30538fbc9dc2c53b2f3e1d4ac/687474703a2f2f7777772e73696d6f6e65636f7363692e636f6d2f73746f726167652f6170702f6d656469612f53532d312e4a5047)](https://camo.githubusercontent.com/d64a9088c5ecf1be77158dec1b1faa59a1b356e30538fbc9dc2c53b2f3e1d4ac/687474703a2f2f7777772e73696d6f6e65636f7363692e636f6d2f73746f726167652f6170702f6d656469612f53532d312e4a5047)

About WMS (Whatever Management System)
--------------------------------------

[](#about-wms-whatever-management-system)

**WMS** has been built on top of the **Laravel Framework** by extending some feature and using kendo-ui as frontend javascript framework. Basically WMS creates for you an *environment* very similar to your **desktop** for the **administrative backoffice**. The public area it's up to you.

Using this tool you don't need to be a skilled programmer. You just need to have knowledgebase of **relational databases** and that's all. The application code, for every new module you are going to create, is generated by the application itself. The owner is called to simply create visually the **data models** and click buttons to scaffold the source code.

**NO PROGRAMMING SKILL IS REQUIRED**

Once the code is created you can edit manually and add/integrate your own features.

The final effect is awesome and the administrator feels like at home. This is due to the windowed approach. Administrator already know how to handle a window, minimize, maximize, change wallpaper and themes etc.

It's a sort of **online MDI form Application Generator** which provides a simple way to create both the UI (User Interface) for the Frontend using kendo-ui framework and the Backend (**CRUD**) using Laravel framework.

Someone define it a sort of online access wizard, and it's not so far.

If you want to try out .... it's free and don't forget to star it if you like :)

- [Laravel](https://laravel.com/docs/5.6).
- [Telerik Kendo UI for jQuery](https://www.progress.com/kendo-ui).
- [Project homepage](http://www.simonecosci.com/wms).

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

[](#installation)

Cloning the git

```
git clone https://github.com/simonecosci/wms.git
cd
composer install
npm install

```

Via Composer

```
composer create-project simonecosci/wms
cd
npm install

```

Database
--------

[](#database)

Creata a new database

```
mysql -uroot -p
mysql> create database yourDatabaseName;
mysql> quit;

```

Then `cp .env.example .env` and update your database creds.

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=yourDatabaseName
DB_USERNAME=root
DB_PASSWORD=root

```

Change (if you want) the initial credential by editing the file `/database/seeds/UsersTableSeeder.php` or use these:

```
email: admin@example.com
password: admin

```

run the migrations with seed

```
php artisan migrate:fresh --seed

```

You can now run the web server

```
php artisan serve

```

or configure a virtualhost in your web server config

```

	ServerName localhost
	DocumentRoot "//public"

		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride All
		Require local

```

Navigate  and login

You have to give *write* permission to the following folders while your app is in development

- app/Models
- app/Http/Controllers/Admin
- resources/views/admin
- database/migrations
- public/app

```
chmod -R 777 app/Models
chmod -R 777 app/Http/Controllers/Admin
chmod -R 777 resources/views/admin
chmod -R 777 database/migrations
chmod -R 777 public/app

```

To create your first window read the [Wiki](https://github.com/simonecosci/wms/wiki)
------------------------------------------------------------------------------------

[](#to-create-your-first-window-read-the-wiki)

[![](https://camo.githubusercontent.com/361a214dc1697499fa3d355bbf3d07dbb79173e75fe1777cbd215092f4141f4d/687474703a2f2f7777772e73696d6f6e65636f7363692e636f6d2f73746f726167652f6170702f6d656469612f53532d322e4a5047)](https://camo.githubusercontent.com/361a214dc1697499fa3d355bbf3d07dbb79173e75fe1777cbd215092f4141f4d/687474703a2f2f7777772e73696d6f6e65636f7363692e636f6d2f73746f726167652f6170702f6d656469612f53532d322e4a5047)

Licenses
--------

[](#licenses)

The Laravel framework and the WMS are open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

The Kendo-UI framework is commercial software licensed .

Using this software requires a commercial license of Kendo UI

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 83.9% 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 ~25 days

Recently: every ~31 days

Total

10

Last Release

2564d ago

PHP version history (2 changes)1.0PHP &gt;=7.0.0

1.1.0PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa0803f07f0854903f3f45c61f811936e202472d7caa858d00122cd1d8876025?d=identicon)[simonecosci](/maintainers/simonecosci)

---

Top Contributors

[![simonecosci](https://avatars.githubusercontent.com/u/6168998?v=4)](https://github.com/simonecosci "simonecosci (167 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (30 commits)")[![pierDipi](https://avatars.githubusercontent.com/u/33736985?v=4)](https://github.com/pierDipi "pierDipi (2 commits)")

---

Tags

javascriptkendo-uilaravel-frameworkphpframeworklaravelkendo

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[bytefury/crater

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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