rapttor/yiihelper

General Yii1.x helper class

Installs: 6 797

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/rapttor/yiihelper

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

This package is auto-updated.

Last update: 2025-09-29 02:51:43 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"
    }
  ]