Download the PHP package alsvanzelf/debby without Composer
On this page you can find all versions of the php package alsvanzelf/debby. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alsvanzelf/debby
More information about alsvanzelf/debby
Files in alsvanzelf/debby
Package debby
Short Description Debby checks your project dependencies and tells you when to update.
License MIT
Homepage https://github.com/lode/debby
Informations about the package debby
⚠️ ARCHIVED
This package is not maintained anymore. As an alternative you can use dependabot and github webhooks to get notifications.
Debby - stay on top of your dependencies
Debby checks your Composer & npm dependencies and tells you when to update.
- always run the latest versions :shipit:
- choose whether you find an update interesting
- be able to fix security issues promptly
In the end, you'll be more comfortable upgrading because updates can be often and small.
Super fast setup :rocket:
Replace repo
with the path of your repository on GitHub (organization/project
) and token
with a personal access token.
This runs Debby every day at 8 o'clock and create issues whenever updates are found.
Setup in a normal pace, with a bit more explanation
- Install Debby via Composer
- Configure notifications to GitHub, Trello, Slack, email
- Setup a cronjob (there's other ways as well, see below)
Also check out the questions Debby gets asked frequently. Or checkout :blue_book: the documentation.
1. Installation
Use Composer to install Debby herself. Use require to get the latest stable version:
2. Configure notifications
Debby can talk to GitHub issues, Trello, Slack, and email.
Pick the channel(s) that you want notifications on,
make a debby.json
configuration file with the access details for these channels,
and place it in the root of your project.
I.e. for notifying to GitHub issues, use:
See the :blue_book: wiki on the specific configuration.
3. Fire up
Setup a cronjob to run the built-in notify script passing it your configuration file.
Run crontab -e
and add:
:thumbsup:
Sit back and relax. Take a :coffee: or :tea: or :beer:
FAQ
Can I run it without a cronjob?
You can call Debby from php and do what every you want.
See example/custom.php for a complete example.
I don't want to run Debby in production
You don't trust her? She's open source you know. Anyway, Debby runs just fine in a testing environment. No hard feelings. :heart: Just take into account that Debby will run just as fine while bisecting on old commits and notify you for updates since then. Also be-aware that Debby caches earlier notified packages, which might cause trouble when switching branches backwards.
Debby can not determine manage paths?
or
Can I have composer.json outside the project root?
or
I don't want to check [Composer|npm|...]
By default, Debby checks all package managers it can find. In some situations this doesn't work. I.e.:
- Debby is not installed via Composer herself.
- The package manager json files are at custom locations.
- You have a package manager which you don't want to have checked.
- You use files which look like they are from package managers (i.e. a package.json when you don't use npm).
Then you'll need to adjust configuration to specify which managers you want to check, and where to find them.
I.e. for checking Composer, add the following to your debby.json
:
See the :blue_book: wiki on the specific configuration.
Why does Debby tell me to update above the composer constraint?
Debby will tell you about an update i.e. 2.0
when you require ^1.5
. If you would run composer update
yourself, that update won't show up.
However, new releases might contain security updates also affecting your older version. For now, Debby defaults to telling you all these updates.
You're welcome to help making Debby smarter in this, i.e. checking for security updates.
Contribute
Pull Requests or issues are welcome!
License
MIT
:girl:
By the way, Debby will tell when she needs an update herself. You don't need to do anything. :sparkles: