Newer
Older
gnexus-auth-client-php / examples / consumer-template / README.md
@Eugene Sukhodolskiy Eugene Sukhodolskiy 12 hours ago 506 bytes Initial auth client package scaffold

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.