Functional style rest framework
User guide is available on https://restfn.readthedocs.io/en/latest
- Install
Python
andpip
. - Install
mkdocs
withpip install mkdocs
- From project's directory run
mkdocs build
- Manual will be built in the
site
folder.
Testing is done using PHPUnit
- To run all tests run
composer test
- To generate test coverage run
composer coverage
You can track current project status at: https://trello.com/b/iksUgezA/restfn-framework
Copyright 2020 Aleksandar Panic
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 or in this repository
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.