Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windwalker-io/joomla-rad
Windwalker RAD framework for Joomla CMS
https://github.com/windwalker-io/joomla-rad
cms joomla php rad rad-framework windwalker
Last synced: 3 months ago
JSON representation
Windwalker RAD framework for Joomla CMS
- Host: GitHub
- URL: https://github.com/windwalker-io/joomla-rad
- Owner: windwalker-io
- Created: 2014-02-21T07:08:59.000Z (almost 11 years ago)
- Default Branch: staging
- Last Pushed: 2019-10-29T16:08:45.000Z (over 5 years ago)
- Last Synced: 2024-08-18T12:14:17.125Z (6 months ago)
- Topics: cms, joomla, php, rad, rad-framework, windwalker
- Language: PHP
- Homepage: http://rad.windwalker.io/
- Size: 3.48 MB
- Stars: 28
- Watchers: 15
- Forks: 15
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![windwalker-logo-500](https://cloud.githubusercontent.com/assets/1639206/2870854/176b987a-d2e4-11e3-8be6-9f70304a8499.png)
[![Latest Stable Version](https://poser.pugx.org/windwalker/joomla-rad/v/stable)](https://packagist.org/packages/windwalker/joomla-rad)
[![Total Downloads](https://poser.pugx.org/windwalker/joomla-rad/downloads)](https://packagist.org/packages/windwalker/joomla-rad)
[![Latest Unstable Version](https://poser.pugx.org/windwalker/joomla-rad/v/unstable)](https://packagist.org/packages/windwalker/joomla-rad)
[![License](https://poser.pugx.org/windwalker/joomla-rad/license)](https://packagist.org/packages/windwalker/joomla-rad)[![Join the chat at https://gitter.im/ventoviro/windwalker-joomla-rad](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ventoviro/windwalker-joomla-rad?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Introduction
**Windwalker** is a RAD framework for Joomla! CMS development.
We provide modern functions and interfaces to help developer quickly create extensions.
Windwalker contains single action controller(Joomla new MVC), console interface, Dependency Injection,
DataMapper, Simple ORM and code generator.## Installation Via Composer
``` bash
cd /your/joomla/dir
php composer.phar create-project windwalker/joomla-rad libraries/windwalker 2.*
```## Generate a new extension
``` bash
php bin/windwalker generator init com_flower sakura.sakuras -c admin
```## Documentation
- [Windwalker RAD Document](http://rad.windwalker.io/)
- [Hot to Run Test](docs/unittest.md)## About
Author
: [Simon Asika](https://github.com/asika32764)Company
: [LYRASOFT](http://lyrasoft.net)Joomla!CMS version
: 3.4 and newerFirst release
: 2012-05-05## Extensions created by Windwalker
- Asikart Quickicons: https://github.com/asikart/quickicons
- Asikart Quickcontent: https://github.com/asikart/quickcontent
- Remote and Local Image Manager: https://github.com/asikart/remoteimage
- ACE x Markdown Editor: https://github.com/asikart/ace-markdown-editor
- Asikart UserXTD: https://github.com/asikart/userxtd