Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xalunda/framework

XabiFramework is a PHP framework
https://github.com/xalunda/framework

Last synced: about 1 month ago
JSON representation

XabiFramework is a PHP framework

Awesome Lists containing this project

README

        

Add repository to `composer.json`
```
"repositories": [
{
"url": "https://github.com/xalunda/framework",
"type": "vcs"
}
]
```

Add repository to required packages
```
"require": {
"xabi/framework": "~0.2"
}
```