Download the PHP package sageit/phalcon-rest without Composer
On this page you can find all versions of the php package sageit/phalcon-rest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package phalcon-rest
Phalcon REST [](https://packagist.org/packages/sageit/phalcon-rest) [](https://packagist.org/packages/sageit/phalcon-rest) [](https://packagist.org/packages/sageit/phalcon-rest) [](https://packagist.org/packages/sageit/phalcon-rest) [](https://packagist.org/packages/sageit/phalcon-rest)
Library for enhancing Micro applications with REST functionality, Bearer Token Parsing, and JSON Interpretation. Includes Dynamic Validation Processing to make JWT extensible. This is not a fully baked Micro Application, but rather a set of tools to enable additional out-of-the-box functionality for your own micro applications.
**[Explore the docs »](https://github.com/SageITSolutions/phalcon-rest)** **[Report Bug](https://github.com/SageITSolutions/phalcon-rest/issues)** · **[Request Feature](https://github.com/SageITSolutions/phalcon-rest/issues)**Table of Contents
- Table of Contents
- About The Project
- Built With
- Installation
- Implementing a Service
- Sections
- Tools
- JSON Headers
- JWT Encryption
- Middleware
- Roadmap
- Contributing
- License
- Contact
About The Project
Built With
Installation
Git:
Composer:
Implementing a Service
This project consists of prebuild services that simply need to be added to DI for services. JWT assumes the presense of a config object in the DI with a JWT section. This can also be passed as a named array in the constructor, but the provided JWT service does not utilize this.
Config Register
One option is to have your application iterate services listed in the config object and register them
Register Manually
Sections
- Tools
- JSON Headers
- JWT Encryption
- Middleware
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Sage IT Solutions - Email
Project Link: https://github.com/SageITSolutions/phalcon-rest
All versions of phalcon-rest with dependencies
ext-phalcon Version 4.* || 5.*
sageit/phalcon-exception-handler Version >=1.03