PHPackages                             medz/thinksns-installer - 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. [API Development](/categories/api)
4. /
5. medz/thinksns-installer

AbandonedLibrary[API Development](/categories/api)

medz/thinksns-installer
=======================

The thinksns-installer is ThinkSNS 4 version installed library.

4.0.1(10y ago)324MITDartPHP &gt;=5.3

Since Mar 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/medz/thinksns-installer)[ Packagist](https://packagist.org/packages/medz/thinksns-installer)[ RSS](/packages/medz-thinksns-installer/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Spry Fullstack Starter
======================

[](#spry-fullstack-starter)

A deliberately opinionated and minimal full-stack starter built with `Spry`, `Flutter`, and `unrouter`.

The template currently includes a small user management example:

- `GET /users`
- `GET /users/:id`
- `POST /users`
- Three Flutter pages: list, details, and create

Stack
-----

[](#stack)

- Backend: `spry`
- Frontend: `flutter`
- Routing: `unrouter`
- API calls: Spry generated client

Structure
---------

[](#structure)

```
lib/app/
  api.dart
  app.dart
  router.dart
  pages/
    home.dart
    details.dart
    create.dart

routes/
  users/
    index.get.dart
    index.post.dart
    [id].get.dart

middleware/
  01_cors.dart

```

Philosophy
----------

[](#philosophy)

This starter is intentionally simple:

- one global `api`
- one global `router`
- pages call the generated client directly
- list and details use `defineDataLoader`
- create calls `POST /users` directly

The goal is not to demonstrate a layered architecture. The goal is to give you a template you can start modifying immediately.

Getting Started
---------------

[](#getting-started)

1. Create a project from this template
2. Install dependencies
3. Generate the Flutter platforms you actually need
4. Start the Spry backend
5. Run the Flutter app

```
flutter pub get
dart run spry build
```

Generate Flutter Platforms
--------------------------

[](#generate-flutter-platforms)

This template repository intentionally ignores the following platform directories:

- `android/`
- `ios/`
- `linux/`
- `macos/`
- `web/`
- `windows/`

That means:

- those directories may exist in your local workspace
- but they are not treated as fixed template content
- template users should generate or regenerate the platforms they need with `flutter create`

For example:

```
flutter create . --platforms=macos,ios,android,web
```

Or only generate the targets you need:

```
flutter create . --platforms=macos
flutter create . --platforms=web
```

Local Development
-----------------

[](#local-development)

Start Spry first:

```
dart run spry serve
```

Default addresses:

- API: `http://127.0.0.1:4000`
- OpenAPI UI: `http://127.0.0.1:4000/docs`

Then run Flutter:

```
flutter run
```

The frontend currently sends requests to:

```
http://127.0.0.1:4000

```

If you change the backend address, update both:

- `lib/app/api.dart`
- `spry.config.dart`

After Changing the API
----------------------

[](#after-changing-the-api)

If you change any route under `routes/`, regenerate the Spry runtime and client:

```
dart run spry build
```

This updates local generated artifacts:

- `.spry/`
- `lib/src/generated/api/`
- `public/openapi.json`

These generated files are already ignored by the template and do not need manual maintenance.

Common Commands
---------------

[](#common-commands)

```
flutter pub get
dart run spry build
dart run spry serve
flutter analyze
flutter test
flutter run
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance56

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~0 days

Total

2

Last Release

3771d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5564821?v=4)[Seven Du](/maintainers/medz)[@medz](https://github.com/medz)

---

Top Contributors

[![medz](https://avatars.githubusercontent.com/u/5564821?v=4)](https://github.com/medz "medz (11 commits)")

---

Tags

dartflutterfull-stackopenapisprystartertemplateunrouterthinksns

### Embed Badge

![Health badge](/badges/medz-thinksns-installer/health.svg)

```
[![Health](https://phpackages.com/badges/medz-thinksns-installer/health.svg)](https://phpackages.com/packages/medz-thinksns-installer)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)

PHPackages © 2026

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