Download the PHP package busarm/armie without Composer

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

Armie_Logo_256px

Test Test Latest Stable Version PHP Version Require

Table of Contents

Introduction

Armie is an expressive and extendable lightweight PHP framework designed to provide high performance with all the essential features needed for quick application development.

It is more suited for small applications or microservices but can easily handle the development of large-scale applications with minimum extension or abstraction.

It includes support for different design paradigms and architectural patterns:

Installation

composer require busarm/armie

Usage

Traditional HTTP Server

Traditional HTTP server using PHP-FPM and NGINX or Apache.

Single Application

Run a single application

Multi Tenant Application

Host multiple applications or modules. Supports path and domain routing

Asynchronous HTTP Server (powered by workerman)

High perfomant Asychronous HTTP Server with support for serveral event-looping providers such as: swoole, libevent, ev, libuv, react. Provides the following features:

Run command to start application

Configs

Configure application

Using Config Files

Configs can be attached using separate configuration files.

Create Config File

Add config file to your config path. E.g myapp/Configs/database.php

Add Config File

Route

Add HTTP routes.

Controller Route

Anonymous Route

View Route

Custom Route Class

Providers

Extend application features and configurations.

Create Provider

Attach Provider

Middleware

Intercept HTTP request and response. PSR Middleware supported.

Create Middleware

Attach Middleware

Bindings

Bind an interface to a particular class. Hence, the specified class object will be used when resolving dependencies.

Add Binding

Resolve Binding

Views

Generic Component

Add view file to your view path. E.g myapp/Views/login.php

Dedicated View Model

Add view file(s) to your view path. E.g myapp/Views/LoginPage.php, myapp/Views/components/login.php

Database (Armie ORM)

A simple but expressive database object-relational mapper (ORM) built on top of PHP Data Objects (PDO)

Define Model

Save Model

Find Item

Get List

Define Repository

Get Paginated List

Tests

To execute the test suite, you'll need to install all development dependencies.

You can use PHP server built-in server to test:

License

The Armie Framework is licensed under the MIT license. See License File for more information.


All versions of armie with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
psr/log Version ^2.0
psr/cache Version ^3.0
psr/container Version ^2.0
psr/http-message Version ^1.0
psr/http-server-middleware Version ^1.0
symfony/console Version ^6.0
symfony/process Version ^6.0
nyholm/psr7 Version ^1.5
guzzlehttp/guzzle Version ^7.5
workerman/workerman Version ^4.1
laravel/serializable-closure Version ^1.3
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 busarm/armie contains the following files

Loading the files please wait ....