Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xalunda/framework
- Owner: xalunda
- License: mit
- Created: 2017-10-23T13:54:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T11:34:39.000Z (about 6 years ago)
- Last Synced: 2024-10-21T14:44:56.092Z (3 months ago)
- Language: PHP
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
}
```