Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/italystrap/helpers
https://github.com/italystrap/helpers
php wordpress-php-library
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/italystrap/helpers
- Owner: ItalyStrap
- License: mit
- Created: 2018-11-23T14:17:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T10:59:51.000Z (about 5 years ago)
- Last Synced: 2024-11-20T15:58:45.788Z (about 1 month ago)
- Topics: php, wordpress-php-library
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ItalyStrap Helpers
[![License](https://poser.pugx.org/italystrap/helpers/license)](https://packagist.org/packages/italystrap/helpers)
[![Latest Stable Version](https://poser.pugx.org/italystrap/helpers/v/stable)](https://packagist.org/packages/italystrap/helpers)Helpers API for ItalyStrap
## Installation
### Install with Composer
Add the package to your projects `composer.json` file. Visit [getcomposer.org](http://getcomposer.org/) more information.
```shell
composer require italystrap/helpers --save
```or
```json
{
"require": {
"italystrap/helpers": "dev-master"
}
}
```### Install Manually
Download and include the class file into your theme/plugin:
```php
include_once 'path/to/ItalyStrap/autoload.php';
```## Available functions
* [HTML](#html)
* [get_attr](#ItalyStrapHTMLget_attr())## 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](LICENSE).
## Notes
* Maintained under the [Semantic Versioning Guide](http://semver.org)
## Author
**Enea Overclokk**
* [https://italystrap.com/](https://italystrap.com/)