Update 'README.md'

This commit is contained in:
kake26 2022-02-18 03:16:38 +01:00
parent 4f9ff8091f
commit 7af430a275

View file

@ -1,3 +1,14 @@
# pcast
# Pcast
PHP for playing back asciinema recorded sessions via the standalone player. Intended for easily handling multiple different screencasts for play back.
# Dependencies
asciinema standalone player (resides in the /player directory) - https://github.com/asciinema/asciinema-player
Asciinema Copyright and License info:
Copyright © 2011-2021 Marcin Kulik.
All code is licensed under the Apache License, Version 2.0.
PHP for playing back asciinema recorded sessions via the standalone player