Download the PHP package bakeiro/light-php without Composer

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

logo

Micro PHP framework.
- Explore the DOCS -

GitHub GitHub code size in bytes GitHub stars Packagist Version


Light-PHP

Easiest PHP framework

Light-php Light PHP it's an open-source minimal PHP framework that only includes what's necessary, avoiding big and complex structures, yet capable of building big and fully-featured API/Websites.
It's advantages from others frameworks are the small learning curve, possibility to start working without reading massive documentations and it's easy to understand how the framework works and being able to modify its original behavior.

This project includes the PSR-0, PSR-1, PSR-4, PSR-11, PSR-12 standards, good coding practices, MVC structure, service container and much more!

What's this project?

This is a lightweight micro PHP Framework focused on simplicity, aimed to capable to build small, medium Apps/APIs (big Apps/APIs even possible, dividing your app in smaller ones) and making things just work.

What's not this project?

This doesn't pretend to be a full complete PHP framework, highly abstracted, with ORM, autowiring, automatic processes, complex algorithm, or any kind of 'black magic' that frameworks comes nowdays.

For who is this project?

This proyect can be aimed for people who only needs a small proyect to build and doesn't need a complete PHP framework, for beginners in PHP who need a easy entry point, for people who want to try a new PHP framework, and this proyect cover all it's needs

What are benefits of using Light-php:

Installation

License

Light-PHP is licensed under the Open Source MIT license, feel free to use it, modify it or contribute on it!

Built by David Baqueiro

Support

Light-PHP is an open source project licensed under the MIT license. It's completely free to use. However, it would be great if you buy me a cup of coffee once in a while to keep me awake :)

Buy Me A Coffee


All versions of light-php with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-openssl Version *
ext-mbstring 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 bakeiro/light-php contains the following files

Loading the files please wait ....