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

ActiveLibrary

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

Laravel Starter Package for building NGO.Tools extensions

00PHP

Pushed 1mo agoCompare

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

READMEChangelogDependenciesVersionsUsed 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

18

—

LowBetter than 8% of packages

Maintenance59

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity8

Early-stage or recently created project

 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.

### 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 (18 commits)")

### 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)
```

PHPackages © 2026

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