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

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

Awesome Lists containing this project

README

          

![img](https://github.com/phpmv/ubiquity-demos/blob/master/.github/images/demo.png?raw=true)

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)