https://github.com/davidecaruso/dev-tools
Collection of helpful static methods for development
https://github.com/davidecaruso/dev-tools
composer-library composer-package developer-tools devtools php-library
Last synced: about 2 months ago
JSON representation
Collection of helpful static methods for development
- Host: GitHub
- URL: https://github.com/davidecaruso/dev-tools
- Owner: davidecaruso
- Created: 2015-08-07T07:51:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T08:15:59.000Z (about 9 years ago)
- Last Synced: 2025-02-03T12:49:35.794Z (4 months ago)
- Topics: composer-library, composer-package, developer-tools, devtools, php-library
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevTools
Collection of helpful static methods for development## Installation
DevTools is available via [Composer/Packagist](https://packagist.org/packages/davidecaruso/dev-tools)
```sh
composer require davidecaruso/dev-tools
```