8000 GitHub - bagrinsergiu/Ekklesia
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bagrinsergiu/Ekklesia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer Library

Placeholders and integrations with https://www.ekklesia360.com/ - ministrybrands

Install

Using Composer, add bagrinsergiu/ekklesia to require, in repositories the git@github.com:bagrinsergiu/Ekklesia.git and make sure you have access to this repository.
Example of composer.json:

{
  "require": {
    "bagrinsergiu/ekklesia": "~1.0"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:bagrinsergiu/Ekklesia.git"
    }
  ]
}
$ composer update
0