Download the PHP package alvinios/miel without Composer

On this page you can find all versions of the php package alvinios/miel. 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 miel

About The Project

Miel is an object-oriented PHP web development micro-framework (MIEL stands for Micro + Elegant, it also means "honey" in French). It' intend is to be designed based on elegant objects principles of Yegor Bugayenko. It means :

It was inspired by the framework Takes For being operational it requires PSR-7 and PSR-17 implementations/libraries of your choice. For example Guzzle PSR-7

Getting Started

Quick Start

Create this index.php file:

Cd to your index.php folder and run php local server

A Bigger Example

Generators

Routes can be composed as variadic argument of Routes or with Generators using Append wrapper.

Middleware Support

You can shield a route/routes behind PSR-15 Middleware(s). This is how it can be done:

Multiple Middlewares

Shields can be nested.

Single Middleware

Note

Today the project is in a conceptual state and has not been tested in production environment.

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)


All versions of miel with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1.0
php-extended/php-http-message-psr7 Version ^5.0
psr/http-server-handler Version ^1.0
twig/twig Version ^3.0
nyholm/psr7-server Version ^1.0
psr/http-server-middleware Version ^1.0
psr/log Version ^3
guzzlehttp/psr7 Version ^2.6
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 alvinios/miel contains the following files

Loading the files please wait ...