private-packagist-api-client

Private Packagist API Client

MIT License

Downloads
49.6K
Stars
32
Committers
7

Bot releases are hidden (Show)

private-packagist-api-client - 1.37.0 Latest Release

Published by glaubinix 8 months ago

private-packagist-api-client - 1.36.0

Published by glaubinix 12 months ago

private-packagist-api-client - 1.35.0

Published by glaubinix about 1 year ago

  • Package: add endpoints to show and edit the security monitoring config #68
private-packagist-api-client - 1.34.0

Published by glaubinix over 1 year ago

private-packagist-api-client - 1.33.0

Published by glaubinix over 1 year ago

  • Adds endpoints to add, edit, remove vendor bundles
  • Adds endpoints to manage packages in a vendor bundles
  • Adds endpoints to manage customer access to vendor bundles
private-packagist-api-client - 1.32.0

Published by glaubinix over 1 year ago

private-packagist-api-client - 1.31.0

Published by glaubinix over 1 year ago

  • Teams: add endpoints to fetch a single team #57
private-packagist-api-client - 1.30.0

Published by glaubinix about 2 years ago

Teams: add endpoints to create, edit, and delete teams #55
Teams: add endpoints to add and remove team members #55

private-packagist-api-client - 1.29.0

Published by glaubinix about 2 years ago

  • Customer: add endpoint to fetch a package with all versions the customer has access to
private-packagist-api-client - 1.28.0

Published by glaubinix over 2 years ago

  • HttpClient: allow using the client with psr/http-client-implementation directly, instead of php-http/client-implementation
private-packagist-api-client - 1.27.1

Published by glaubinix over 2 years ago

  • ExceptionThrower: handle case where $content is array without a message key
  • Client: throw InvalidArgumentException if empty auth is set
  • Tokens: throw InvalidArgumentException if both teamId and accessToAllPackages are set
private-packagist-api-client - 1.27.0

Published by glaubinix over 2 years ago

  • Authentication Tokens: add endpoints to manage team tokens
private-packagist-api-client - 1.26.0

Published by glaubinix almost 3 years ago

Add support for PHP8.1

private-packagist-api-client - 1.25.0

Published by glaubinix about 3 years ago

  • Add support for PHP8 and drop support for PHP versions < 7.2
private-packagist-api-client - 1.24.0

Published by wissem over 3 years ago

  • Client: add a request header "API-CLIENT-VERSION" with the API client version
  • Require Composer 2 runtime
private-packagist-api-client - 1.23.0

Published by wissem over 3 years ago

  • Security issues: add endpoints to list all security issues for a package or an organization
  • Package: add endpoint to filter by security issue state
private-packagist-api-client - 1.22.0

Published by glaubinix about 4 years ago

  • Package: add endpoint to add an artifact to an existing package
private-packagist-api-client - 1.21.0

Published by glaubinix about 4 years ago

Package: add endpoints to manage artifacts

private-packagist-api-client - 1.20.0

Published by glaubinix over 4 years ago

  • Vendor: add option to limit package versions by stability
  • README: add a toc
private-packagist-api-client - 1.19.0

Published by glaubinix over 4 years ago

  • Team: add endpoints to manage package access
  • Jobs: add helper service to wait for a job to finish