Skip to content

Commit d0db9fe

Browse files
author
Greg Bowler
committed
update references to old package name
1 parent d8df449 commit d0db9fe

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ReadMe.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="right" src="https://raw.githubusercontent.com/BrightFlair/PHP.Gt/master/Logo.png" alt="PHP.Gt logo" />
1+
<img align="right" src="https://raw.githubusercontent.com/phpgt/webengine/master/Logo.png" alt="PHP.Gt logo" />
22

33
Welcome to the PHP.Gt webengine — a lightweight **PHP 7** application development toolkit aimed at streamlining development and respecting web technologies.
44

@@ -8,20 +8,20 @@ PHP frameworks offer many features, but often come with steep learning curves or
88

99
***
1010

11-
<a href="https://circleci.com/gh/BrightFlair/PHP.Gt" target="_blank">
12-
<img src="http://img.shields.io/circleci/project/BrightFlair/PHP.Gt.svg?style=flat-square" alt="PHP.Gt build status" />
11+
<a href="https://circleci.com/gh/phpgt/webengine" target="_blank">
12+
<img src="http://img.shields.io/circleci/project/phpgt/webengine.svg?style=flat-square" alt="PHP.Gt build status" />
1313
</a>
14-
<a href="https://coveralls.io/r/BrightFlair/PHP.Gt" target="_blank">
15-
<img src="http://img.shields.io/coveralls/BrightFlair/PHP.Gt.svg?style=flat-square" alt="PHP.Gt code coverage" />
14+
<a href="https://coveralls.io/r/phpgt/webengine" target="_blank">
15+
<img src="http://img.shields.io/coveralls/phpgt/webengine.svg?style=flat-square" alt="PHP.Gt code coverage" />
1616
</a>
17-
<a href="https://scrutinizer-ci.com/g/BrightFlair/PHP.Gt" target="_blank">
18-
<img src="http://img.shields.io/scrutinizer/g/BrightFlair/PHP.Gt.svg?style=flat-square" alt="PHP.Gt code quality" />
17+
<a href="https://scrutinizer-ci.com/g/phpgt/webengine" target="_blank">
18+
<img src="http://img.shields.io/scrutinizer/g/phpgt/webengine.svg?style=flat-square" alt="PHP.Gt code quality" />
1919
</a>
20-
<a href="https://packagist.org/packages/brightflair/php.gt" target="_blank">
21-
<img src="http://img.shields.io/packagist/v/brightflair/php.gt.svg?style=flat-square" alt="PHP.Gt Composer version" />
20+
<a href="https://packagist.org/packages/phpgt/webengine" target="_blank">
21+
<img src="http://img.shields.io/packagist/v/phpgt/webengine.svg?style=flat-square" alt="PHP.Gt Composer version" />
2222
</a>
23-
<a href="https://packagist.org/packages/brightflair/php.gt" target="_blank">
24-
<img src="http://img.shields.io/packagist/dm/BrightFlair/PHP.Gt.svg?style=flat-square" alt="PHP.Gt download stats" />
23+
<a href="https://packagist.org/packages/phpgt/webengine" target="_blank">
24+
<img src="http://img.shields.io/packagist/dm/phpgt/webengine.svg?style=flat-square" alt="PHP.Gt download stats" />
2525
</a>
2626
<a href="http://www.php.gt" target="_blank">
2727
<img src="http://img.shields.io/badge/web-www.php.gt-26a5e3.svg?style=flat-square" alt="PHP.Gt Website" />
@@ -67,7 +67,7 @@ The main idea is to provide a platform where you can get as much done, using sta
6767

6868
### Drop in tools without any fuss
6969

70-
There are a lot of useful tools included as standard, such as [SCSS parsing](https://github.com/BrightFlair/PHP.Gt/wiki/Client-side-files), [HTML templating](https://github.com/BrightFlair/PHP.Gt/wiki/Templating) and [CSRF handling](https://github.com/BrightFlair/PHP.Gt/wiki/CSRF), but the highly modularised architecture keeps compatibility high. Packages from [Packagist](https://packagist.org) can be installed and loaded with zero configuration.
70+
There are a lot of useful tools included as standard, such as [SCSS parsing](https://github.com/phpgt/webengine/wiki/Client-side-files), [HTML templating](https://github.com/phpgt/webengine/wiki/Templating) and [CSRF handling](https://github.com/phpgt/webengine/wiki/CSRF), but the highly modularised architecture keeps compatibility high. Packages from [Packagist](https://packagist.org) can be installed and loaded with zero configuration.
7171

7272
### Develop locally or virtually
7373

0 commit comments

Comments
 (0)