Skip to content

Commit 23e9369

Browse files
committed
doc: updated README.md
1 parent 7e9930e commit 23e9369

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Dbup, a simple PHP migration tool
22
==================================
33

4-
[![Build Status](https://travis-ci.org/brtriver/dbup.png)](https://travis-ci.org/brtriver/dbup)
4+
This is a fork of [dbup](https://github.com/brtriver/dbup) by `brtriver`.
5+
The original project seems to no longer be maintained.
6+
Things might be broken or not working as expected, while I look into making this project fully compatible with PHP 8.1.
7+
8+
[![Build Status](https://github.com/ymauray/dbup/actions/workflows/ci.yml/badge.svg)](https://github.com/ymauray/dbup)
59

610
Dbup is a simple migration tool for PHP.
711

8-
- You have only to download [`dbup.phar`][1].
12+
- You have only to download dbup.phar[1] from the `releases` page.
913
- Dbup has only `up` command. Dbup does not have `down` command.
1014
- Dbup use just a plain old sql, so you don't have to learn ORM nor DSL. You write sql file and just call `up` command.
1115
- Dbup use just PDO class to migrate.
@@ -19,12 +23,12 @@ simple...simple..simple..
1923
Requirements
2024
------------
2125

22-
Dbup works with PHP 5.4.0 or later.
26+
Dbup works with PHP 8.1 or later.
2327

2428
Install
2529
--------
2630

27-
Installing Dbup is as easy as it can get. Download the [`dbup.phar`][1] and run `init`,
31+
Installing Dbup is as easy as it can get. Download `dbup.phar`[1] from the `releases` page and run `init`,
2832
then `.dbup` and `sql` directory are created and set a sample `properties.ini` file and sqlfile.
2933

3034
php dbup.phar init
@@ -87,4 +91,4 @@ License
8791

8892
Dbup is licensed under the MIT license.
8993

90-
[1]: https://raw.github.com/brtriver/dbup/master/dbup.phar
94+
[1]: https://raw.github.com/ymauray/dbup/master/dbup.phar

0 commit comments

Comments
 (0)