orus / composer-library
A starter kit for creating php libraries.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2024-11-23 01:51:41 UTC
README
This composer package offers a skeleton for creating composer packages.
Installation
composer create-project orus/composer-library package-name
Notcie
Don't forget to the "type" field in composer.json file to "library" before publishing your package. This way Packagist will recognize your package as library.