Download the PHP package moo/flashcard-bundle without Composer
On this page you can find all versions of the php package moo/flashcard-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moo/flashcard-bundle
More information about moo/flashcard-bundle
Files in moo/flashcard-bundle
Package flashcard-bundle
Short Description Laravel package that provides a simple flash card system with REST API.
License MIT
Homepage https://github.com/satrun77/flashcard
Informations about the package flashcard-bundle
MooFlashCard
This package provides model for card & category to organise simple flash card system. It provide an API end-point to query for cards or categories.
Installation
Install the package via composer:
Rebuild the cached package manifest
Update your database with the package schema.
DONE!
API Usage
Query Categories
Request all categories
Request categories by search query
Query Cards
Request all cards
Request cards by search query
Request cards & include category details for each card
Request cards with pagination
Request all card by id
Changelog
Please see CHANGELOG for more information what has changed recently.
Demo
- You can view my personal use of this package - Demo.
License
This package is under the MIT license. View the LICENSE.md file for the full copyright and license information.
All versions of flashcard-bundle with dependencies
illuminate/console Version ^5.6
illuminate/database Version ^5.6
illuminate/http Version ^5.6
mockery/mockery Version ^1.1
spatie/laravel-query-builder Version ^1.9
spatie/laravel-sluggable Version ^2.1