rapttor/helper

General helper class

Installs: 6 825

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rapttor/helper

dev-master 2025-06-24 10:59 UTC

This package is auto-updated.

Last update: 2025-09-24 11:28:48 UTC


README

Features

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

Install

composer require rapttor/helper

or

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