josegarcia / pioneer-0
This package helps developers quickly scaffold and get going in their package creation.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/josegarcia/pioneer-0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.51
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.9
- vimeo/psalm: ^5.22
README
- This meta-package includes all the developer dependencies required and boilerplate code to get started with a new PHP library or application.
Description
- This package is a simple way to start with a new PHP library or application. It includes all the developer dependencies required and boilerplate code to get started. It is a simple package that is easy to use.
Features
- Includes all the developer dependencies required to get started with a new PHP library or application.
- Includes boilerplate code to get started with a new PHP library or application.
- No configuration required.
- No dependencies.
- Lightweight.
- Easy to use.
- Works with PHP 7.4 and above.
- Works with any PHP framework, library, or application.
- Includes a
.gitignorefile to ignore common files and directories. - Includes a
composer.jsonfile with the required dependencies and autoloading.
Installation
composer create-project josegarcia/pioneer-0 my-new-library
Usage
- After running the
composer create-project josegarcia/pioneer-0command, you can start using your new PHP library or application by adding your code to thesrcdirectory and running thecomposer installcommand to install the dependencies. - You can also modify the
composer.jsonfile to add or remove dependencies as needed. - The
composer.jsonfile includes autoloading for thesrcdirectory, so you can start using your code right away. - The
.gitignorefile includes common files and directories that you may want to ignore when using version control. - You can customize the
composer.jsonand.gitignorefiles to fit your specific needs. - You can also add a
README.mdfile to provide documentation for your new PHP library or application.
License
- This package is open-sourced software licensed under the MIT license.