Download the PHP package limb-php/limb-framework without Composer

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

################################################################################ Limb4 Web Application Framework ################################################################################

Limb is a general PHP Web Application Framework

Here is the list of the most notable packages at the moment:

* core: the base system package which provides lazy loading of PHP code, iterators support,
        generic object containers, decorators generators, transparent object proxies, etc
* toolkit: dependency injection tools
* filter_chain: InterceptingFilter design pattern implementation
* web_app: FrontController and MVC patterns implementation.
* active_record: ActiveRecord pattern implementation(Rails alike flavour, http://rubyonrails.com/)
* dbal: Database Abstraction Layer which supports MySql, PostgreSQL and Oracle at the moment.
* session: transparent PHP session wrappers with painless persistence of objects

Migrate from Limb3 to <=Limb4.4:

* rename class files (remove '.class' extension)
* add namespaces to all classes
* change all lmb_require() to 'use'
* core: lmb_env_* methods change to lmbEnv::* calls
* dbal: driver "mysqli" removed. Use "mysql" instead
* toolkit: App Toolkit should return array of used toolkits by getRequiredTools() method
* filter_chain: Application class method process should be compatible with limb\filter_chain\src\lmbFilterChain::process($request = NULL, $response = NULL)
* filter_chain: method run all of filter classes must be compatible with limb\filter_chain\src\lmbInterceptingFilterInterface::run($filter_chain, $request, $response); and return HttpResponse; method next() must be compatible with limb\filter_chain\src\lmbInterceptingFilterInterface::next($request, $response)
* ActiveRecord value objects no more supports "getter" and "field" params. Use "mapping" or "setup_method"
* mail: env variable PHPMAILER_VERSION_NAME not using any more
* CMS: controller folder renamed to Controllers
* validation: remove 'lmb' prefix from riles classes. ErrorList return error collection with keys

Migrate from Limb4.4 to >Limb4.4:

* require PHP 8.0+
* net: lmbHttpRequest - removed get*() methods

Limb5 roadmap:

Install


All versions of limb-framework with dependencies

PHP Build Version
Package Version
Requires php Version 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*
ext-json Version *
predis/predis Version ^2.2
psr/http-message Version ^1.1
psr/log Version ^2.0 || ^3.0
psr/simple-cache Version ^2.0
ext-openssl Version *
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 limb-php/limb-framework contains the following files

Loading the files please wait ...