Download the PHP package boing6002/helpers without Composer
On this page you can find all versions of the php package boing6002/helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download boing6002/helpers
More information about boing6002/helpers
Files in boing6002/helpers
Download boing6002/helpers
More information about boing6002/helpers
Files in boing6002/helpers
Vendor boing6002
Package helpers
Short Description Helper classes dependency for Laravel Enso
License MIT
Homepage https://github.com/laravel-enso/Helpers
Package helpers
Short Description Helper classes dependency for Laravel Enso
License MIT
Homepage https://github.com/laravel-enso/Helpers
Keywords helperslaravel-enso
Please rate this library. Is it a good library?
Informations about the package helpers
Helpers
Helper classes dependency for Laravel Enso.
Includes
Classes
- An abstract
Enum
class which can be used to build an enumeration out of an array or a config file and comes with a set of helper functions - An
Obj
class, with a constructor for building an object from an array, a Laravel model that can even have loaded relationships and more. It provides a suite of helper functions, such as:all()
,__toString()
,toJson()
,toArray()
,get($key)
,set($key, $value)
,has($key)
,keys()
,values()
- A
JsonParser
class that takes a JSON file as its constrctor's argument, and can parse and transform the file to:- object
- array
- JSON string
Exceptions
- A generic exception:
EnsoException
is available also with a Facade. This exception is extended by all the other Enso specific exceptions and it is not reported by the Laravel's Exception Handler - A
FileMissingException
, a child ofEnsoException
- A
JsonParseException
, a child ofEnsoException
- A
MorphableConfigException
, a child ofEnsoException
Traits
ActiveState
- addswhereActive()
andwhereDisabled()
scopes,isActive()
andisDisabled()
helpers, for models that have a booleanis_active
property
Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.
All versions of helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package boing6002/helpers contains the following files
Loading the files please wait ....