PHPackages                             42mate/towel-standard - 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. 42mate/towel-standard

ActiveLibrary[Framework](/categories/framework)

42mate/towel-standard
=====================

Towel framework project structure.

0721PHP

Since Mar 26Pushed 11y ago4 watchersCompare

[ Source](https://github.com/42mate/towel-standard)[ Packagist](https://packagist.org/packages/42mate/towel-standard)[ RSS](/packages/42mate-towel-standard/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Towel Standard
==============

[](#towel-standard)

This the standard folder structure for any Towel project

Install
=======

[](#install)

Start by installing composer oin any preferred folder

```
curl -s https://getcomposer.org/installer | php

```

After that, run composer to create Towel project's folder structure.

```
php composer.php create-project --no-interaction -s dev 42mate/towel-standard

```

After that you'll have a fully operational Towel instance to start coding your application.

Contributions to Towel Standard
===============================

[](#contributions-to-towel-standard)

Go to Github with your github account.

Fork the Towel Standard repository (click on the "Fork" button)

After the "forking action" has completed, clone your fork locally

```
git clone git@github.com:USERNAME/towel-standard.git

```

Add the upstream repository as a remote (for update your fork).

```
cd towel-standard
git remote add upstream git://github.com/42mate/towel-standard.git

```

Run composer update to install all dependencies.

Update your fork
----------------

[](#update-your-fork)

To update your fork with the main repo do the following

```
cd towel-standard
git checkout master
git fetch upstream
git merge upstream/master

```

Do your changes and then commit and push your changes

```
git commit .... your params ...
git push origin master

```

After that create a new pull request in your fork page in github and we are going to receive that request to merge your changes in the main repo.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ab50ea33a49c18b47881d56de6ee5596f6cb5e5a61ad3eef87540d4c294ec35?d=identicon)[casivaagustin](/maintainers/casivaagustin)

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

---

Top Contributors

[![casivaagustin-zz](https://avatars.githubusercontent.com/u/673481?v=4)](https://github.com/casivaagustin-zz "casivaagustin-zz (28 commits)")[![casivaagustin](https://avatars.githubusercontent.com/u/95085603?v=4)](https://github.com/casivaagustin "casivaagustin (25 commits)")[![ezequielpintos](https://avatars.githubusercontent.com/u/1329230?v=4)](https://github.com/ezequielpintos "ezequielpintos (9 commits)")[![jonafrank](https://avatars.githubusercontent.com/u/1987711?v=4)](https://github.com/jonafrank "jonafrank (2 commits)")

### Embed Badge

![Health badge](/badges/42mate-towel-standard/health.svg)

```
[![Health](https://phpackages.com/badges/42mate-towel-standard/health.svg)](https://phpackages.com/packages/42mate-towel-standard)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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