Skip to content

Commit 015eb6b

Browse files
committed
init
1 parent 5634f77 commit 015eb6b

19 files changed

+252
-487
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: :vendor_name
1+
github: ianfortier

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/:vendor_name/:package_name/discussions/new?category=q-a
4+
url: https://github.com/ianfortier/loom-downloader/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/:vendor_name/:package_name/discussions/new?category=ideas
7+
url: https://github.com/ianfortier/loom-downloader/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/:vendor_name/:package_name/security/policy
10+
url: https://github.com/ianfortier/loom-downloader/security/policy
1111
about: Learn how to notify us for sensitive bugs

.github/workflows/fix-php-code-style-issues-cs-fixer.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.
File renamed without changes.

.github/workflows/run-tests-phpunit.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ psalm.xml
3131
testbench.yaml
3232
/docs
3333
/coverage
34+
downloaded.log

.php-cs-fixer.dist.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
22

3-
All notable changes to `:package_name` will be documented in this file.
3+
All notable changes to `loom-downloader` will be documented in this file.
44

5+
## [Unreleased]
6+
7+
## [0.1.0] - 2024-10-12
8+
9+
### Added
10+
- Initial release of the Loom Video Downloader package.
11+
- `LoomDownloader` class with two main methods:
12+
- `downloadVideo`: Returns the video content as a string.
13+
- `saveVideo`: Saves the video directly to a file, with an option to specify the destination.
14+
- Basic error handling for API and download errors.
15+
- Pest tests for core functionality.
16+
17+
### Changed
18+
- Simplified the package structure to focus on core functionality.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) :vendor_name <author@domain.com>
3+
Copyright (c) ianfortier <github@ianfortier.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)