Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgrimaud/symfony-world-schedule
A CLI tool that gives you the SymfonyWorld online schedule in your timezone.
https://github.com/pgrimaud/symfony-world-schedule
cli console console-application framework symfony symfony-world
Last synced: 7 days ago
JSON representation
A CLI tool that gives you the SymfonyWorld online schedule in your timezone.
- Host: GitHub
- URL: https://github.com/pgrimaud/symfony-world-schedule
- Owner: pgrimaud
- License: mit
- Created: 2021-06-07T16:53:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T13:55:19.000Z (9 months ago)
- Last Synced: 2024-05-01T23:16:15.415Z (7 months ago)
- Topics: cli, console, console-application, framework, symfony, symfony-world
- Language: PHP
- Homepage: https://live.symfony.com/2021-world/schedule
- Size: 2.41 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SymfonyWorld Online Schedules
A CLI tool that gives you the [SymfonyWorld](https://live.symfony.com/2021-world/schedule) online schedule in your timezone.Based on [@nunomaduro](https://github.com/nunomaduro) idea ([Laracon](https://github.com/nunomaduro/laracon-schedule) & [Alpine day](https://github.com/nunomaduro/alpine-day-schedule)) & fastly written with [Symfony skeleton](https://symfony.com/doc/current/setup.html#creating-symfony-applications) & the awesome [Console component](https://symfony.com/doc/current/components/console.html). 😍
![SymfonyWorld Online](https://user-images.githubusercontent.com/1866496/121070174-ac218380-c7ce-11eb-8598-610bb7ed2a28.png)
## Quick start
> Requires [PHP 7.4+](https://www.php.net/releases/)
```bash
# First, install:
composer global require pgrimaud/symfony-world-schedule# Then, use it:
symfony-world
```## Credits
Most of the credits go to [@nunomaduro](https://github.com/nunomaduro) ([Laracon](https://github.com/nunomaduro/laracon-schedule) & [Alpine day](https://github.com/nunomaduro/alpine-day-schedule)) & written with [Symfony skeleton](https://symfony.com/doc/current/setup.html#creating-symfony-applications). Thank man ❤️Built with [Box](https://github.com/box-project/box).
## Build phar archive
Requires docker, then : `docker run --rm --interactive --tty --volume="$(pwd):/app" ajardin/humbug-box compile -vvv`## Licence
Licensed under the terms of the MIT License.## Copyrights
This project is not affiliated with or endorsed by [Symfony](https://symfony.com/license).