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
- Host: GitHub
- URL: https://github.com/aeon-php/symfony-playground
- Owner: aeon-php
- License: mit
- Created: 2020-10-31T09:29:11.000Z (over 5 years ago)
- Default Branch: 4.4
- Last Pushed: 2023-02-02T10:54:11.000Z (about 3 years ago)
- Last Synced: 2023-03-03T19:59:59.876Z (about 3 years ago)
- Language: PHP
- Homepage: https://aeon-php.org/docs/symfony-bundle/
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)