xavsio4/yii2-assorted-devkit

Helpers and widgets for the Yii2 framework

dev-master 2019-05-06 05:50 UTC

This package is auto-updated.

Last update: 2024-10-06 18:12:01 UTC


README

Description

Several helpers functions and widgets that I often use in developments.

How to install

Composer

The easiest way to install this package is to use composer. If you don't have composer get it here:

https://getcomposer.org/download/

Now you can run the following commands in your root project directory:

composer require "xavsio4/yii2-assorted-devkit" "*"

or (depending on your installation type)

php composer.phar require "xavsio4/yii2-assorted-devkit" "*"

or else add an entry in your project's composer.json file

"xavsio4/yii2-assorted-devkit":"*"

Manually download

Download the latest version here:

https://github.com/xavsio4/yii2-assorted-devkit/

THIS IS IN DEVELOPMENT AND WILL BE REALEASED SOON so don't use it for now

List of features

  • class Util

    • Display an avatar image using the Gravatar.com service
  • class SocialFunctions

    • get the latest tweet of an account

Examples

License

MIT License. Look at 'LICENSE.md' file