Skip to content

ItalyStrap/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItalyStrap Helpers

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