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

https://github.com/aeon-php/symfony-playground

Symfony Project used as a playground for the Aeon integration
https://github.com/aeon-php/symfony-playground

Last synced: about 1 year ago
JSON representation

Symfony Project used as a playground for the Aeon integration

Awesome Lists containing this project

README

          

# Aeon Symfony Playground

This repository is a playground for the Symfony Aeon integration.

This playground is using only the latest version of [Aeon](https://aeon-php.org/) libraries against following Symfony versions:

* Symfony [4.4.*](https://github.com/aeon-php/symfony-playground/tree/4.4), PHP >= 7.4
* Symfony [5.1.*](https://github.com/aeon-php/symfony-playground/tree/5.1), PHP >= 7.4
* Symfony [5.4.*](https://github.com/aeon-php/symfony-playground/tree/5.4), PHP >= 7.4

In order to test the integration launch [symfony server](https://symfony.com/download) and open following pages:

```
composer install
symfony server:start
```

* [Calendar](https://127.0.0.1:8000/aeon/calendar)
* [Twig](https://127.0.0.1:8000/aeon/calendar-twig)
* [Forms](https://127.0.0.1:8000/aeon/form)