Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agroviva/egroupware-api
An open source library to help building apps easier in EGroupware!
https://github.com/agroviva/egroupware-api
composer docker egroupware egroupware-api php
Last synced: 9 days ago
JSON representation
An open source library to help building apps easier in EGroupware!
- Host: GitHub
- URL: https://github.com/agroviva/egroupware-api
- Owner: agroviva
- License: mit
- Created: 2017-11-28T09:25:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T09:03:22.000Z (9 months ago)
- Last Synced: 2024-11-24T17:02:10.500Z (about 1 month ago)
- Topics: composer, docker, egroupware, egroupware-api, php
- Language: PHP
- Homepage: http://www.agroviva.de
- Size: 5.57 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EGroupware Api
## Installation
### Using Composer
The recommended way to install this library is through [Composer](http://getcomposer.org). Run the following command to install it:
```sh
composer require agroviva/egroupware-api "dev-master"
```
OR
```sh
php composer.phar require agroviva/egroupware-api "dev-master"
```