# 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.

