italystrap / helpers
ItalyStrap Helpers
1.1.0
2019-12-10 10:58 UTC
Requires
- php: >=7.0
- italystrap/html: ^1.1.0
This package is auto-updated.
Last update: 2024-10-10 21:20:14 UTC
README
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
- Maintained under the Semantic Versioning Guide
Author
Enea Overclokk