Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inter-mediator/inter-mediator
The new style web application framework, you could develop a db-driven web application with declarative descriptions.
https://github.com/inter-mediator/inter-mediator
business-system declarative e2e-testing enduser filemaker filemaker-data-api filemaker-xml-api html-templating javascript low-code maintenance mysql php postgresql sqlite sqlserver unit webapp webapplication yaml-configuration
Last synced: about 17 hours ago
JSON representation
The new style web application framework, you could develop a db-driven web application with declarative descriptions.
- Host: GitHub
- URL: https://github.com/inter-mediator/inter-mediator
- Owner: INTER-Mediator
- License: other
- Created: 2010-01-14T11:32:28.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T05:30:39.000Z (4 months ago)
- Last Synced: 2024-10-14T14:48:31.545Z (4 months ago)
- Topics: business-system, declarative, e2e-testing, enduser, filemaker, filemaker-data-api, filemaker-xml-api, html-templating, javascript, low-code, maintenance, mysql, php, postgresql, sqlite, sqlserver, unit, webapp, webapplication, yaml-configuration
- Language: PHP
- Homepage: https://inter-mediator.com/
- Size: 31.8 MB
- Stars: 34
- Watchers: 13
- Forks: 10
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# INTER-Mediator
[![Build Status](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/php.yml/badge.svg)](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/php.yml)
[![Build Status](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/e2e-test-chrome-auth.yml/badge.svg)](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/e2e-test-chrome-auth.yml)
[![Build Status](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/e2e-test-chrome-form.yml/badge.svg)](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/e2e-test-chrome-form.yml)
[![Build Status](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/e2e-test-firefox.yml/badge.svg)](https://github.com/INTER-Mediator/INTER-Mediator/actions/workflows/e2e-test-firefox.yml)
[![Pipeline Status](https://gitlab.com/INTER-Mediator/INTER-Mediator/badges/master/pipeline.svg)](https://gitlab.com/INTER-Mediator/INTER-Mediator/-/pipelines)by INTER-Mediator Directive Committee (https://inter-mediator.org)
This is the root of the INTER-Mediator source repository.
INTER-Mediator is new style web application framework.
You can develop easily, and realize your ideals.
You just describe table and field names in any HTML elements,
and these are bond to database, showing values moreover automatically update with editing.
If you want to implement more complex logic, you can write programs both client and server sides.All information can be available at:
- https://inter-mediator.com/
- https://inter-mediator.info/Sample pages within this repository are published at below,
and anyone can see sample pages working with database.
You don't have to deploy the samples if you just want to see this at a glance.The demo with the latest version of INTER-Mediator is here:
- https://demo.inter-mediator.com/INTER-Mediator/samples/This demo page works on INTER-Mediator Ver.5.x (Milestone version).
INTER-Mediator Ver.6 was quite different from previous versions. So we have called the Milestone version for the final release of Ver.5.
- https://demo.inter-mediator.com/INTER-Mediator_milestone/Samples/## Documentation
+ [Manual](https://inter-mediator.info/)
+ [Reference of Definition File / Japanese](https://inter-mediator.info/ja/for-developers/index.html)
+ [change_log](https://github.com/INTER-Mediator/INTER-Mediator/blob/master/dist-docs/change_log.txt)
+ [In a future (Direction of Developement)](https://github.com/INTER-Mediator/INTER-Mediator/wiki/Direction-of-INTER-Mediator-Development)## Contributors:
- Masayuki Nii
- Atsushi Matsuo
- Kiyonori Ito
- Kentaro Suzuki
- Nobuo Hayashi
- Kazuaki Osawa
- Hiroko Oki
- Tomomitsu Baba
- Motofumi Iijima## Special Thanks to:
- Candy
- Katsunori Eda
- Naomi Hamaji
- Masakatsu Inamoto
- Yukihiko Kobayashi
- Akinori Mizoguchi
- Hiromi Morita
- Yukio Murakami
- Kenzo Nakata
- Shin Ninagawa
- Osamu Noda
- Tomoyuki Sugihara
- Paul Takemura
- Hiroyasu Tanaka
- Takanori Taniguchi
- Kozue Uriu
- Kenji Utsumi
- Takayoshi Wada
- Tsutomu Yuasa## Driven by INTER-Mediator Directive Committee
- Masayuki Nii
- Atsushi Matsuo
- Nobuo Hayashi
- Motofumi Iijima
- Miyuki ImaizumiThe information about INTER-Mediator Directive Committee is below:
- https://inter-mediator.org/## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestThe GitHub application might be comfortable for command-line unfamiliar people.