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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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:

Table of contents

  1. Routing
    1. Controllers
    2. Route annotation
    3. Responses
    4. Exceptions
    5. Hooking in to the router (route events)
  2. Dependency Injection
    1. How to inject
  3. Configuration
    1. Basic setup
    2. Configuration scopes
    3. Reading the configuration
    4. Writing the configuration
  4. Database handling
    1. Database layer
    2. Entities
    3. Entity Manager
    4. Entity Manager List
    5. Command line interface
  5. Making (curl) requests
    1. Request service
  6. Command Line
    1. Setup
    2. Default commands
    3. Create your own commands
  7. Annotations
    1. What & why annotations
    2. How use your own annotations
  8. Events & subscribers
    1. Default system events
    2. How to subscribe to events
    3. How to create your own events
    4. Dispatch events
  9. Logging (Monolog)
    1. Native logging
    2. Configuration
    3. Ways of logging
    4. Use your logger
  10. Authentication
    1. Authentication levels
    2. API Key
    3. JWT
    4. User logins
    5. Add your level and/or authentication
  11. Users
    1. User management
    2. Create a user
    3. Update user
    4. User authentication
  12. GraphQL
  13. What's next!
    1. Native logging interface (status: in development)
    2. Out of the box GraphQL support (status: expected early 2021)
    3. Support websockets
    4. PHP8 Compatibility (status: expected early 2021)
    5. Overriding framework classes by setting preferences to the container (status: no expection yet)
    6. Influence DI behaviour using Annotations (status: no expectation yet)
    7. Default annotation reading service with PHP8 Annotations support (status: no expectation yet)
    8. Support websockets

All versions of henri with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.4
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package henrivantsant/henri contains the following files

Loading the files please wait ....