Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfomuseum/flamework
SFO Museum's "ground level" Flamework code base. It is a hard fork of exflickr/flamework.
https://github.com/sfomuseum/flamework
flamework php
Last synced: about 2 months ago
JSON representation
SFO Museum's "ground level" Flamework code base. It is a hard fork of exflickr/flamework.
- Host: GitHub
- URL: https://github.com/sfomuseum/flamework
- Owner: sfomuseum
- License: other
- Created: 2020-09-09T00:10:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T21:58:49.000Z (9 months ago)
- Last Synced: 2024-04-15T22:58:43.784Z (8 months ago)
- Topics: flamework, php
- Language: PHP
- Homepage:
- Size: 937 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flamework
A hard-fork for the `exflickr/flamework` project updated to work with PHP 8, Smarty 5 and ElasticSearch/OpenSearch in addition to MySQL.
## Motivation
This is a hard-fork for the `exflickr/flamework` project updated to work with PHP 8, Smarty 5 and ElasticSearch/OpenSearch in addition to MySQL. It also includes libraries and web pages for managing an OAuth2-based API and access tokens.
## Compatibility
This code has been updated to work with PHP 8.2 or higher and Smarty 5.0 or higher.
## Documentation
Documentation is incomplete. For the time have a look at the [docs](docs} folder.
* [Design Philosophy](docs/philosophy.md)
* [Database Model](docs/database_model.md)
* [Install (for `dnf` based systems)](docs/install.md)
* [Known Gotchas and Fixes for SELinux](docs/selinux.md)## Docker
Sort of. There is an in-progress [Dockerfile](Dockerfile) for building a container using a minimal Amazon Linux 2023 distribution but it is incomplete and does not support using local (external to the container) code or databases.
## See also
* https://github.com/exflickr/flamework
* https://smarty-php.github.io/smarty/5.x
* https://www.php.net