gnexus-auth-client-php / examples / consumer-template /
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 24 Apr
..
README.md Initial auth client package scaffold 1 month ago
composer.json Initial auth client package scaffold 1 month ago
README.md

Consumer Template

This example shows how a client service can require gnexus/auth-client from a private git repository through Composer.

It is not tied to Laravel. The same package requirement shape can be used in any PHP application.

Files

  • composer.json - minimal dependency wiring

Notes

  • replace the repository URL with your private git URL;
  • adjust the version constraint to your tagging strategy;
  • the listed PSR implementations are a practical default, not a hard requirement.