Download the PHP package henrivantsant/henri without Composer
On this page you can find all versions of the php package henrivantsant/henri. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henrivantsant/henri
More information about henrivantsant/henri
Files in henrivantsant/henri
Package henri
Short Description Simple PHP framework based on Symfony
License MIT
Homepage https://github.com/HenrivantSant/henri
Informations about the package henri
henri
Deprecated
This package is unmaintained. The project is replaced by Swift.
Intro
This is a simple, fast and basic PHP framework meant to write API's or simple programs in a fast and easy way. This is a not meant as a replacement for other frameworks, under the hood it uses a lot of the magic from Symfony, Dibi, Unirest, Monolog and Firebase.
Get it from Composer https://packagist.org/packages/henrivantsant/henri.
Purpose
This framework is not intended for building websites or big applications. The purpose of this framework is to provide a simple set of basic tools to build simple services, like:
- Simple webservice
- API proxy to bundle several APIs endpoints into one
- Data caching layer
- API endpoint for React/Vue front-ends
- Logging service
- CDN
Table of contents
- Routing
- Dependency Injection
- Configuration
- Database handling
- Database layer
- Entities
- Entity Manager
- Entity Manager List
- Command line interface
- Making (curl) requests
- Request service
- Command Line
- Annotations
- Events & subscribers
- Logging (Monolog)
- Native logging
- Configuration
- Ways of logging
- Use your logger
- Authentication
- Authentication levels
- API Key
- JWT
- User logins
- Add your level and/or authentication
- Users
- User management
- Create a user
- Update user
- User authentication
- GraphQL
- What's next!
- Native logging interface (status: in development)
- Out of the box GraphQL support (status: expected early 2021)
- Support websockets
- PHP8 Compatibility (status: expected early 2021)
- Overriding framework classes by setting preferences to the container (status: no expection yet)
- Influence DI behaviour using Annotations (status: no expectation yet)
- Default annotation reading service with PHP8 Annotations support (status: no expectation yet)
- Support websockets
All versions of henri with dependencies
symfony/dependency-injection Version ^4.4
symfony/config Version ^4.4
symfony/yaml Version ^4.4
symfony/orm-pack Version ^1.0
symfony/console Version ^4.4
dibi/dibi Version ^4.1
doctrine/annotations Version ^1.8
mashape/unirest-php Version ^3.0
firebase/php-jwt Version ^5.2
ext-json Version *
monolog/monolog Version ^2.1