Download the PHP package lfphp/litephp without Composer

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

开始使用

[TOC]

简介

LitePHP为一款轻量化开发模式的PHP开发框架。框架除了提供快捷灵活、简洁高效的开发模式之外,相对于市面上常见的PHP框架,有着以下特殊之处

  1. 框架以严格显式调用声明方式定义项目研发模式。 企业采用该框架开发项目,能够使项目代码具备良好的可读性,项目维护成本低,对于未了解过该框架的技术研发无门槛。通过简单的调用链跟踪即可了解业务逻辑,定位解决业务BUG,以及二次研发自己需要的组件。
  2. 代码即文档。 底层代码库以完善、标准的PHPDoc注释标准提供给使用者,研发人员使用框架过程,如使用了IDE工具(如PHPStorm、Eclipse、VisualStudio等),无需阅读框架开发文档,即可一目了然了解框架功能。
  3. 代码即数据结构。 市面第一款以显示声明定义数据库表结构模式进行ORM定义的PHP框架。

流程

HelloWorld示例

文件列表:

index.php

app.inc.php

IndexController.php

相关文档

更多关于本框架文档信息,请访问 GitHub


All versions of litephp with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
ext-mbstring Version *
ext-json Version *
lfphp/logger Version ~1.0.0
lfphp/cache Version ~1.0.0
lfphp/func Version ~1.0.0
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 lfphp/litephp contains the following files

Loading the files please wait ....