REUSE compliance of emartech/php-suite-api

Unfortunately, github.com/emartech/php-suite-api is not REUSE compliant and does not fully adopt the recommendations to make software licensing easy for humans and machines alike. Have a look at our tutorial to learn about the three simple steps to become REUSE compliant.

Badge

To add the badge to your project's README.md file, use the following snippet:

[![REUSE status](https://api.reuse.software/badge/github.com/emartech/php-suite-api)](https://api.reuse.software/info/github.com/emartech/php-suite-api)

Machine-readable information

The API provides machine-readable artifacts for automatic analysis.

  • All information about the latest compliance check can also be accessed via a machine-parsable JSON file.
  • You can gather the automatically generated SPDX SBOM in Tag:Value format, based on the reuse spdx command.

Last lint output

Commit 80907a5df0508a786ac09f05144515a5a0562e20 was checked on 18 Mar 2024 09:15:18 UTC with the following result:

# UNUSED LICENSES

The following licenses are not used:
* Apache-2.0


# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* .codescanignore
* .github/workflows/build.yml
* .gitignore
* CONTRIBUTING.md
* Dockerfile.development
* Makefile
* composer.json
* composer.lock
* docker-compose-development.yml
* repo-info.json
* src/Suite/Api/AC/EndPoints.php
* src/Suite/Api/AC/Program.php
* src/Suite/Api/Administrator/Administrator.php
* src/Suite/Api/Administrator/EndPoints.php
* src/Suite/Api/Client.php
* src/Suite/Api/Contact/Contact.php
* src/Suite/Api/Contact/EndPoints.php
* src/Suite/Api/ContactList.php
* src/Suite/Api/ContactListChunkFetcher.php
* src/Suite/Api/ContactListChunkIterator.php
* src/Suite/Api/ContactListEndPoints.php
* src/Suite/Api/Email/Campaign.php
* src/Suite/Api/Email/EndPoints.php
* src/Suite/Api/Email/Launch.php
* src/Suite/Api/Email/Preview.php
* src/Suite/Api/Error.php
* src/Suite/Api/ExternalEvent/EndPoints.php
* src/Suite/Api/ExternalEvent/ExternalEvent.php
* src/Suite/Api/Factory.php
* src/Suite/Api/Middleware/Retry.php
* src/Suite/Api/Program/EndPoints.php
* src/Suite/Api/RequestFactory.php
* src/Suite/Api/RequestFailed.php
* src/Suite/Api/ResponseProcessor.php
* src/Suite/Api/Segment/EndPoints.php
* src/Suite/Api/Segment/Segment.php
* src/Suite/Api/SuiteResponseProcessor.php
* test/acceptance/AdministratorTest.php
* test/acceptance/CampaignTest.php
* test/acceptance/ClientTest.php
* test/acceptance/ExternalEventTest.php
* test/acceptance/LaunchTest.php
* test/acceptance/SegmentTest.php
* test/bootstrap.php
* test/helper/AcceptanceBaseTestCase.php
* test/helper/ApiStub.php
* test/helper/TestCase.php
* test/helper/api-stub.php
* test/helper/stubs.php
* test/phpunit.xml
* test/unit/Suite/Api/AC/ProgramTest.php
* test/unit/Suite/Api/Administrator/AdministratorTest.php
* test/unit/Suite/Api/ClientTest.php
* test/unit/Suite/Api/Contact/ContactTest.php
* test/unit/Suite/Api/ContactListChunkIteratorTest.php
* test/unit/Suite/Api/ContactListTest.php
* test/unit/Suite/Api/Email/CampaignTest.php
* test/unit/Suite/Api/Email/LaunchTest.php
* test/unit/Suite/Api/Email/PreviewTest.php
* test/unit/Suite/Api/ExternalEvent/ExternalEventTest.php
* test/unit/Suite/Api/Middleware/RetryTest.php
* test/unit/Suite/Api/Segment/SegmentTest.php

The following files have no licensing information:
* README.md


# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: Apache-2.0
* Used licenses: 0
* Read errors: 0
* files with copyright information: 1 / 63
* files with license information: 0 / 63

Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-(


# RECOMMENDATIONS

* Fix unused licenses: At least one of the license text files in 'LICENSES' is
  not referenced by any file, e.g. by an 'SPDX-License-Identifier' tag. Please
  make sure that you either tag the accordingly licensed files properly, or
  delete the unused license text if you are sure that no file or code snippet is
  licensed as such.
* Fix missing copyright/licensing information: For one or more files, the tool
  cannot find copyright and/or licensing information. You typically do this by
  adding 'SPDX-FileCopyrightText' and 'SPDX-License-Identifer' tags to each
  file. The tutorial explains additional ways to do this:
  <https://reuse.software/tutorial/>