Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grafiteinc/helpers

A collection of Javascript String and Array helpers for Laravel developers
https://github.com/grafiteinc/helpers

array-manipulations helpers laravel string-manipulation

Last synced: about 12 hours ago
JSON representation

A collection of Javascript String and Array helpers for Laravel developers

Awesome Lists containing this project

README

        

![Grafite Helpers](GrafiteHelpers-banner.png)

A collection of String and Array helpers for Laravel developers who would like to use similar helpers in their Javascript.

##### Author(s):
* [Matt Lantz](https://github.com/mlantz) ([@mattylantz](http://twitter.com/mattylantz), mattlantz at gmail dot com)

### Installation

```bash
npm i @grafite/helpers
```

### Use

```bash
const helper = require('@grafite/helpers');
```

## Documentation

[https://docs.grafite.ca/utilities/helpers](https://docs.grafite.ca/utilities/helpers)

## License
Helpers is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests

### Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.