schoolpalm/module-sdk

Official SDK for building SchoolPalm modules

Maintainers

Package info

github.com/codeparl/schoolpalm-module-sdk

pkg:composer/schoolpalm/module-sdk

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.5.0 2025-12-31 14:12 UTC

This package is auto-updated.

Last update: 2026-03-01 00:48:46 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

  1. php artisan sp:make-m <name> – Create a new module
  2. php artisan sp:validate-m – Validate a module manifest
  3. php artisan sp:gen-s – Generate folder structure for module development
  4. php artisan sp:stub – Generate all stubs

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.