PHPackages                             processton/setup - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. processton/setup

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

processton/setup
================

0.0.60(12mo ago)044MITPHPPHP ^8.2CI passing

Since May 31Pushed 12mo agoCompare

[ Source](https://github.com/processton-io/client-setup)[ Packagist](https://packagist.org/packages/processton/setup)[ RSS](/packages/processton-setup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (17)Versions (61)Used By (0)

A Client App providing necessary crm and other functionalities to support your business
=======================================================================================

[](#a-client-app-providing-necessary-crm-and-other-functionalities-to-support-your-business)

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

[](#installation)

1. Make sure you have PHP 8.2 or higher installed.
2. Install Composer if you haven't already:

3. Run the following command in your project directory to install dependencies: ```
    composer install processton/setup
    ```
4. Update your users model to sync users with contacts ```
    use Processton\Contact\Models\Contact;
    use Processton\AccessControll\Traits\HasAbility;
    use Processton\Locale\Traits\HasAddress;
    use Processton\Locale\Traits\HasCountry;
    use Processton\Contact\Traits\HasContact;

    use HasCountry, HasAddress, HasAbility, HasContact;

    protected static function booted()
    {
       static::created(function ($model) {
          Contact::registerUser($model);
       });
    }
    ```
5. Carefully place your middlewares In routes ```
    use Processton\Org\Middleware\OrgMustBeInstalled;
    use Processton\Org\Middleware\OrgMustHaveBasicProfile;
    use Processton\Org\Middleware\OrgMustHaveFinancialProfile;
    use Processton\Contact\Middleware\UserMustHaveContact;
    use Processton\Company\Middleware\UserMustHaveCompany;
    ```
6. Publish config and assets.
7. Its not done yet you would need to follow [guidelines](doc/GuideLine.md) to integrate this application.

Documentation
-------------

[](#documentation)

### Getting Started

[](#getting-started)

- Review the [Installation](#installation) steps above.
- Explore the [list of provided namespaces](doc/ProvidedNameSpaces.md) for modular functionality .
- [Entities/Models included](doc/DatabaseModels.md) in this project
- Refer to inline code comments and type hints for usage guidance.

### Additional Resources

[](#additional-resources)

- [Composer Documentation](https://getcomposer.org/doc/)
- [PHP Official Documentation](https://www.php.net/docs.php)
- For further help, contact the project maintainers or open an issue.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance50

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.6% 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 ~1 days

Total

60

Last Release

364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83275f3144d4cc4092e54dd8d5acf6a048536f6d7e454d741ae82a61f904c737?d=identicon)[ahmadkokab](/maintainers/ahmadkokab)

---

Top Contributors

[![afaryab](https://avatars.githubusercontent.com/u/68786248?v=4)](https://github.com/afaryab "afaryab (94 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (61 commits)")

### Embed Badge

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

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

###  Alternatives

[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.6k2](/packages/crumbls-layup)[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.

3891.8k](/packages/codewithdennis-larament)[a2insights/filament-saas

Filament Saas for A2Insights

171.7k](/packages/a2insights-filament-saas)[businesstilto/commentable

An extensive and very customizable package that adds commenting in Filament v4.5 and newer.

165.0k](/packages/businesstilto-commentable)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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