rapttor/helper

General helper class

dev-master 2021-10-17 19:08 UTC

This package is auto-updated.

Last update: 2021-12-17 19:30:37 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"
    }
  ]