Skip to content

biurad/flange-demo

Repository files navigation

Flange Blog Demo Application

This project is a reference implementation of a symfony's demo application for Flange. It is not intended to be used in production, but as a good starting point to get started with Flange.

You can also learn extensively about the Flange framework from the official Flange Documentation page.

🛠️ Requirements

  • PHP 8.0.5 or higher
  • PDO-SQLite PHP extension enabled
  • Composer installed
  • and other requirements listed in composer.json file

📦 Installation

  • Clone this repository or download the archive from GitHub.
  • 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.

🧪 Testing

The project comes with ready to use PhpUnit configuration. In order to execute tests run:

composer test

🙌 Sponsors

Kindly consider supporting this project and future development by donating to us. See https://buirad.com/sponsor for list of ways to contribute.

📄 License

The Flange Demo Project is released under the terms of the MIT License. Please see the LICENSE for more information.

🏛️ Governance

This project is primarily maintained by [Divine Niiquaye Ibok][@divineniiquaye]. Contributions on this project are welcome.