PHPackages                             ngo-tools/sdk-laravel-starter - 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. ngo-tools/sdk-laravel-starter

ActiveLibrary[Framework](/categories/framework)

ngo-tools/sdk-laravel-starter
=============================

Laravel Starter Package for building NGO.Tools extensions

v0.8.5(2mo ago)042MITPHPPHP ^8.2

Since Mar 24Pushed 2mo agoCompare

[ Source](https://github.com/ngo-tools/sdk-laravel-starter)[ Packagist](https://packagist.org/packages/ngo-tools/sdk-laravel-starter)[ Docs](https://github.com/ngo-tools/sdk-laravel-starter)[ RSS](/packages/ngo-tools-sdk-laravel-starter/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (5)Versions (17)Used By (0)

NGO.Tools Laravel Starter
=========================

[](#ngotools-laravel-starter)

Laravel package for building [NGO.Tools](https://ngo.tools) extensions.

Quick Start
-----------

[](#quick-start)

The easiest way to get started is via the NGO.Tools admin panel:

1. Go to **Apps** in your NGO.Tools panel
2. Click **App erstellen**, enter a name
3. Run the generated command in your terminal

This will create a Laravel project, install this package, and connect your app automatically.

Manual Installation
-------------------

[](#manual-installation)

```
composer require ngo-tools/sdk-laravel-starter
php artisan ngotools:install
```

Commands
--------

[](#commands)

CommandDescription`php artisan ngotools:install`Interactive setup wizard (UI slots, webhooks, scopes)`php artisan ngotools:dev`Start dev server + cloudflared tunnel`php artisan ngotools:sync`Push manifest changes to NGO.ToolsConfiguration
-------------

[](#configuration)

After installation, configuration is in `config/ngotools.php` and `.env`:

```
NGOTOOLS_API_URL=https://your-org.ngo.tools
NGOTOOLS_DEV_TOKEN=...
NGOTOOLS_WEBHOOK_SECRET=...
NGOTOOLS_PORT=8001
```

UI Slots
--------

[](#ui-slots)

Extensions can integrate into these UI slots:

- **Navigation Entry** — Full-page iframe under a navigation link
- **Dashboard Card** — Widget card on the dashboard
- **Contact Tab** — Tab on the contact detail page

Views are published to `resources/views/vendor/ngotools/pages/`.

Webhooks
--------

[](#webhooks)

When you select webhook events during setup, the package generates:

- `routes/ngotools-webhooks.php` with a webhook handler
- HMAC-SHA256 signature verification middleware

Manifest
--------

[](#manifest)

The app manifest is generated at `.well-known/ngotools.json` and served automatically. Edit it manually or re-run `php artisan ngotools:install` to regenerate.

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance83

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

16

Last Release

85d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dd4066526f273592da88a5b863d5302bb171dd626ffd3e646a0f282a0dc4db2?d=identicon)[oleloSebastian](/maintainers/oleloSebastian)

---

Top Contributors

[![SebastianSchoeps](https://avatars.githubusercontent.com/u/44115562?v=4)](https://github.com/SebastianSchoeps "SebastianSchoeps (22 commits)")

---

Tags

laravelextensionstarterNGO.Toolsngo

### Embed Badge

![Health badge](/badges/ngo-tools-sdk-laravel-starter/health.svg)

```
[![Health](https://phpackages.com/badges/ngo-tools-sdk-laravel-starter/health.svg)](https://phpackages.com/packages/ngo-tools-sdk-laravel-starter)
```

###  Alternatives

[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3827.0M3.3k](/packages/filament-filament)[laravel/laravel

The skeleton application for the Laravel framework.

84.5k62.4M1.0k](/packages/laravel-laravel)[laravel/octane

Supercharge your Laravel application's performance.

4.0k24.7M204](/packages/laravel-octane)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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