zerp/account

Accounting module for the Zerp ERP platform

Maintainers

Package info

github.com/zerp-pk/account

Language:TypeScript

pkg:composer/zerp/account

Transparency log

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.4 2026-07-24 02:30 UTC

This package is auto-updated.

Last update: 2026-07-24 11:37:52 UTC


README

Accounting module for the Zerp ERP platform. Accounting module for the Zerp ERP platform

Requirements

  • PHP 8.2+
  • A Laravel application with package auto-discovery enabled (built for Zerp, Laravel 12)

Installation

composer require zerp/account

The package auto-registers via Laravel's package discovery - no manual service provider registration needed.

What it provides

  • Zerp\Account\Providers\AccountServiceProvider - boots this module's routes, migrations, and settings
  • Frontend pages/components under src/Resources/js

License

MIT - see LICENSE.