ideasbucket/common

IdeasBucket Common Package

Installs: 32 973

Dependents: 4

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:ideasbucket-common-package

1.1.3 2017-04-03 18:19 UTC

This package is not auto-updated.

Last update: 2024-04-08 12:54:56 UTC


README

Build Status codecov

Common utility that can be used in any PHP applications using any framework. This library consists packages that are used in frameworks like

  • Laravel
  • YII 2
  • CakePHP

We simply copied those awesome packages and put in this package so that we can use it in any PHP application without bringing down any framework baggage.

There is no external library dependency to run this package except random_bytes polyfill that is used if you are using PHP < v7.

Installation

Via Composer

composer require 'ideasbucket/common'

Direct download

To download specific version please browse releases.

Documentation