xavsio4 / yii2-assorted-devkit
Helpers and widgets for the Yii2 framework
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is auto-updated.
Last update: 2025-01-06 18:40:06 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