schoolpalm/module-sdk

Official SDK for building SchoolPalm modules

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/schoolpalm/module-sdk

1.0.0 2025-12-30 15:57 UTC

This package is auto-updated.

Last update: 2025-12-30 16:01:39 UTC


README

Official SDK for building SchoolPalm modules.

Installation

Install the package via Composer:

composer require schoolpalm/module-sdk

Requirements

  • PHP ^8.2
  • Laravel ^12.0
  • Inertia.js ^2.0

Usage

This SDK provides tools and scaffolding for creating SchoolPalm modules. It includes console commands for generating modules, validating manifests, and more.

Console Commands

  • php artisan module:make <name> - Create a new module
  • php artisan module:generate-stubs - Generate stubs for module development
  • php artisan module:validate <path> - Validate a module manifest

Module Structure

Modules should follow the structure defined in the SDK. Use the provided generators to scaffold new modules.

For more detailed documentation, refer to the SchoolPalm Documentation.

Contributing

Contributions are welcome! Please see the contributing guidelines for details.

License

This package is open-sourced software licensed under the MIT license.