Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to check if package name is already taken on Packagist #124

Open
raphaelstolt opened this issue Apr 22, 2016 · 3 comments
Open
Labels

Comments

@raphaelstolt
Copy link
Contributor

No description provided.

@jonathantorres jonathantorres changed the title Add feature to checked if package name is already taken on Packagist Add feature to check if package name is already taken on Packagist Apr 29, 2016
@jonathantorres
Copy link
Owner

We could name the command construct packagist:check.

Packagist API: https://packagist.org/apidoc

Maybe use the "Get package by name" endpoint. Use guzzle or curl to make the requests.

@raphaelstolt
Copy link
Contributor Author

Would that really be a own command, and not an optional option which halts the further construction and produces a warning to choose an alternative package name?

@jonathantorres
Copy link
Owner

Sure, It can be done as an optional option. It should display a warning, but not stop the construction of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants