acfatah / psr4-package
PSR-4 PHP Package Boilerplate.
Installs: 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 4
Forks: 1
Open Issues: 1
Type:project
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-07-29 03:16:55 UTC
README
A boilerplate to create a new PSR-4 PHP package.
Installation using composer
Run composer create-project --stability=dev acfatah/psr4-package TARGET_DIR
Installation using git clone
- Run
git clone https://github.com/acfatah/psr4-package.git TARGET_DIR
- Change directory to TARGET_DIR
- Run
php install/bin/init
- Remove .git directory
- Run
git init
to initialize a new git repository