Download the PHP package unicate/no-framework without Composer

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

No-Framework

Packages YES, Framework NO!

What is it?

Call it "Glue" or call it "Boilerplate". "No-Framework" aims to give you a head start for development with a simple and understandable foundation.

"No-framework" is based on popular and proven packages which are easily exchangeable with others you like or already know.

Mainly the following packages are used: For dependency injection PHP-DI, for Database access and queries Medoo, for Templating Plates and a few others... And also little self written code as "glue" in between.

Why No-Framework

The basic answer to satisfy all these needs are packages. Packages as extendable, exchangeable components. With Composer and Packagist the PHP ecosystem offers a perfect solution for this.

What it's not!

It's not another PHP framework. There are already great frameworks out there. Full-fledged like Laravel or Synfony and also Micro-Frameworks like Slim and others.

Using a framework offers some great advantages but has also a few drawbacks. In short that's the following:

Getting Started

Use Git or Composer:

The "Task List" Demo is a simple example application. Download the code and see what happens. To help you understand, a view hints and principles:

Folder structure is pretty self explaining:

Disclaimer & License

This code should help you build your own solution. It's not mature and fully tested software. You use anything at your own risk. Have fun with it.

No-Framework is released under the MIT licence.

Finally

Now go and build something and make people happy!


All versions of no-framework with dependencies

PHP Build Version
Package Version
Requires symfony/dotenv Version 5.0.8
laminas/laminas-diactoros Version 2.3.0
laminas/laminas-httphandlerrunner Version 1.1.0
league/route Version 4.5.0
league/plates Version 3.3.0
php-di/php-di Version 6.1.0
tuupola/slim-jwt-auth Version 3.4.0
catfan/medoo Version 1.7.10
unicate/language-detection Version 1.2
unicate/logger Version 1.2
unicate/translation Version 1.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 unicate/no-framework contains the following files

Loading the files please wait ....