https://github.com/abandroid/soccer-calendar
https://github.com/abandroid/soccer-calendar
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abandroid/soccer-calendar
- Owner: abandroid
- License: mit
- Archived: true
- Created: 2017-05-05T21:24:42.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T12:26:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T18:53:06.780Z (over 1 year ago)
- Language: PHP
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Soccer Calendar
*By [endroid](https://endroid.nl/)*
[](https://packagist.org/packages/endroid/soccer-calendar)
[](https://github.com/endroid/soccer-calendar/actions)
[](https://packagist.org/packages/endroid/soccer-calendar)
[](https://packagist.org/packages/endroid/soccer-calendar)
[](https://packagist.org/packages/endroid/soccer-calendar)
This library load soccer match data using the endroid/soccer-data library and
generates a calendar using the endroid/calendar library.
## Installation
Use [Composer](https://getcomposer.org/) to install the library.
``` bash
$ composer require endroid/soccer-calendar
```
## Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility
breaking changes will be kept to a minimum but be aware that these can occur.
Lock your dependencies for production and test your code when upgrading.
## License
This bundle is under the MIT license. For the full copyright and license
information please view the LICENSE file that was distributed with this source code.