Download the PHP package nooku/nooku-activities without Composer
On this page you can find all versions of the php package nooku/nooku-activities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nooku/nooku-activities
More information about nooku/nooku-activities
Files in nooku/nooku-activities
Package nooku-activities
Short Description A reusable component for logging and exposing activity streams
License GPL-3.0-only
Homepage https://github.com/joomlatools/joomlatools-framework-activities
Informations about the package nooku-activities
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. 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. Go to the root directory of your Joomla installation in command line and execute this command:
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 to help you get started.
Authors
See the list of contributors.
License
Activities for Joomlatools Framework is free and open-source software licensed under the GPLv3 license.
Community
Keep track of development and community news.
- Follow @joomlatoolsdev on Twitter
- Join joomlatools/dev on Gitter
- Read the Joomlatools Developer Blog
- Subscribe to the Joomlatools Developer Newsletter