Skip to content

Commit 91eb1aa

Browse files
committed
small update to readme
1 parent 0bbb06e commit 91eb1aa

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ If you simply want to show that you like this project, or want to remember it fo
88

99
[![Click here to lend your support to: UserFrosting: A secure, modern user management system for PHP and make a donation at pledgie.com !](https://pledgie.com/campaigns/29583.png?skin_name=chrome)](https://pledgie.com/campaigns/29583)
1010

11-
## By [Alex Weissman](http://alexanderweissman.com)
11+
## By [Alex Weissman](https://alexanderweissman.com)
1212

1313
Copyright (c) 2016, free to use in personal and commercial software as per the [license](licenses/UserFrosting.md).
1414

15-
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/) and the [Twig](http://twig.sensiolabs.org/) templating engine.
15+
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, and [Eloquent](https://laravel.com/docs/5.2/eloquent#introduction) ORM.
1616

1717
## Installation
1818

@@ -120,3 +120,9 @@ $users = User::all()->getDictionary(); // If you want an array of User objects
120120
This project grew out of a need for a simple user management system for my tutoring business, [Bloomington Tutors](https://bloomingtontutors.com). I wanted something that I could develop rapidly and easily customize for the needs of my business. Since my [prior web development experience](http://alexanderweissman.com/projects/) was in pure PHP, I decided to go with the PHP-based UserCake system.
121121

122122
Over time I modified and expanded the codebase, turning it into the UserFrosting project. Starting with version 0.3.0, UserFrosting represents a major break from the original architecture of UserCake. We now use a fully object-oriented data model and a front controller for URL routing.
123+
124+
## About the Developers
125+
126+
### Alex Weissman
127+
128+
Alex is the founder and co-owner of two companies, one that does [math tutoring at IU](https://bloomingtontutors.com) in Bloomington, IN and another company that does [math tutoring at UMD](https://collegeparktutors.com) in College Park, MD. He is also a PhD student in the School of Informatics and Computing at Indiana University.

0 commit comments

Comments
 (0)