PHPackages                             moo/flashcard-bundle - 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. [CLI &amp; Console](/categories/cli)
4. /
5. moo/flashcard-bundle

ActiveLaravel-package[CLI &amp; Console](/categories/cli)

moo/flashcard-bundle
====================

Laravel package that provides a simple flash card system with REST API.

v2.0.2(8y ago)347MITPHPPHP &gt;=7.1CI failing

Since Dec 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/satrun77/flashcard)[ Packagist](https://packagist.org/packages/moo/flashcard-bundle)[ Docs](https://github.com/satrun77/flashcard)[ RSS](/packages/moo-flashcard-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (8)Versions (9)Used By (0)

MooFlashCard
============

[](#mooflashcard)

[![SensioLabsInsight](https://camo.githubusercontent.com/3a68d7052c8d7dac2e97bd672021dffa88b3ff8db095417f3b82526d87d86e36/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63363064333562632d313766332d343062372d396231372d6635303462386136323237302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/c60d35bc-17f3-40b7-9b17-f504b8a62270)[![Build Status](https://camo.githubusercontent.com/5fd980ccb400e2f80e9e6e4a95aaeec9e231476e3d6f6ef35ef1f4f42fa4a23f/68747470733a2f2f7472617669732d63692e6f72672f73617472756e37372f666c617368636172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/satrun77/flashcard)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ed1b98b49ae050730c55a5b483bc47c57aa7dbe6af8c1312553308593ee374e3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73617472756e37372f666c617368636172642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/satrun77/flashcard/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/59b856b8f6dfb8afa6c087c8fea6bf2b671ec6a77dfcf7aadc650391b17a4353/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73617472756e37372f666c617368636172642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/satrun77/flashcard/?branch=master)

This package provides model for card &amp; category to organise simple flash card system. It provide an API end-point to query for cards or categories.

### Installation

[](#installation)

Install the package via composer:

```
composer require moo/flashcard
```

Rebuild the cached package manifest

```
artisan package:discover
```

Update your database with the package schema.

```
artisan migrate
```

#### DONE!

[](#done)

### API Usage

[](#api-usage)

##### Query Categories

[](#query-categories)

Request all categories

```
/api/categories

```

Request categories by search query

```
/api/categories?filter[custom]=search_query

```

##### Query Cards

[](#query-cards)

Request all cards

```
/api/cards

```

Request cards by search query

```
/api/cards?filter[custom]=search_query

```

Request cards &amp; include category details for each card

```
/api/cards?include=category

```

Request cards with pagination

```
/api/cards?page=1&limit=20

```

Request all card by id

```
/api/cards/{id}

```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Demo

[](#demo)

- You can view my personal use of this package - [Demo](http://flashcard.my.geek.nz/).

### License

[](#license)

This package is under the MIT license. View the [LICENSE.md](LICENSE.md) file for the full copyright and license information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Recently: every ~265 days

Total

8

Last Release

2942d ago

Major Versions

v1.1.1 → v2.0.02018-06-02

PHP version history (3 changes)1.0.0PHP &gt;=5.3.2

v1.1.1PHP &gt;=5.5.0

v2.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/531e6ca1951a4d5d68e4b7c7c3284fe56ffda52d2998b4e4d252bf48ce52ea75?d=identicon)[satrun77](/maintainers/satrun77)

---

Top Contributors

[![satrun77](https://avatars.githubusercontent.com/u/166450?v=4)](https://github.com/satrun77 "satrun77 (75 commits)")

---

Tags

apiflashcardlaravellaravel-packagephpcliconsolelaravelknowledgebaseflash card

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/moo-flashcard-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/moo-flashcard-bundle/health.svg)](https://phpackages.com/packages/moo-flashcard-bundle)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.7k](/packages/larastan-larastan)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1542.1k4](/packages/masterix21-laravel-licensing)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15104.9k4](/packages/calebdw-larastan)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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