https://github.com/joomlatools/joomlatools-framework-activities
Activity Stream Component for Joomlatools Framework.
https://github.com/joomlatools/joomlatools-framework-activities
framework
Last synced: about 2 months ago
JSON representation
Activity Stream Component for Joomlatools Framework.
- Host: GitHub
- URL: https://github.com/joomlatools/joomlatools-framework-activities
- Owner: joomlatools
- License: gpl-3.0
- Created: 2013-07-31T06:26:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T02:01:54.000Z (almost 5 years ago)
- Last Synced: 2026-01-14T17:38:05.538Z (3 months ago)
- Topics: framework
- Language: PHP
- Homepage: https://www.joomlatools.com/developer/framework/
- Size: 929 KB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Activities Component for Joomlatools Framework
This is a re-usable component for logging and exposing activity streams for [Joomlatools Framework].
## Activities API
The component includes an API for working with activities. This API fully adheres to and extends the [Activity Streams
specification v1.0](http://activitystrea.ms/specs/json/1.0/). JSON activity streams provided by the component are also
fully compliant with the standard.
## Requirements
- Joomlatools Framework 3
- PHP 5.3 or newer
- MySQL 5
## Installation
Install 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-activities:3.*
```
The component will be installed in the `vendor` folder of the root directory of your Joomla site. The framework 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 component will attempt to store activities in a database table named `activities`. 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.
## Authors
See the list of [contributors](https://github.com/joomlatools/joomlatools-framework-activities/contributors).
## License
Activities 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/