inspirevive / inspirevive
Volunteer management platform to help organizations volunteer more effectively
Requires
- php: >=5.4.0
- aws/aws-sdk-php: 2.4.1
- idealistsoft/framework-admin: dev-master
- idealistsoft/framework-auth: dev-master
- idealistsoft/framework-bootstrap: ~1.0
- idealistsoft/framework-cron: dev-master
- idealistsoft/framework-email: ~1.0
- idealistsoft/framework-facebook: dev-master
- idealistsoft/framework-instagram: dev-master
- idealistsoft/framework-iron-mq: ~1.0
- idealistsoft/framework-logstash: ~1.0
- idealistsoft/framework-oauth2: dev-master
- idealistsoft/framework-rest-api: dev-master
- idealistsoft/framework-statistics: dev-master
- idealistsoft/framework-twitter: dev-master
- mandrill/mandrill: 1.0.36
Requires (Dev)
- mockery/mockery: 0.9.1
This package is auto-updated.
Last update: 2025-05-13 09:16:41 UTC
README
Volunteer management platform to help organizations volunteer more effectively
Requirements
- PHP 7.1+
- Composer
- MySQL/MariaDB
- Redis
- wkhtmltopdf
Installation
Composer Dependencies
Composer manages all PHP dependencies:
composer install
secrets.php
A secrets.php file needs to be created in the config
directory. See secrets.php.example for an example setup. Never commit secrets.php to version control, for security.
Database Migrations
The database migrations can be ran with:
php infuse migrate
Compile front-end assets
The front-end assets can be compiled with grunt:
grunt
Contributing
Please feel free to contribute by participating in the issues or by submitting a pull request. :-)
Tests
The included tests can be ran with:
phpunit
License
Copyright (c) 2015 Jared King
InspireVive is licensed under the GNU GPL v3 license in the LICENSE
file. The InspireVive brand and logo are copyrights of InspireVive.