Download the PHP package oe800/flarum-ext-bbcode-cards without Composer

On this page you can find all versions of the php package oe800/flarum-ext-bbcode-cards. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flarum-ext-bbcode-cards

BBCode Cards Extension

Add cards to your Flarum post.

Install:

composer require oe800/flarum-ext-bbcode-cards

Usage:

For small card: (better viewed on mobile, uses 50% of post width)

[CARD]{COLOR},{IMGURL},{TAG},{TITLE},{SUBTITLE},{TEXT}[/CARD]

For medium card (not sure why I made a medium size, uses 75% of post.)

[CARD2]{COLOR},{IMGURL},{TAG},{TITLE},{SUBTITLE},{TEXT}[/CARD2]

For larger card (uses 100% of post)

[CARD3]{COLOR},{IMGURL},{TAG},{TITLE},{SUBTITLE},{TEXT}[/CARD3]

Examples:

Smaller Card: (better viewed on mobile, uses 50% of post width)

[CARD]teal,https://unsplash.it/500,Hardware,Gigabyte Brix hit by UEFI vulnerabilities,Published on 4th April 2017 by Gareth Halfacree,Security researchers have discovered serious flaws in the firmware of Gigabyte's Brix small form factor (SFF) systems that allow malicious code to be written into firmware and stored even if you replace the system's storage device.[/CARD]

Imgur

Medium Card: (not sure why I made a medium size, uses 75% of post.)

[CARD2]brown,https://unsplash.it/600,Health,New Studies Showcase Key Health Benefits of Strawberries,Strawberries may help improve vascular health in at-risk adolescents,This is the first study to test the impact of freeze-dried strawberry powder (FDSP) on markers of vascular health in at-risk adolescents. Previous research in adults found a promising inverse relationship between FDSP consumption and the risk of cardiovascular disease.In a randomized, double-blind, crossover study, 25 overweight or obese males between ages 14-18 consumed 50 grams of FDSP or a calorically equivalent amount of control powder every day for a week. Before and after each test period, measures of vascular health were collected at baseline and one hour after FDSP intake.[/CARD2]

Imgur

Larger Card: (uses 100% of post)

[CARD3]salmon,https://unsplash.it/800/500,https://www.dnainfo.com/chicago/20170328/wicker-park/hot-shots-cafe-1242-n-milwaukee-ave-coffee-wifi-fruit-smoothies,technology,Coffee Shops Serve Laptop Users a New Blend,Cafes across the country reevaluating free Wi-Fi service,Barefoot Coffee Works rearranged its store to accommodate the growing number of people who want to "enjoy their cappuccino in a real ceramic cup." But more room for cappuccino guzzlers leaves less chairs for laptop wielders to spread out over four chairs and turn a cafe into a makeshift office for $5 a day. The Wall Street Journal says some coffee shops are struggling to support laptop users who camp out all day using their free Wi-Fi and electrical outlets and do not buy enough coffee and food to offset their costs.[/CARD3]

Imgur

Todos:

Make cards more responsive. Try to fit 2 or 3 cards in a row. Add more styles.


All versions of flarum-ext-bbcode-cards with dependencies

PHP Build Version
Package Version
Requires flarum/core Version ^0.1.0-beta.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oe800/flarum-ext-bbcode-cards contains the following files

Loading the files please wait ....