2017 © Pedro Peláez
 

library avail

A collection of global helper functions and facades for Laravel.

image

myerscode/avail

A collection of global helper functions and facades for Laravel.

  • Sunday, December 3, 2017
  • by oniice
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 27 % Grown

The README.md

Avail

a helper package for Laravel 5, (*1)

Install

You can install this package via composer:, (*2)

``` bash composer require myerscode/avail, (*3)


## Usage Access a collection of helper methods for various types, which can be chained of tasks and property types, first pass a value you want to use to the utility objects. ```php $text = text('hello world');

See utilities-strings for available methods., (*4)

$number = number(69);

See utilities-numbers for available methods., (*5)

$bag = bag(['Hello', 'World']);

See utilities-bags for available methods., (*6)

Contributing

We are very happy to receive pull requests to add functionality to the helper classes. Please submit them to our specific utility library., (*7)

The Versions

03/12 2017

dev-master

9999999-dev

A collection of global helper functions and facades for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helper array utility time image string directory number utilities myerscode

03/12 2017

0.0.1

0.0.1.0

A collection of global helper functions and facades for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helper array utility time image string directory number utilities myerscode

03/12 2017

dev-develop

dev-develop

A collection of global helper functions and facades for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helper array utility time image string directory number utilities myerscode