rapttor/yiihelper

General Yii1.x helper class

dev-master 2022-08-25 17:48 UTC

This package is auto-updated.

Last update: 2025-04-29 01:33:49 UTC


README

Features

  • Simplify your life working with Yii1.1.x rest apps
  • PSR-4 autoloading compliant structure
  • Unit-Testing with PHPUnit [in progress]

Install

composer require rapttor/yiihelper

or

  "require": {
    "rapttor/yiihelper": "dev-master"
  },
  "repositories":[
    {
      "type": "vcs",
      "url": "https://github.com/rapttor/yiihelper.git"
    }
  ]