2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00
2017-08-29 22:51:31 +02:00

Meritoo Common Library

Useful classes, methods, extensions etc.

Installation

Composer

  1. Open composer.json and add address of repository in repositories section:

    "repositories": [
    	{
    		"type": "vcs",
    		"url": "git@github.com:meritoo/common-library.git"
    	}
    ]
    
  2. Run Composer to install new package:

    $ composer require meritoo/common-library
    

How to install Composer: https://getcomposer.org/download

Usage

This package contains a lot of static methods, so usage is not so complicated. Just run the static method who would you like to use. Example:

use Meritoo\Common\Utilities\Arrays;

$firstElement = Arrays::getFirstElement(['lorem' 'ipsum']);
// result: "lorem"

Enjoy!

Description
PHP Library for using with Limesurvey-api-client
Readme MIT 951 KiB
Languages
PHP 99.5%
Dockerfile 0.4%