Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).