commit 82bbe8eea9542ff0d1eb4bd3c62fc1e1987d5241
parent 524c16a59e0ddee95b68345949eee9bd9c5ccf69
Author: finwo <finwo@pm.me>
Date: Thu, 9 Jun 2016 10:50:51 +0200
Added readme
Diffstat:
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
@@ -1,16 +1,16 @@
-# finwo / cache
+# finwo / mapper
-[](https://travis-ci.org/finwo/php-cache)
+[](https://travis-ci.org/finwo/php-mapper)
-----
-Simple cache foundation for PHP
+Since I was tired of data mappers not doing what I was expecting them to do, I wrote my own
-----
### Contributing
-After checking the [Github issues](https://github.com/finwo/php-cache/issues) and confirming that your request isn't already being worked on, feel free to spawn a new fork of the develop branch & send in a pull request.
+After checking the [Github issues](https://github.com/finwo/php-mapper/issues) and confirming that your request isn't already being worked on, feel free to spawn a new fork of the develop branch & send in a pull request.
The develop branch is merged periodically into the master after confirming it's stable, to make sure the master always contains a production-ready version.
@@ -18,9 +18,5 @@ The develop branch is merged periodically into the master after confirming it's
-----
### Changelog
-- 2016-06-08
- - Created README
- - Added unit tests
- - Added travis-ci build status
-- 2016-04-13
+- 2016-06-09
- Project init