Skip to content

Commit 4fe86bd

Browse files
committed
Merge branch 'versions/2.3.0'
2.3.0 readiness
2 parents 19004c4 + 6e1c54b commit 4fe86bd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.3.0 - TBD
5+
## 2.3.0 - 2016-05-26
6+
7+
Final release. Please use [Apigility](https://apigility.org) instead.
68

79
### Added
810

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
PhlyRestfully: ZF2 Module for JSON REST Services
22
================================================
33

4+
> ## ABANDONED
5+
>
6+
> As of the 2.3.0 release, I have marked this module as abandoned.
7+
>
8+
> The module very quickly proved that the approach was worthwhile and useful,
9+
> and became the seed for [Apigility](https://apigility.org/). That project has
10+
> far surpassed its origins in this module, and added a ton of functionality
11+
> this module never managed to create, such as content negotiation, file upload
12+
> handling, entity and collection hydration, and more.
13+
>
14+
> As such, I recommend using Apigility in favor of PhlyRestfully for new
15+
> projects, and that existing projects migrate to Apigility when possible.
16+
417
This module provides structure and code for quickly implementing RESTful APIs
518
that use JSON as a transport.
619

0 commit comments

Comments
 (0)