italystrap/helpers

ItalyStrap Helpers

1.1.0 2019-12-10 10:58 UTC

This package is auto-updated.

Last update: 2024-04-10 20:16:43 UTC


README

License Latest Stable Version

Helpers API for ItalyStrap

Installation

Install with Composer

Add the package to your projects composer.json file. Visit getcomposer.org more information.

composer require italystrap/helpers --save

or

{
    "require": {
        "italystrap/helpers": "dev-master"
    }
}

Install Manually

Download and include the class file into your theme/plugin:

include_once 'path/to/ItalyStrap/autoload.php';

Available functions

HTML

ItalyStrap\HTML\get_attr()

Contributing

All feedback / bug reports / pull requests are welcome.

License

Copyright (c) 2019 Enea Overclokk, ItalyStrap

This code is licensed under the MIT.

Notes

Author

Enea Overclokk