Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biurad/flange-demo
A Symfony Demo Like Application
https://github.com/biurad/flange-demo
blog flange php symfony
Last synced: 6 days ago
JSON representation
A Symfony Demo Like Application
- Host: GitHub
- URL: https://github.com/biurad/flange-demo
- Owner: biurad
- License: mit
- Created: 2022-04-07T06:26:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T09:34:16.000Z (about 2 years ago)
- Last Synced: 2024-05-14T11:39:07.014Z (6 months ago)
- Topics: blog, flange, php, symfony
- Language: PHP
- Homepage: https://flange-blog-demo.up.railway.app
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flange Blog Demo Application
This project is a reference implementation of a [symfony's demo][1] application for [Flange][2]. It is not intended to be used in production, but as a good starting point to get started with [Flange][2].
> You can also learn extensively about the [Flange][2] framework from the [official Flange Documentation][3] page.
## ๐ ๏ธ Requirements
* PHP 8.0.5 or higher
* PDO-SQLite PHP extension enabled
* [Composer][4] installed
* and other requirements listed in composer.json file## ๐ฆ Installation
* Clone this repository or download the archive from [GitHub][5].
* Run `composer update` as default packages may not be compatible with your PHP version.
* Run `./flange serve` (on Windows `flange serve`). The application will be started on http://localhost:8000/.Want to see this blog in action, check out https://flange-blog-demo.up.railway.app. Deployed on [Railway][6].
## ๐งช Testing
The project comes with ready to use [PhpUnit][7] configuration. In order to execute tests run:
```bash
composer test
```## ๐ Sponsors
Kindly consider supporting this project and future development by donating to us. See for list of ways to contribute.
## ๐ License
The Flange Demo Project is released under the terms of the MIT License. Please see the [`LICENSE`](./LICENSE) for more information.
## ๐๏ธ Governance
This project is primarily maintained by [Divine Niiquaye Ibok][@divineniiquaye]. Contributions on this project are welcome.
[1]: https://github.com/symfony/demo
[2]: https://github.com/biurad/flange
[3]: https://biurad.com/doc/php/flange
[4]: https://getcomposer.org/
[5]: https://github.com/biurad/flange-demo/archive/refs/heads/main.zip
[6]: https://railway.app?referralCode=ZjAkYt
[7]: https://github.com/phpunit/phpunit