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

https://github.com/joomlatools/joomlatools-framework-tags

Tagging component for Joomlatools Framework.
https://github.com/joomlatools/joomlatools-framework-tags

framework

Last synced: about 2 months ago
JSON representation

Tagging component for Joomlatools Framework.

Awesome Lists containing this project

README

          

# Tags for Joomlatools Framework

This is a re-usable component that offers tag management for [Joomlatools Framework].

## Requirements

- Joomlatools Framework 3
- PHP 5.4 or newer
- MySQL 5

## Installation

Install by using [Composer](https://getcomposer.org/). Go to the root directory of your Joomla installation in
command line and execute this command:

```
composer require joomlatools/framework-tags:1.*
```

The component will be installed in the `vendor` folder of the root directory of your Joomla site. The composer installer
will make sure that the component is bootstrapped from that location and made available to other components extending it
or just making use of it.

Out of the box, the commponent will attempt to store tags in a database table named `[component]_tags`. An SQL dump file may
be found under the `/resources/install` directory for creating this database table. This database needs to be manually
created for the component to function properly. At the moment we only support MySQL.

## Contributing

This component is an open source, community-driven project. Contributions are welcome from everyone.
We have [contributing guidelines](CONTRIBUTING.md) to help you get started.

## Contributors

See the list of [contributors](https://github.com/joomlatools/joomlatools-framework-tags/contributors).

## License

Tags for Joomlatools Framework is free and open-source software licensed under the [GPLv3 license](LICENSE.txt).

## Community

Keep track of development and community news.

* Follow [@joomlatoolsdev on Twitter](https://twitter.com/joomlatoolsdev)
* Join [joomlatools/dev on Gitter](http://gitter.im/joomlatools/dev)
* Read the [Joomlatools Developer Blog](https://www.joomlatools.com/developer/blog/)
* Subscribe to the [Joomlatools Developer Newsletter](https://www.joomlatools.com/developer/newsletter/)

[Joomlatools Framework]: http://www.joomlatools.com/developer/framework/