https://github.com/phpmv/ubiquity-demos
Demo applications for main features in Ubiquity framework
https://github.com/phpmv/ubiquity-demos
authentication framework-php mvc-framework ubiquity-framework
Last synced: about 1 year ago
JSON representation
Demo applications for main features in Ubiquity framework
- Host: GitHub
- URL: https://github.com/phpmv/ubiquity-demos
- Owner: phpMv
- License: apache-2.0
- Created: 2019-04-03T22:24:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T20:41:54.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:26:35.031Z (about 1 year ago)
- Topics: authentication, framework-php, mvc-framework, ubiquity-framework
- Language: PHP
- Homepage: https://ubiquity.kobject.net
- Size: 551 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

Demos applications for main features in [Ubiquity framework](https://ubiquity.kobject.net)
## Features/Demos
| Project | Framework part | Description | Author |
|----------|----------------|-------------|--------|
|[auth-project](https://github.com/phpMv/ubiquity-demos/tree/master/auth-project) | Authentification |Adds basic authentification to `Admin` controller | [@jcheron](https://github.com/jcheron) |
|[auth-acl-project](https://github.com/phpMv/ubiquity-demos/tree/master/auth-acl-project) | Authentification and Acls |Adds authentification with Acls | [@jcheron](https://github.com/jcheron) |
|[acl-db-project](https://github.com/phpMv/ubiquity-demos/tree/master/acl-db-project) | Authentification and Acls with database |Adds authentification with Acls in DB | [@jcheron](https://github.com/jcheron) |
|[di-project](https://github.com/phpMv/ubiquity-demos/tree/master/di-project) | Dependency injection |Illustrates di mechanism | [@jcheron](https://github.com/jcheron) |
|[richclient-project](https://github.com/phpMv/ubiquity-demos/tree/master/richclient-project) | Rich-client |Demo for phpMv-UI richclient library usage | [@jcheron](https://github.com/jcheron) |
|[routes-project](https://github.com/phpMv/ubiquity-demos/tree/master/routes-project) | Router |Manipulates the router | [@jcheron](https://github.com/jcheron) |
|[translations-project](https://github.com/phpMv/ubiquity-demos/tree/master/translations-project) | Translations |Manipulates translations | [@jcheron](https://github.com/jcheron) |
|[oauth-project](https://github.com/phpMv/ubiquity-demos/tree/master/oauth-project) | OAuth |OAuth client testing | [@jcheron](https://github.com/jcheron) |
|[sqlite-project](https://github.com/phpMv/ubiquity-demos/tree/master/sqlite-project) | Database |Database with sqlite | [@jcheron](https://github.com/jcheron) |
|[fileupload-project](https://github.com/phpMv/ubiquity-demos/tree/master/fileupload-project) | Components |A file upload sample | [@jcheron](https://github.com/jcheron) |
|[database-project](https://github.com/phpMv/ubiquity-demos/tree/master/database-project) | Database |Mysql database sample with obfuscated ids| [@jcheron](https://github.com/jcheron) |
|[database-uuid-project](https://github.com/phpMv/ubiquity-demos/tree/master/database-uuid-project) | Database |Mysql database sample with ramsey uuids| [@jcheron](https://github.com/jcheron) |
## Further Reading / Useful Links
* [Ubiquity website](https://ubiquity.kobject.net/)
* [Guide](http://micro-framework.readthedocs.io/en/latest/?badge=latest)
* [Doc API](https://api.kobject.net/ubiquity/)
* [Twig documentation](https://twig.symfony.com)
* [Semantic-UI](https://semantic-ui.com)
* [Semantic-UI php components](https://phpmv-ui.kobject.net)